diff options
author | Alejandro Hernandez <alhe@linux.microsoft.com> | 2020-08-04 22:38:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-06 15:12:39 +0100 |
commit | a5ba89ac4ba0506a680f1b187662e7a48383e1f4 (patch) | |
tree | a7bdab647a5fd47ac0c0f093bfa1b8f5e4384d27 /meta/recipes-core/musl | |
parent | 7ac4833236eb2b6c0d3f8710b097a4b5cffc3002 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-core/musl')
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 4 |
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 @@ | |||
4 | require musl.inc | 4 | require musl.inc |
5 | inherit linuxloader | 5 | inherit linuxloader |
6 | 6 | ||
7 | SRCREV = "0a005f499cf39822166dd4db3d2d31f0639f1b1b" | 7 | SRCREV = "73cc775bee53300c7cf759f37580220b18ac13d3" |
8 | 8 | ||
9 | BASEVER = "1.2.0" | 9 | BASEVER = "1.2.1" |
10 | 10 | ||
11 | PV = "${BASEVER}+git${SRCPV}" | 11 | PV = "${BASEVER}+git${SRCPV}" |
12 | 12 | ||