aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-03-07 07:51:18 +0100
committerKhem Raj <raj.khem@gmail.com>2024-03-08 10:07:26 -0800
commit9c6e4d467c786dcc09cefe4b997982c48d6c3cc9 (patch)
tree3c331cf90e789284f7b2db23f8edbbc1157a1d7b /meta-oe
parent0178f52636696c601a4ed421c645370624731995 (diff)
downloadmeta-openembedded-contrib-9c6e4d467c786dcc09cefe4b997982c48d6c3cc9.tar.gz
mozjs-115: fix reproducibility issue
mozjs inserts lines with ${S} in many cpp files. Although required for compilation, it affects reproducibility for the mozjs-115-src package. Fix this by simply not packaging the modified source code Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/mozjs/mozjs-115_115.8.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/mozjs/mozjs-115_115.8.0.bb b/meta-oe/recipes-extended/mozjs/mozjs-115_115.8.0.bb
index 4e36acabb4..1269795d20 100644
--- a/meta-oe/recipes-extended/mozjs/mozjs-115_115.8.0.bb
+++ b/meta-oe/recipes-extended/mozjs/mozjs-115_115.8.0.bb
@@ -93,5 +93,6 @@ do_install:append() {
rm -f ${D}${libdir}/libjs_static.ajs
}
+PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
PACKAGES =+ "lib${BPN}"
FILES:lib${BPN} += "${libdir}/lib*"