summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/musl
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-17 15:18:53 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-20 16:40:47 +0000
commit47c84dc29aecb11d4cb485908054f8bf83e71e29 (patch)
tree929a2c72d1457c22afd46fbb53b022d717774470 /meta/recipes-core/musl
parent351243a0ca2a83d4747a88c75d8735d450c4fb59 (diff)
downloadpoky-47c84dc29aecb11d4cb485908054f8bf83e71e29.tar.gz
musl-obstack: Update to 1.2.3
Switch to void-linux github handle, void-linux is the upstream anyway this brings (From OE-Core rev: af810235ffb8e9553cf5e807ed3b88ed6575d211) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/musl')
-rw-r--r--meta/recipes-core/musl/musl-obstack.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/musl/musl-obstack.bb b/meta/recipes-core/musl/musl-obstack.bb
index 5c95ddbc94..4c71a141b2 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"
8LIC_FILES_CHKSUM = "file://COPYING;md5=3d23e4eef8243efcaab6f0a438078932" 8LIC_FILES_CHKSUM = "file://COPYING;md5=3d23e4eef8243efcaab6f0a438078932"
9SECTION = "libs" 9SECTION = "libs"
10 10
11PV = "1.2" 11PV = "1.2.3"
12SRCREV = "466f773fe171da427e28be79b9cf48ccfddfb7e2" 12SRCREV = "f4385255be1615688c6a5f042277304d7ab288b1"
13SRC_URI = "git://github.com/pullmoll/musl-obstack;branch=master;protocol=https" 13SRC_URI = "git://github.com/void-linux/musl-obstack;branch=master;protocol=https"
14 14
15UPSTREAM_CHECK_COMMITS = "1" 15UPSTREAM_CHECK_COMMITS = "1"
16 16