mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-13 22:05:27 +01:00
python3-cppy: fix inherits and DEPENDS
This recipe inherited python_flit_core, but actually builds with setuptools. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
50e60e6549
commit
a2790f4316
|
|
@ -7,11 +7,11 @@ SRC_URI[sha256sum] = "83b43bf17b1085ac15c5debdb42154f138b928234b21447358981f69d0
|
|||
|
||||
RDEPENDS:${PN} += "python3-setuptools python3-distutils"
|
||||
|
||||
inherit pypi python_flit_core
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
SRC_URI += " file://0001-Fix-build-error-as-following.patch \
|
||||
"
|
||||
|
||||
DEPENDS += "python3-setuptools-native"
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user