mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/python-cbor2: enable host build
This will be required for the upcoming python-uswid package. Disable c extensions for host package to speed up build. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
8850a30673
commit
f376a75095
@@ -12,5 +12,8 @@ PYTHON_CBOR2_LICENSE = MIT
|
||||
PYTHON_CBOR2_LICENSE_FILES = LICENSE.txt
|
||||
PYTHON_CBOR2_DEPENDENCIES = host-python-setuptools-scm
|
||||
PYTHON_CBOR2_ENV = CBOR2_BUILD_C_EXTENSION=1
|
||||
HOST_PYTHON_CBOR2_DEPENDENCIES = host-python-setuptools-scm
|
||||
HOST_PYTHON_CBOR2_ENV = CBOR2_BUILD_C_EXTENSION=0
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
|
||||
Reference in New Issue
Block a user