From 8c0c7f0a37a1b4a7eb7ea585971534cd1e481b8e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Jan 2020 14:17:22 -0800 Subject: recipes: Turn inherit classes from meta-py2 to conditional constructs helps parsing without meta-py2 in mix Signed-off-by: Khem Raj --- meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb') diff --git a/meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb b/meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb index e229bf424..f648332b4 100644 --- a/meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb +++ b/meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb @@ -30,7 +30,7 @@ SRC_URI[sha256sum] = "9f453c8cc5669e46e38f977764d49a36295bf0d023619d9aac782e6bb3 S = "${WORKDIR}/firefox-${@d.getVar("PV").replace("esr", "")}" -inherit autotools pkgconfig perlnative pythonnative +inherit autotools pkgconfig perlnative ${@bb.utils.contains("BBPATH", "meta-python2", "pythonnative", "", d)} inherit features_check CONFLICT_DISTRO_FEATURES_mipsarchn32 = "ld-is-gold" -- cgit v1.2.3-54-g00ecf