mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 13:40:04 +00:00
recipes: Turn inherit classes from meta-py2 to conditional constructs
helps parsing without meta-py2 in mix Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@ SRCREV = "fef25c41efb9bde0614ea477d0b90bd9565ae0b4"
|
||||
S = "${WORKDIR}/git"
|
||||
R = "${RECIPE_SYSROOT}"
|
||||
|
||||
inherit distutils
|
||||
inherit ${@bb.utils.contains("BBPATH", "meta-python2", "distutils", "", d)}
|
||||
|
||||
GUIDER_OBJ = "guider.pyc"
|
||||
GUIDER_SCRIPT = "guider"
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=be980eb7ccafe287cb438076a65e888c"
|
||||
DEPENDS = "openssl"
|
||||
DEPENDS_append_class-target = " nodejs-native"
|
||||
|
||||
inherit pkgconfig pythonnative
|
||||
inherit pkgconfig ${@bb.utils.contains("BBPATH", "meta-python2", "pythonnative", "", d)}
|
||||
|
||||
COMPATIBLE_MACHINE_armv4 = "(!.*armv4).*"
|
||||
COMPATIBLE_MACHINE_armv5 = "(!.*armv5).*"
|
||||
|
||||
Reference in New Issue
Block a user