aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/musl/musl_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-09-22 13:20:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-24 11:04:00 +0100
commit0e1f892ed34d4c84f2a9164f10efad94f9282c49 (patch)
tree53e1b325a39a8f1fd250b7e54e42b95a3f2a75b2 /meta/recipes-core/musl/musl_git.bb
parent8cc08e44cf3e969c124456d459c6c06a76cad018 (diff)
downloadopenembedded-core-contrib-0e1f892ed34d4c84f2a9164f10efad94f9282c49.tar.gz
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 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/musl_git.bb')
-rw-r--r--meta/recipes-core/musl/musl_git.bb4
1 files changed, 1 insertions, 3 deletions
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"