From 7f8cfe70ae03b310f5e32fbda565bc6432243462 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 30 Apr 2026 18:48:32 +0800 Subject: [PATCH] jemalloc: upgrade 5.3.0 -> 5.3.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../jemalloc/{jemalloc_5.3.0.bb => jemalloc_5.3.1.bb} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename meta-oe/recipes-devtools/jemalloc/{jemalloc_5.3.0.bb => jemalloc_5.3.1.bb} (92%) diff --git a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.1.bb similarity index 92% rename from meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb rename to 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" LIC_FILES_CHKSUM = "file://COPYING;md5=ea061f8731d5e6a5761dfad951ef5f5f" -SRC_URI = "git://github.com/jemalloc/jemalloc.git;branch=dev;protocol=https \ +SRC_URI = "git://github.com/jemalloc/jemalloc.git;branch=master;protocol=https;tag=${PV} \ file://run-ptest \ " -SRCREV = "630434bb0ac619f7beec927569782d924c459385" +SRCREV = "81034ce1f1373e37dc865038e1bc8eeecf559ce8" PV_LONG := "${PV}-171-g${SRCREV}" -PV .= "+git" - inherit autotools ptest