From: Alejandro Hernandez Date: Wed, 5 Aug 2020 05:38:20 +0000 (-0700) Subject: musl: Upgrade to latest release 1.2.1 X-Git-Tag: uninative-2.9~101 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=227430916a3e50bec5741e00cb7f2dbc52a85eb3;p=openembedded-core.git musl: Upgrade to latest release 1.2.1 Signed-off-by: Alejandro Hernandez Samaniego Signed-off-by: Alejandro Hernandez Samaniego Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index ed2178b5a4..51b19e89a5 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 = "0a005f499cf39822166dd4db3d2d31f0639f1b1b" +SRCREV = "73cc775bee53300c7cf759f37580220b18ac13d3" -BASEVER = "1.2.0" +BASEVER = "1.2.1" PV = "${BASEVER}+git${SRCPV}"