diff options
Diffstat (limited to 'meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb')
-rw-r--r-- | meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb | 5 |
1 files changed, 3 insertions, 2 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 7e0272f898..aa1f417604 100644 --- a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb +++ b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb | |||
@@ -17,8 +17,9 @@ SRC_URI = "git://github.com/jemalloc/jemalloc.git;branch=dev;protocol=https \ | |||
17 | file://run-ptest \ | 17 | file://run-ptest \ |
18 | " | 18 | " |
19 | SRCREV = "630434bb0ac619f7beec927569782d924c459385" | 19 | SRCREV = "630434bb0ac619f7beec927569782d924c459385" |
20 | PV_LONG := "${PV}-171-g${SRCREV}" | ||
21 | PV .= "+git" | ||
20 | 22 | ||
21 | S = "${WORKDIR}/git" | ||
22 | 23 | ||
23 | inherit autotools ptest | 24 | inherit autotools ptest |
24 | 25 | ||
@@ -27,7 +28,7 @@ EXTRA_AUTORECONF += "--exclude=autoheader" | |||
27 | EXTRA_OECONF:append:libc-musl = " --with-jemalloc-prefix=je_" | 28 | EXTRA_OECONF:append:libc-musl = " --with-jemalloc-prefix=je_" |
28 | # For some reason VERSION file populated only in tarball distribution. | 29 | # 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 | # Adding jemalloc version since this recipe is using source code from git tag |
30 | EXTRA_OECONF:append = " --with-version=${PV}-0-g${SRCREV} --enable-xmalloc" | 31 | EXTRA_OECONF:append = " --with-version=${PV_LONG} --enable-xmalloc" |
31 | 32 | ||
32 | do_install:append() { | 33 | do_install:append() { |
33 | sed -i -e 's@${STAGING_DIR_HOST}@@g' \ | 34 | sed -i -e 's@${STAGING_DIR_HOST}@@g' \ |