summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-30 18:48:32 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-12 01:06:50 -0700
commit08447ba87199728fcf60ec4436a0efc9dca5e4a0 (patch)
tree627a4749d740137d10715edc6323a2ebe33acb4c /meta-oe
parent5d2fd54d7d10df1db00823e34765bf5c126635d2 (diff)
downloadmeta-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
14LIC_FILES_CHKSUM = "file://COPYING;md5=ea061f8731d5e6a5761dfad951ef5f5f" 14LIC_FILES_CHKSUM = "file://COPYING;md5=ea061f8731d5e6a5761dfad951ef5f5f"
15 15
16SRC_URI = "git://github.com/jemalloc/jemalloc.git;branch=dev;protocol=https \ 16SRC_URI = "git://github.com/jemalloc/jemalloc.git;branch=master;protocol=https;tag=${PV} \
17 file://run-ptest \ 17 file://run-ptest \
18 " 18 "
19SRCREV = "630434bb0ac619f7beec927569782d924c459385" 19SRCREV = "81034ce1f1373e37dc865038e1bc8eeecf559ce8"
20PV_LONG := "${PV}-171-g${SRCREV}" 20PV_LONG := "${PV}-171-g${SRCREV}"
21PV .= "+git"
22
23 21
24inherit autotools ptest 22inherit autotools ptest
25 23