diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-01-22 14:17:22 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 14:20:35 -0800 |
commit | 8c0c7f0a37a1b4a7eb7ea585971534cd1e481b8e (patch) | |
tree | 0f1b88391233a2d7f969ce8e51316910d644e753 /meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb | |
parent | 8d2a38f04944171779a4781580309bef7a34116b (diff) | |
download | meta-openembedded-8c0c7f0a37a1b4a7eb7ea585971534cd1e481b8e.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb')
-rw-r--r-- | meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
30 | 30 | ||
31 | S = "${WORKDIR}/firefox-${@d.getVar("PV").replace("esr", "")}" | 31 | S = "${WORKDIR}/firefox-${@d.getVar("PV").replace("esr", "")}" |
32 | 32 | ||
33 | inherit autotools pkgconfig perlnative pythonnative | 33 | inherit autotools pkgconfig perlnative ${@bb.utils.contains("BBPATH", "meta-python2", "pythonnative", "", d)} |
34 | 34 | ||
35 | inherit features_check | 35 | inherit features_check |
36 | CONFLICT_DISTRO_FEATURES_mipsarchn32 = "ld-is-gold" | 36 | CONFLICT_DISTRO_FEATURES_mipsarchn32 = "ld-is-gold" |