summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb
index 3d48bc012d..df499fbe50 100644
--- a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb
+++ b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb
@@ -25,6 +25,9 @@ inherit autotools ptest
25EXTRA_AUTORECONF += "--exclude=autoheader" 25EXTRA_AUTORECONF += "--exclude=autoheader"
26 26
27EXTRA_OECONF:append:libc-musl = " --with-jemalloc-prefix=je_" 27EXTRA_OECONF:append:libc-musl = " --with-jemalloc-prefix=je_"
28# For some reason VERSION file populated only in tarball distribution.
29# Adding jemalloc version since this recipe is using source code from git tag
30EXTRA_OECONF:append = " --with-version=${PV}-0-g${SRCREV}"
28 31
29do_install:append() { 32do_install:append() {
30 sed -i -e 's@${STAGING_DIR_HOST}@@g' \ 33 sed -i -e 's@${STAGING_DIR_HOST}@@g' \