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: lucaceresoli/bug-15201-perf-libtraceevent-missing~14771 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cd81b3948622b5bd6d9596b93533ca618a53d8a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 2d8dab90dd8..1e324804e14 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}"