From: Khem Raj Date: Sun, 14 Apr 2019 23:31:17 +0000 (-0700) Subject: musl: Upgrade to master past 1.1.22 X-Git-Tag: uninative-2.5~411 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8cd81b3948622b5bd6d9596b93533ca618a53d8a;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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}"