diff options
-rw-r--r-- | meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb | 6 |
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 | ||
29 | EXTRA_OECONF:append:libc-musl = " --with-jemalloc-prefix=je_" | 29 | EXTRA_OECONF:append:libc-musl = " --with-jemalloc-prefix=je_" |
30 | 30 | ||
31 | do_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 | |||
31 | do_compile_ptest() { | 37 | do_compile_ptest() { |
32 | oe_runmake tests | 38 | oe_runmake tests |
33 | } | 39 | } |