mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
jemalloc: improve reproducibility
Remove build host info from config file to improve reproducibility. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -28,6 +28,12 @@ EXTRA_AUTORECONF += "--exclude=autoheader"
|
||||
|
||||
EXTRA_OECONF:append:libc-musl = " --with-jemalloc-prefix=je_"
|
||||
|
||||
do_install:append() {
|
||||
sed -i -e 's@${STAGING_DIR_HOST}@@g' \
|
||||
-e 's@${STAGING_DIR_NATIVE}@@g' \
|
||||
-e 's@${WORKDIR}@@g' ${D}${bindir}/jemalloc-config
|
||||
}
|
||||
|
||||
do_compile_ptest() {
|
||||
oe_runmake tests
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user