summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/musl
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-04-14 16:31:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-16 11:10:02 +0100
commitf8bae9ad5ca38ee54adff9061ca22320ebf4725e (patch)
tree74e2320f7d1850349e72ca7f073313d8aa1a44df /meta/recipes-core/musl
parent258f485e09d45eadf5aec32664cf393929741825 (diff)
downloadpoky-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.bb4
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 @@
4require musl.inc 4require musl.inc
5inherit linuxloader 5inherit linuxloader
6 6
7SRCREV = "43e7efb46555f13a556d92944ac05c19b8929b60" 7SRCREV = "65c8be380431eebe4d70d130bd38563f8df9a7d7"
8 8
9BASEVER = "1.1.21" 9BASEVER = "1.1.22"
10 10
11PV = "${BASEVER}+git${SRCPV}" 11PV = "${BASEVER}+git${SRCPV}"
12 12