summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-01-27 17:43:19 +0800
committerKhem Raj <raj.khem@gmail.com>2026-01-30 23:59:06 -0800
commitf74dd7b6e52da37ee526c2c787545706b66f598c (patch)
tree307fab769fcb20a654e4ca2d3dc92206206dd999 /meta-oe
parent53f62e7e2eb0d575a9cf3cba7a0a72a2d38c6dc8 (diff)
downloadmeta-openembedded-f74dd7b6e52da37ee526c2c787545706b66f598c.tar.gz
gperftools: upgrade 2.16 -> 2.18
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/gperftools/gperftools_2.18.bb (renamed from meta-oe/recipes-support/gperftools/gperftools_2.16.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/gperftools/gperftools_2.16.bb b/meta-oe/recipes-support/gperftools/gperftools_2.18.bb
index c0fe586f6d..bc84ba54c6 100644
--- a/meta-oe/recipes-support/gperftools/gperftools_2.16.bb
+++ b/meta-oe/recipes-support/gperftools/gperftools_2.18.bb
@@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=762732742c73dc6c7fbe8632f06c059a"
10 10
11DEPENDS:append:libc-musl = " libucontext" 11DEPENDS:append:libc-musl = " libucontext"
12 12
13SRCREV = "e1014dead2029b341d06027b4f2b5562d799d5b1" 13SRCREV = "6ed73507dd3970a123e267a50b3ee73392e3b053"
14SRC_URI = "git://github.com/gperftools/gperftools;branch=master;protocol=https" 14SRC_URI = "git://github.com/gperftools/gperftools;branch=master;protocol=https;tag=gperftools-${PV}"
15 15
16SRC_URI:append:libc-musl = " \ 16SRC_URI:append:libc-musl = " \
17 file://ppc-musl.patch \ 17 file://ppc-musl.patch \