mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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:
@@ -93,5 +93,6 @@ do_install:append() {
|
|||||||
rm -f ${D}${libdir}/libjs_static.ajs
|
rm -f ${D}${libdir}/libjs_static.ajs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
|
||||||
PACKAGES =+ "lib${BPN}"
|
PACKAGES =+ "lib${BPN}"
|
||||||
FILES:lib${BPN} += "${libdir}/lib*"
|
FILES:lib${BPN} += "${libdir}/lib*"
|
||||||
|
|||||||
Reference in New Issue
Block a user