summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.1.bb b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.1.bb
index a369650ec5..261ff02e16 100644
--- a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.1.bb
+++ b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.1.bb
@@ -17,7 +17,7 @@ SRC_URI = "git://github.com/jemalloc/jemalloc.git;branch=master;protocol=https;t
17 file://run-ptest \ 17 file://run-ptest \
18 " 18 "
19SRCREV = "81034ce1f1373e37dc865038e1bc8eeecf559ce8" 19SRCREV = "81034ce1f1373e37dc865038e1bc8eeecf559ce8"
20PV_LONG := "${PV}-171-g${SRCREV}" 20PV_LONG := "${PV}-0-g${SRCREV}"
21 21
22inherit autotools ptest 22inherit autotools ptest
23 23