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>
This commit is contained in:
Markus Volk 2024-03-07 07:51:18 +01:00 committed by Khem Raj
parent 0178f52636
commit 9c6e4d467c
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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*"