From: Khem Raj Date: Tue, 8 Jan 2019 20:42:47 +0000 (-0800) Subject: musl: Update to master tip X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c813d3233b9d606db52f0e1619ef74fe6ccc64c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git musl: Update to master tip Detaild log https://git.musl-libc.org/cgit/musl/log/?qt=range&q=21a172dd36cae7a08492fd3a7500d7bf0daee13e..de7dc1318f493184b20f7661bc12b1829b957b67 (From OE-Core rev: 0b68ecf70249cf8cd6fc47a5ce717e91669fae9b) 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 33d6e69130e..cba4d06766e 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb @@ -4,9 +4,11 @@ require musl.inc inherit linuxloader -SRCREV = "21a172dd36cae7a08492fd3a7500d7bf0daee13e" +SRCREV = "de7dc1318f493184b20f7661bc12b1829b957b67" -PV = "1.1.20+git${SRCPV}" +BASEVER = "1.1.20" + +PV = "${BASEVER}+git${SRCPV}" # mirror is at git://github.com/kraj/musl.git