diff options
| author | Markus Volk <f_l_k@t-online.de> | 2024-03-07 07:51:18 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-08 10:07:26 -0800 |
| commit | 9c6e4d467c786dcc09cefe4b997982c48d6c3cc9 (patch) | |
| tree | 3c331cf90e789284f7b2db23f8edbbc1157a1d7b /meta-oe/recipes-extended/mozjs | |
| parent | 0178f52636696c601a4ed421c645370624731995 (diff) | |
| download | meta-openembedded-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/recipes-extended/mozjs')
| -rw-r--r-- | meta-oe/recipes-extended/mozjs/mozjs-115_115.8.0.bb | 1 |
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() { | |||
| 93 | rm -f ${D}${libdir}/libjs_static.ajs | 93 | rm -f ${D}${libdir}/libjs_static.ajs |
| 94 | } | 94 | } |
| 95 | 95 | ||
| 96 | PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" | ||
| 96 | PACKAGES =+ "lib${BPN}" | 97 | PACKAGES =+ "lib${BPN}" |
| 97 | FILES:lib${BPN} += "${libdir}/lib*" | 98 | FILES:lib${BPN} += "${libdir}/lib*" |
