package/python3-pyelftools: drop host package
Now that host-python2 is gone, the custom python3 variant can be dropped. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
ea6a0a60e2
commit
d3730ae991
@ -21,7 +21,7 @@ else
|
||||
OPTEE_OS_SITE = $(call github,OP-TEE,optee_os,$(OPTEE_OS_VERSION))
|
||||
endif
|
||||
|
||||
OPTEE_OS_DEPENDENCIES = host-openssl host-python3 host-python-pycryptodomex host-python3-pyelftools
|
||||
OPTEE_OS_DEPENDENCIES = host-openssl host-python3 host-python-pycryptodomex host-python-pyelftools
|
||||
|
||||
# On 64bit targets, OP-TEE OS can be built in 32bit mode, or
|
||||
# can be built in 64bit mode and support 32bit and 64bit
|
||||
|
@ -216,7 +216,7 @@ UBOOT_DEPENDENCIES += host-swig
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_TARGET_UBOOT_NEEDS_PYELFTOOLS),y)
|
||||
UBOOT_DEPENDENCIES += host-python3-pyelftools
|
||||
UBOOT_DEPENDENCIES += host-python-pyelftools
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_TARGET_UBOOT_NEEDS_OPENSSL),y)
|
||||
|
@ -4,7 +4,6 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# Please keep in sync with package/python3-pyelftools/python3-pyelftools.mk
|
||||
PYTHON_PYELFTOOLS_VERSION = 0.27
|
||||
PYTHON_PYELFTOOLS_SOURCE = pyelftools-$(PYTHON_PYELFTOOLS_VERSION).tar.gz
|
||||
PYTHON_PYELFTOOLS_SITE = https://files.pythonhosted.org/packages/6b/b5/f7022f2d950327ba970ec85fb8f85c79244031092c129b6f34ab17514ae0
|
||||
|
@ -1 +0,0 @@
|
||||
../python-pyelftools/python-pyelftools.hash
|
@ -1,17 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# python3-pyelftools
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# Please keep in sync with package/python-pyelftools/python-pyelftools.mk
|
||||
PYTHON3_PYELFTOOLS_VERSION = 0.27
|
||||
PYTHON3_PYELFTOOLS_SOURCE = pyelftools-$(PYTHON3_PYELFTOOLS_VERSION).tar.gz
|
||||
PYTHON3_PYELFTOOLS_SITE = https://files.pythonhosted.org/packages/6b/b5/f7022f2d950327ba970ec85fb8f85c79244031092c129b6f34ab17514ae0
|
||||
PYTHON3_PYELFTOOLS_LICENSE = Public domain
|
||||
PYTHON3_PYELFTOOLS_LICENSE_FILES = LICENSE
|
||||
PYTHON3_PYELFTOOLS_SETUP_TYPE = setuptools
|
||||
HOST_PYTHON3_PYELFTOOLS_DL_SUBDIR = python-pyelftools
|
||||
HOST_PYTHON3_PYELFTOOLS_NEEDS_HOST_PYTHON = python3
|
||||
|
||||
$(eval $(host-python-package))
|
Loading…
Reference in New Issue
Block a user