diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-04-12 23:27:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-09 10:47:50 +0100 |
commit | d9c21cc88bb0b0d944bae367029ffc25e244b914 (patch) | |
tree | f1fc05d10576d98bca3a0f898c52b0a0713775a4 /meta | |
parent | b07bbe597defe089db2ce40f8f65d15a76d2d2ed (diff) | |
download | poky-d9c21cc88bb0b0d944bae367029ffc25e244b914.tar.gz |
musl: Upgrade to latest
Changes are here
https://git.musl-libc.org/cgit/musl/log/?qt=range&q=618b18c78e33acfe54a4434e91aa57b8e171df89..941bd884cc0221d051840ce6d21650339e711863
(From OE-Core rev: 89cca383547323492f1c1939ea95fd364d2aa9fe)
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 | 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 01fec69aeb..a0a098f5b4 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | require musl.inc | 4 | require musl.inc |
5 | 5 | ||
6 | SRCREV = "618b18c78e33acfe54a4434e91aa57b8e171df89" | 6 | SRCREV = "941bd884cc0221d051840ce6d21650339e711863" |
7 | 7 | ||
8 | PV = "1.1.19+git${SRCPV}" | 8 | PV = "1.1.19+git${SRCPV}" |
9 | 9 | ||