summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-09-10 22:43:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-12 23:55:28 +0100
commit4e1d33772d1c5781b409a05a18a739005e60c78f (patch)
tree5492fd8d04dc69e053b343fca39cd18dd8a05544 /meta/recipes-core
parent362a99fd5920b3111f04ab8717febd11b2571407 (diff)
downloadpoky-4e1d33772d1c5781b409a05a18a739005e60c78f.tar.gz
musl: Upgrade to latest master
Alexander Monakov (3): overhaul environment functions free allocations in clearenv fix OOB reads in Xbyte_memmem Bartosz Brachaczek (1): handle whitespace before %% in scanf Rich Felker (6): fix erroneous stop before input limit in mbsnrtowcs and wcsnrtombs fix erroneous acceptance of f4 9x xx xx code sequences by utf-8 decoder fix signal masking race in pthread_create with priority attributes don't treat numeric port strings as servent records in getservby*() fix glob descent into . and .. with GLOB_PERIOD work around incorrect EPERM from mmap syscall Szabolcs Nagy (4): s390x: add bits/hwcap.h add a_clz_64 helper function arm: add HWCAP_ARM_ hwcap macros make syscall.h consistent with linux (From OE-Core rev: 1b0943925783f948fbb1f30ffd2f287c97f4f354) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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 88769f4e0b..8b6a2e3454 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 = "5f7efb87a28a311ad377dd26adf53715dedb096d" 6SRCREV = "da438ee1fc516c41ba1790cef7be551a9e244397"
7 7
8PV = "1.1.16+git${SRCPV}" 8PV = "1.1.16+git${SRCPV}"
9 9