summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/musl
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-05-21 22:00:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-25 23:59:32 +0100
commit80c00910b8b250ad67e6eb3941d0c8fe56c0fe3f (patch)
treec01b7c9a2a975d7904545178c9d7fd0378e7b458 /meta/recipes-core/musl
parentab0747e7c6d93e0143cf059241ad914cf055f362 (diff)
downloadpoky-80c00910b8b250ad67e6eb3941d0c8fe56c0fe3f.tar.gz
musl: Update to latest master
* f9f686b7 have posix_spawnattr_setflags check for supported flags * 77e895dc add no-op POSIX_SPAWN_USEVFORK to spawn.h * 55550416 s390x: provide sigcontext struct definition * bb439bb1 implement new posix_spawn flag POSIX_SPAWN_SETSID * 58e2396a remove va_arg hacks in printf core with undefined behavior * e1232f5b make ttyname[_r] return ENODEV rather than ENOENT * 1a7fa5e5 fix regression in support for resolv.conf attempts option * 8c44a060 fix scalbn when result is in the subnormal range * 2577b1bc allow full-range file offsets to mmap on archs with 64-bit syscall args * b3751c32 fix dl_iterate_phdr in static PIE binaries * 1ca59755 fix read past end of buffer in getaddrinfo backend (From OE-Core rev: 1aceb2dcf5bd671d90ec0517ed8f6fa817ea64c0) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.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 a88bc4d424..bae072932c 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 = "54807d47acecab778498ced88ce8f62bfa16e379" 6SRCREV = "f9f686b7721e2cc35e20fa5c6df6da2dc4ac3f50"
7 7
8PV = "1.1.16+git${SRCPV}" 8PV = "1.1.16+git${SRCPV}"
9 9