summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
index 6c9920ef4..b6744395f 100644
--- a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
+++ b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
@@ -26,6 +26,11 @@ inherit autotools pkgconfig perlnative pythonnative
26 26
27DEPENDS += "nspr zlib" 27DEPENDS += "nspr zlib"
28 28
29# Host specific flags need to be defined, otherwise target flags will be passed to the host
30export HOST_CFLAGS = "${BUILD_CFLAGS}"
31export HOST_CXXFLAGS = "${BUILD_CXXFLAGS}"
32export HOST_LDFLAGS = "${BUILD_LDFLAGS}"
33
29# nspr's package-config is ignored so set libs manually 34# nspr's package-config is ignored so set libs manually
30EXTRA_OECONF = " \ 35EXTRA_OECONF = " \
31 --target=${TARGET_SYS} \ 36 --target=${TARGET_SYS} \