mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 20:54:35 +00:00
jemalloc: fix version string
Referring to the VERSION file within the released source tarball, the
version string for --with-version option should be ${PV}-0-g${SRCREV}.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
parent
f2973002c9
commit
4009dea868
@ -17,7 +17,7 @@ SRC_URI = "git://github.com/jemalloc/jemalloc.git;branch=master;protocol=https;t
|
|||||||
file://run-ptest \
|
file://run-ptest \
|
||||||
"
|
"
|
||||||
SRCREV = "81034ce1f1373e37dc865038e1bc8eeecf559ce8"
|
SRCREV = "81034ce1f1373e37dc865038e1bc8eeecf559ce8"
|
||||||
PV_LONG := "${PV}-171-g${SRCREV}"
|
PV_LONG := "${PV}-0-g${SRCREV}"
|
||||||
|
|
||||||
inherit autotools ptest
|
inherit autotools ptest
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user