summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2023-09-27 14:28:13 +0800
committerArmin Kuster <akuster808@gmail.com>2023-10-04 07:52:48 -0700
commit6690d0d582a712878a0c15252d7018d2fbbd4c48 (patch)
treeb0abbfc05a257cfffa1d46cd69e986201b7055f9
parent4512a29b79efd9574b0023660af8c6d1d6dcef66 (diff)
downloadmeta-openembedded-6690d0d582a712878a0c15252d7018d2fbbd4c48.tar.gz
mozjs-102: Remove the buildpath
Fixes: WARNING: mozjs-102-102.9.0-r0 do_package_qa: QA Issue: File /usr/src/debug/mozjs-102/102.9.0-r0/intl/components/Unified_cpp_intl_components4.cpp in package mozjs-102-src contains reference to TMPDIR File /usr/src/debug/mozjs-102/102.9.0-r0/intl/components/Unified_cpp_intl_components0.cpp in package mozjs-102-src contains reference to TMPDIR Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f4dad2f978e3c5614bb164ae9ccb00bb12e9bded) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-extended/mozjs/mozjs-102_102.15.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/mozjs/mozjs-102_102.15.0.bb b/meta-oe/recipes-extended/mozjs/mozjs-102_102.15.0.bb
index 08cfededa7..15b90cb167 100644
--- a/meta-oe/recipes-extended/mozjs/mozjs-102_102.15.0.bb
+++ b/meta-oe/recipes-extended/mozjs/mozjs-102_102.15.0.bb
@@ -73,6 +73,8 @@ do_install:append() {
73 sed -e 's@${STAGING_DIR_HOST}@@g' \ 73 sed -e 's@${STAGING_DIR_HOST}@@g' \
74 -i ${D}${bindir}/js102-config 74 -i ${D}${bindir}/js102-config
75 rm -f ${D}${libdir}/libjs_static.ajs 75 rm -f ${D}${libdir}/libjs_static.ajs
76 # remove the build path
77 sed -i -e 's@${WORKDIR}@@g' `find ${B} -name Unified_c*.c*`
76} 78}
77 79
78PACKAGES =+ "lib${BPN}" 80PACKAGES =+ "lib${BPN}"