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:
Yi Zhao
2026-05-19 22:00:29 +08:00
committed by Khem Raj
parent f2973002c9
commit 4009dea868
@@ -17,7 +17,7 @@ SRC_URI = "git://github.com/jemalloc/jemalloc.git;branch=master;protocol=https;t
file://run-ptest \
"
SRCREV = "81034ce1f1373e37dc865038e1bc8eeecf559ce8"
PV_LONG := "${PV}-171-g${SRCREV}"
PV_LONG := "${PV}-0-g${SRCREV}"
inherit autotools ptest