summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/musl
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-03-07 00:20:08 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-07 20:05:31 +0000
commitee18a2b23391a5308abd9bd817d2e2471ce00270 (patch)
tree5c4dc803b67d8485e8d8e441b6394671c728bcbe /meta/recipes-core/musl
parent4188e53f803aefdb26768abfad591283662cd27e (diff)
downloadpoky-ee18a2b23391a5308abd9bd817d2e2471ce00270.tar.gz
musl: Update to tip
Bring in some needed chnages for arm Bobby Bingham (1): s390x: implement dlsym Rich Felker (2): fix build regression in arm atomics asm with new binutils allow page size to vary on arm Szabolcs Nagy (1): fix lsearch and lfind to pass key as first arg to the compar callback (From OE-Core rev: 1e47495223aa75ebee6018429c92271c359ec2b9) 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.bb2
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 5e293cfc13..7156669064 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -3,7 +3,7 @@
3 3
4require musl.inc 4require musl.inc
5 5
6SRCREV = "d6601f0af0452b218d247cb47513fc9cd6bbf2e2" 6SRCREV = "827c4e6fbe46142049ef3d8bcb8f35951712797d"
7 7
8PV = "1.1.16+git${SRCPV}" 8PV = "1.1.16+git${SRCPV}"
9 9