From: Khem Raj Date: Tue, 17 Jan 2023 23:18:53 +0000 (-0800) Subject: musl-obstack: Update to 1.2.3 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1914 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af810235ffb8e9553cf5e807ed3b88ed6575d211;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git musl-obstack: Update to 1.2.3 Switch to void-linux github handle, void-linux is the upstream anyway this brings Signed-off-by: Khem Raj Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/musl/musl-obstack.bb b/meta/recipes-core/musl/musl-obstack.bb index 5c95ddbc945..4c71a141b24 100644 --- a/meta/recipes-core/musl/musl-obstack.bb +++ b/meta/recipes-core/musl/musl-obstack.bb @@ -8,9 +8,9 @@ LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=3d23e4eef8243efcaab6f0a438078932" SECTION = "libs" -PV = "1.2" -SRCREV = "466f773fe171da427e28be79b9cf48ccfddfb7e2" -SRC_URI = "git://github.com/pullmoll/musl-obstack;branch=master;protocol=https" +PV = "1.2.3" +SRCREV = "f4385255be1615688c6a5f042277304d7ab288b1" +SRC_URI = "git://github.com/void-linux/musl-obstack;branch=master;protocol=https" UPSTREAM_CHECK_COMMITS = "1"