diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-04-30 18:48:32 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-12 01:06:50 -0700 |
| commit | 08447ba87199728fcf60ec4436a0efc9dca5e4a0 (patch) | |
| tree | 627a4749d740137d10715edc6323a2ebe33acb4c /meta-oe | |
| parent | 5d2fd54d7d10df1db00823e34765bf5c126635d2 (diff) | |
| download | meta-openembedded-08447ba87199728fcf60ec4436a0efc9dca5e4a0.tar.gz | |
jemalloc: upgrade 5.3.0 -> 5.3.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.1.bb (renamed from meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.1.bb index edaaea26b6..a369650ec5 100644 --- a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb +++ b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.1.bb | |||
| @@ -13,13 +13,11 @@ SECTION = "libs" | |||
| 13 | 13 | ||
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea061f8731d5e6a5761dfad951ef5f5f" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea061f8731d5e6a5761dfad951ef5f5f" |
| 15 | 15 | ||
| 16 | SRC_URI = "git://github.com/jemalloc/jemalloc.git;branch=dev;protocol=https \ | 16 | SRC_URI = "git://github.com/jemalloc/jemalloc.git;branch=master;protocol=https;tag=${PV} \ |
| 17 | file://run-ptest \ | 17 | file://run-ptest \ |
| 18 | " | 18 | " |
| 19 | SRCREV = "630434bb0ac619f7beec927569782d924c459385" | 19 | SRCREV = "81034ce1f1373e37dc865038e1bc8eeecf559ce8" |
| 20 | PV_LONG := "${PV}-171-g${SRCREV}" | 20 | PV_LONG := "${PV}-171-g${SRCREV}" |
| 21 | PV .= "+git" | ||
| 22 | |||
| 23 | 21 | ||
| 24 | inherit autotools ptest | 22 | inherit autotools ptest |
| 25 | 23 | ||
