summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Hernandez <alhe@linux.microsoft.com>2020-08-04 22:38:20 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-06 15:12:39 +0100
commita5ba89ac4ba0506a680f1b187662e7a48383e1f4 (patch)
treea7bdab647a5fd47ac0c0f093bfa1b8f5e4384d27
parent7ac4833236eb2b6c0d3f8710b097a4b5cffc3002 (diff)
downloadpoky-a5ba89ac4ba0506a680f1b187662e7a48383e1f4.tar.gz
musl: Upgrade to latest release 1.2.1
(From OE-Core rev: 227430916a3e50bec5741e00cb7f2dbc52a85eb3) Signed-off-by: Alejandro Hernandez Samaniego <alhe@linux.microsoft.com> Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org> 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 ed2178b5a4..51b19e89a5 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -4,9 +4,9 @@
4require musl.inc 4require musl.inc
5inherit linuxloader 5inherit linuxloader
6 6
7SRCREV = "0a005f499cf39822166dd4db3d2d31f0639f1b1b" 7SRCREV = "73cc775bee53300c7cf759f37580220b18ac13d3"
8 8
9BASEVER = "1.2.0" 9BASEVER = "1.2.1"
10 10
11PV = "${BASEVER}+git${SRCPV}" 11PV = "${BASEVER}+git${SRCPV}"
12 12