From 7929e06936c0d139192e80b91cae350c1b8aac4b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 22 Sep 2018 13:20:55 -0700 Subject: musl: Bring in patches post 1.20 release There have been regressions found in 1.20 release, this is cumulative update to bring these changes and drops the local patches which have been upstreamed in this delta https://git.musl-libc.org/cgit/musl/log/?qt=range&q=0fa1e638e87cf257e9f96b4019b2076afd674a19..c50985d5c8e316c5c464f352e79eeebfed1121a9 License-Update: Dropped BSD Prng implementation https://git.musl-libc.org/cgit/musl/commit/COPYRIGHT?id=c50985d5c8e316c5c464f352e79eeebfed1121a9 (From OE-Core rev: 0e1f892ed34d4c84f2a9164f10efad94f9282c49) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-core/musl/musl_git.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta/recipes-core/musl/musl_git.bb') diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index f0556533b5..0d8f8eb2a4 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb @@ -4,7 +4,7 @@ require musl.inc inherit linuxloader -SRCREV = "0fa1e638e87cf257e9f96b4019b2076afd674a19" +SRCREV = "c50985d5c8e316c5c464f352e79eeebfed1121a9" PV = "1.1.20+git${SRCPV}" @@ -12,8 +12,6 @@ PV = "1.1.20+git${SRCPV}" SRC_URI = "git://git.musl-libc.org/musl \ file://0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch \ - file://0001-wireup-linux-name_to_handle_at-and-name_to_handle_at.patch \ - file://0001-Define-MAX_HANDLE_SZ.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf