diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-02-21 08:34:20 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-22 23:57:27 +0000 |
commit | 05e0e8a576fbe03ab4b7667500aa1894c4b59216 (patch) | |
tree | a751db87daa72366dc5072fb19dc3e8fa20e285c /meta | |
parent | 57a6948feac5585f088c23e91142d887184bd18c (diff) | |
download | poky-05e0e8a576fbe03ab4b7667500aa1894c4b59216.tar.gz |
musl: Update to final 1.2.0 release
Detailed log [1]
[1] https://git.musl-libc.org/cgit/musl/log/?qt=range&q=a662220df547e5c2446518e74440a7d834f9ebe6..040c1d16b468c50c04fc94edff521f1637708328
(From OE-Core rev: 732cac03632fee312e8a43aa091d056d4a3900f0)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 b6ec6fe9af..afc8446547 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 = "a662220df547e5c2446518e74440a7d834f9ebe6" | 7 | SRCREV = "040c1d16b468c50c04fc94edff521f1637708328" |
8 | 8 | ||
9 | BASEVER = "1.1.24" | 9 | BASEVER = "1.2.0" |
10 | 10 | ||
11 | PV = "${BASEVER}+git${SRCPV}" | 11 | PV = "${BASEVER}+git${SRCPV}" |
12 | 12 | ||