diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-09-04 14:12:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-05 18:00:25 +0100 |
commit | 5b2a6e0edc9fd012f09735cf170717eeddaa05a7 (patch) | |
tree | 2a06344ed7c39bfc13aca307d838e526dc17dcad | |
parent | bb0157d20c5ff782440af9c3d9113ffd2d69b8be (diff) | |
download | poky-5b2a6e0edc9fd012f09735cf170717eeddaa05a7.tar.gz |
musl: Upgrade to 1.1.20
All 1.1.20 Release Notes
https://git.musl-libc.org/cgit/musl/commit/?id=0fa1e638e87cf257e9f96b4019b2076afd674a19
ChangeLog for this change in OE
https://git.musl-libc.org/cgit/musl/log/?qt=range&q=767f7a1091af3a3dcee2f7a49d0713359a81961c..0fa1e638e87cf257e9f96b4019b2076afd674a19
(From OE-Core rev: c2dfd3baa2e673d45505b8b23bbae251cfd844e9)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 f4f156042a..de1cfd0058 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -3,9 +3,9 @@ | |||
3 | 3 | ||
4 | require musl.inc | 4 | require musl.inc |
5 | 5 | ||
6 | SRCREV = "767f7a1091af3a3dcee2f7a49d0713359a81961c" | 6 | SRCREV = "0fa1e638e87cf257e9f96b4019b2076afd674a19" |
7 | 7 | ||
8 | PV = "1.1.19+git${SRCPV}" | 8 | PV = "1.1.20+git${SRCPV}" |
9 | 9 | ||
10 | # mirror is at git://github.com/kraj/musl.git | 10 | # mirror is at git://github.com/kraj/musl.git |
11 | 11 | ||