]> code.ossystems Code Review - openembedded-core.git/commitdiff
musl: Update to tip
authorKhem Raj <raj.khem@gmail.com>
Mon, 28 Mar 2016 04:00:14 +0000 (04:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Mar 2016 22:19:45 +0000 (23:19 +0100)
Rich Felker (2):
      fix padding string formats to width in wide printf variants
      fix outdated pathnames in COPYRIGHT file

Szabolcs Nagy (7):
      deduplicate bits/mman.h
      mips64: add recent linux syscall numbers
      add copy_file_range syscall numbers from linux v4.5
      add IPV6_HDRINCL socket option from linux v4.5
      add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5
      add EPOLLEXCLUSIVE epoll flag from linux v4.5
      add MADV_FREE madvise command from linux v4.5

Timo Teräs (1):
      fix gethostbyaddr_r to fill struct hostent.h_length as appropriate

updated paths in copyright text

see http://git.musl-libc.org/cgit/musl/commit/?id=dc4520d9c0b79bc5944f509e4e9061e5081e38ca

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/musl/musl.inc
meta/recipes-core/musl/musl_git.bb

index f2390e688049fa304b7e2df6ff4b82ca94b239b0..d27867f75303b97594e35dd9af8344c0aae5b6eb 100644 (file)
@@ -9,7 +9,7 @@ standards-conformance and safety."
 HOMEPAGE = "http://www.musl-libc.org/"
 LICENSE = "MIT"
 SECTION = "libs"
-LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=c9c8cfb4e5e4b9ee6ff570f078950120"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=082411391b4d1ace0d30f4c84317cc05"
 
 PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:"
 TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TCBOOTSTRAP}"
index 507e793080e1eea1ffffa72088467a997eb9f852..d4f98191f607e3f06d393dcf05d912f5ddbe6139 100644 (file)
@@ -3,7 +3,7 @@
 
 require musl.inc
 
-SRCREV = "de400b6609becbc6a5ae87fa8b155f02a860e257"
+SRCREV = "5978eb703ce0e64dd778a88c1ffffb76fe5e2202"
 
 PV = "1.1.14+git${SRCPV}"