summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb
index b5d53bb112..d4fed864d6 100644
--- a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb
+++ b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb
@@ -28,6 +28,12 @@ EXTRA_AUTORECONF += "--exclude=autoheader"
28 28
29EXTRA_OECONF:append:libc-musl = " --with-jemalloc-prefix=je_" 29EXTRA_OECONF:append:libc-musl = " --with-jemalloc-prefix=je_"
30 30
31do_install:append() {
32 sed -i -e 's@${STAGING_DIR_HOST}@@g' \
33 -e 's@${STAGING_DIR_NATIVE}@@g' \
34 -e 's@${WORKDIR}@@g' ${D}${bindir}/jemalloc-config
35}
36
31do_compile_ptest() { 37do_compile_ptest() {
32 oe_runmake tests 38 oe_runmake tests
33} 39}