From 9c6e4d467c786dcc09cefe4b997982c48d6c3cc9 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 7 Mar 2024 07:51:18 +0100 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/recipes-extended/mozjs/mozjs-115_115.8.0.bb | 1 + 1 file changed, 1 insertion(+) 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*"