diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-09-09 18:47:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-12 14:48:59 +0100 |
commit | 071b1fa5180b2cead82ba622c2c705166d766bf5 (patch) | |
tree | 59120380ac44eb12e837d3161093f938f59c5904 | |
parent | 0c06506d42f9e1f43a54a178cda47cfea3f12f81 (diff) | |
download | poky-071b1fa5180b2cead82ba622c2c705166d766bf5.tar.gz |
musl: Upgrade to latest master
Accomodates rv32 port which is out of tree at the moment
details are [1]
[1] https://git.musl-libc.org/cgit/musl/log/?qt=range&q=73cc775bee53300c7cf759f37580220b18ac13d3..ffac0c229986725c0d0f3c806bafa7e3ca409f3b
(From OE-Core rev: ce688d36ebd758e6c8973dd3a1d7d93ab075f5d3)
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 51b19e89a5..e72b05a36c 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 = "73cc775bee53300c7cf759f37580220b18ac13d3" | 7 | SRCREV = "ffac0c229986725c0d0f3c806bafa7e3ca409f3b" |
8 | 8 | ||
9 | BASEVER = "1.2.1" | 9 | BASEVER = "1.2.1" |
10 | 10 | ||