diff options
Diffstat (limited to 'meta-oe/recipes-devtools')
| -rw-r--r-- | meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb | 3 |
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 | |||
| 25 | EXTRA_AUTORECONF += "--exclude=autoheader" | 25 | EXTRA_AUTORECONF += "--exclude=autoheader" |
| 26 | 26 | ||
| 27 | EXTRA_OECONF:append:libc-musl = " --with-jemalloc-prefix=je_" | 27 | EXTRA_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 | ||
| 30 | EXTRA_OECONF:append = " --with-version=${PV}-0-g${SRCREV}" | ||
| 28 | 31 | ||
| 29 | do_install:append() { | 32 | do_install:append() { |
| 30 | sed -i -e 's@${STAGING_DIR_HOST}@@g' \ | 33 | sed -i -e 's@${STAGING_DIR_HOST}@@g' \ |
