diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-12-12 09:23:14 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-03 09:26:38 +0000 |
commit | 68f9a35703085632ef115e14a88cec98a3b0a357 (patch) | |
tree | 8d66a3d998c7f312a9ed5bdc0cdaa0cfb52f8d8c /meta/recipes-core | |
parent | 2f497f20febf142a1ff0fe913f971d4db06260ab (diff) | |
download | poky-68f9a35703085632ef115e14a88cec98a3b0a357.tar.gz |
musl: Update to latest
These commits are added
https://git.musl-libc.org/cgit/musl/log/?qt=range&q=eb03bde2f24582874cb72b56c7811bf51da0c817..4000b0107ddd7fe733fa31d4f078c6fcd35851d6
Key fix for malloc
https://git.musl-libc.org/cgit/musl/commit/?id=a71b46cfd289aa0ff829fc9a436c59c398f8326d
(From OE-Core rev: 8f889cdfc8eee9df896ac6e0bdd29be7e940f8f3)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.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 db26b4fef2..04ce5bbb1b 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 = "eb03bde2f24582874cb72b56c7811bf51da0c817" | 6 | SRCREV = "4000b0107ddd7fe733fa31d4f078c6fcd35851d6" |
7 | 7 | ||
8 | PV = "1.1.18+git${SRCPV}" | 8 | PV = "1.1.18+git${SRCPV}" |
9 | 9 | ||