diff options
| author | Mingli Yu <mingli.yu@windriver.com> | 2021-02-01 11:32:48 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-04 09:26:48 -0800 |
| commit | 470fbe378cc68f4fd7a47a2c54fd4bb081bb0aa7 (patch) | |
| tree | 136d2ca961d7533d3e6f7c38712463291ff16ca4 /meta-oe/dynamic-layers/meta-python/recipes-extended | |
| parent | 41ea8b479cc5630482879dfcab89ef9cf72245a3 (diff) | |
| download | meta-openembedded-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/recipes-extended')
| -rw-r--r-- | meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs_60.9.0.bb | 2 |
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" | |||
| 125 | 125 | ||
| 126 | do_install_append() { | 126 | do_install_append() { |
| 127 | oe_multilib_header mozjs-60/js-config.h | 127 | oe_multilib_header mozjs-60/js-config.h |
| 128 | sed -e 's@${STAGING_DIR_HOST}@@g' \ | ||
| 129 | -i ${D}${bindir}/js60-config | ||
| 128 | } | 130 | } |
| 129 | 131 | ||
| 130 | PACKAGES =+ "lib${BPN}" | 132 | PACKAGES =+ "lib${BPN}" |
