diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2026-05-19 22:00:29 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-21 07:31:00 -0700 |
| commit | 4009dea868e3767c17bca0fc1df7d58878a66de4 (patch) | |
| tree | 2eae9bd85c8691f8486e39a6750c948ef765d5f6 | |
| parent | f2973002c927397b03fc45444876141231b91c93 (diff) | |
| download | meta-openembedded-4009dea868e3767c17bca0fc1df7d58878a66de4.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.1.bb | 2 |
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 | " |
| 19 | SRCREV = "81034ce1f1373e37dc865038e1bc8eeecf559ce8" | 19 | SRCREV = "81034ce1f1373e37dc865038e1bc8eeecf559ce8" |
| 20 | PV_LONG := "${PV}-171-g${SRCREV}" | 20 | PV_LONG := "${PV}-0-g${SRCREV}" |
| 21 | 21 | ||
| 22 | inherit autotools ptest | 22 | inherit autotools ptest |
| 23 | 23 | ||
