summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb
diff options
context:
space:
mode:
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.bb6
1 files changed, 3 insertions, 3 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 df499fbe5..7e0272f89 100644
--- a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb
+++ b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb
@@ -13,10 +13,10 @@ SECTION = "libs"
13 13
14LIC_FILES_CHKSUM = "file://COPYING;md5=ea061f8731d5e6a5761dfad951ef5f5f" 14LIC_FILES_CHKSUM = "file://COPYING;md5=ea061f8731d5e6a5761dfad951ef5f5f"
15 15
16SRC_URI = "git://github.com/jemalloc/jemalloc.git;branch=master;protocol=https \ 16SRC_URI = "git://github.com/jemalloc/jemalloc.git;branch=dev;protocol=https \
17 file://run-ptest \ 17 file://run-ptest \
18 " 18 "
19SRCREV = "54eaed1d8b56b1aa528be3bdd1877e59c56fa90c" 19SRCREV = "630434bb0ac619f7beec927569782d924c459385"
20 20
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
@@ -27,7 +27,7 @@ EXTRA_AUTORECONF += "--exclude=autoheader"
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. 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 29# Adding jemalloc version since this recipe is using source code from git tag
30EXTRA_OECONF:append = " --with-version=${PV}-0-g${SRCREV}" 30EXTRA_OECONF:append = " --with-version=${PV}-0-g${SRCREV} --enable-xmalloc"
31 31
32do_install:append() { 32do_install:append() {
33 sed -i -e 's@${STAGING_DIR_HOST}@@g' \ 33 sed -i -e 's@${STAGING_DIR_HOST}@@g' \