diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-04-14 16:31:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-16 11:10:02 +0100 |
commit | f8bae9ad5ca38ee54adff9061ca22320ebf4725e (patch) | |
tree | 74e2320f7d1850349e72ca7f073313d8aa1a44df /meta/recipes-core/musl | |
parent | 258f485e09d45eadf5aec32664cf393929741825 (diff) | |
download | poky-f8bae9ad5ca38ee54adff9061ca22320ebf4725e.tar.gz |
musl: Upgrade to master past 1.1.22
Changes are here
https://git.musl-libc.org/cgit/musl/log/?qt=range&q=43e7efb46555f13a556d92944ac05c19b8929b60..65c8be380431eebe4d70d130bd38563f8df9a7d7
(From OE-Core rev: 8cd81b3948622b5bd6d9596b93533ca618a53d8a)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/musl')
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 2d8dab90dd..1e324804e1 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -4,9 +4,9 @@ | |||
4 | require musl.inc | 4 | require musl.inc |
5 | inherit linuxloader | 5 | inherit linuxloader |
6 | 6 | ||
7 | SRCREV = "43e7efb46555f13a556d92944ac05c19b8929b60" | 7 | SRCREV = "65c8be380431eebe4d70d130bd38563f8df9a7d7" |
8 | 8 | ||
9 | BASEVER = "1.1.21" | 9 | BASEVER = "1.1.22" |
10 | 10 | ||
11 | PV = "${BASEVER}+git${SRCPV}" | 11 | PV = "${BASEVER}+git${SRCPV}" |
12 | 12 | ||