aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/dynamic-layers/meta-python
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2021-02-01 11:32:48 +0800
committerKhem Raj <raj.khem@gmail.com>2021-02-04 09:26:48 -0800
commit470fbe378cc68f4fd7a47a2c54fd4bb081bb0aa7 (patch)
tree136d2ca961d7533d3e6f7c38712463291ff16ca4 /meta-oe/dynamic-layers/meta-python
parent41ea8b479cc5630482879dfcab89ef9cf72245a3 (diff)
downloadmeta-openembedded-contrib-470fbe378cc68f4fd7a47a2c54fd4bb081bb0aa7.tar.gz
mozjs: improve reproducibility
Remove the build path from the file js60-config. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/dynamic-layers/meta-python')
-rw-r--r--meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_60.9.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_60.9.0.bb b/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_60.9.0.bb
index 130ff13ec1..614cdf6e35 100644
--- a/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_60.9.0.bb
+++ b/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_60.9.0.bb
@@ -125,6 +125,8 @@ MULTILIB_SCRIPTS += " ${PN}-dev:${bindir}/js60-config"
do_install_append() {
oe_multilib_header mozjs-60/js-config.h
+ sed -e 's@${STAGING_DIR_HOST}@@g' \
+ -i ${D}${bindir}/js60-config
}
PACKAGES =+ "lib${BPN}"