diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-02-14 07:42:38 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-15 10:26:42 +0000 |
commit | b05234524a6db7b764a1bb987f3bca44789a58ca (patch) | |
tree | 07b672ad07e8647958cf6c1b4ef1e40a4a8a9c1a | |
parent | b629da1df8125d1a671fec6ebd59813050a3099c (diff) | |
download | poky-b05234524a6db7b764a1bb987f3bca44789a58ca.tar.gz |
musl: Update to latest tip
Detailed changelog is here [1]
[1] https://git.musl-libc.org/cgit/musl/log/?qt=range&q=e6093b5a870a38ebfb3e54382acd48c698bde15d..a662220df547e5c2446518e74440a7d834f9ebe6
(From OE-Core rev: e8d52c24ee217d7ba69fe24fa7ef8b533a274c2d)
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 | 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 f4853b4f2e..b6ec6fe9af 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 = "e6093b5a870a38ebfb3e54382acd48c698bde15d" | 7 | SRCREV = "a662220df547e5c2446518e74440a7d834f9ebe6" |
8 | 8 | ||
9 | BASEVER = "1.1.24" | 9 | BASEVER = "1.1.24" |
10 | 10 | ||