diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-11-29 09:52:14 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-03 12:20:01 +0000 |
commit | 1305199d7ea445300e04f854432a8f3c5d105159 (patch) | |
tree | 7ce01781083665ef4d4a9cfb96ab7348c24a402c /meta/recipes-core | |
parent | e792fdbfb992d17ee431571893e10141e4d66e7f (diff) | |
download | poky-1305199d7ea445300e04f854432a8f3c5d105159.tar.gz |
musl: Update to latest trunk
Complete changelogs are here
https://git.musl-libc.org/cgit/musl/log/?qt=range&q=c50985d5c8e316c5c464f352e79eeebfed1121a9..39ef612aa193cc6e954ac5a01574300ccd4b7ef9
(From OE-Core rev: e0564cbd6c824ba9ee1ed20a261261228fb594e3)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 0d8f8eb2a4..b416ec45bf 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | require musl.inc | 4 | require musl.inc |
5 | inherit linuxloader | 5 | inherit linuxloader |
6 | 6 | ||
7 | SRCREV = "c50985d5c8e316c5c464f352e79eeebfed1121a9" | 7 | SRCREV = "39ef612aa193cc6e954ac5a01574300ccd4b7ef9" |
8 | 8 | ||
9 | PV = "1.1.20+git${SRCPV}" | 9 | PV = "1.1.20+git${SRCPV}" |
10 | 10 | ||