summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-04-14 16:31:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-16 11:05:49 +0100
commit8cd81b3948622b5bd6d9596b93533ca618a53d8a (patch)
treefa2b79218ee94aab2e2043b107ad1b55241abd5a
parent81551871b183f802ce3c1d0c8fb16479d9671a04 (diff)
downloadopenembedded-core-contrib-8cd81b3948622b5bd6d9596b93533ca618a53d8a.tar.gz
musl: Upgrade to master past 1.1.22
Changes are here https://git.musl-libc.org/cgit/musl/log/?qt=range&q=43e7efb46555f13a556d92944ac05c19b8929b60..65c8be380431eebe4d70d130bd38563f8df9a7d7 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/musl/musl_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index 2d8dab90dd..1e324804e1 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -4,9 +4,9 @@
require musl.inc
inherit linuxloader
-SRCREV = "43e7efb46555f13a556d92944ac05c19b8929b60"
+SRCREV = "65c8be380431eebe4d70d130bd38563f8df9a7d7"
-BASEVER = "1.1.21"
+BASEVER = "1.1.22"
PV = "${BASEVER}+git${SRCPV}"