summaryrefslogtreecommitdiffstats
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 12:26:35 +0100
commit7929e06936c0d139192e80b91cae350c1b8aac4b (patch)
tree81f75928cbe13d1f7fcb757f20e34bc54f15f6e4 /meta/recipes-core/musl/musl_git.bb
parentc942230eee405d35b99d85a3e9d8b00ce11d2222 (diff)
downloadpoky-7929e06936c0d139192e80b91cae350c1b8aac4b.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 (From OE-Core rev: 0e1f892ed34d4c84f2a9164f10efad94f9282c49) 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 @@
4require musl.inc 4require musl.inc
5inherit linuxloader 5inherit linuxloader
6 6
7SRCREV = "0fa1e638e87cf257e9f96b4019b2076afd674a19" 7SRCREV = "c50985d5c8e316c5c464f352e79eeebfed1121a9"
8 8
9PV = "1.1.20+git${SRCPV}" 9PV = "1.1.20+git${SRCPV}"
10 10
@@ -12,8 +12,6 @@ PV = "1.1.20+git${SRCPV}"
12 12
13SRC_URI = "git://git.musl-libc.org/musl \ 13SRC_URI = "git://git.musl-libc.org/musl \
14 file://0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch \ 14 file://0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch \
15 file://0001-wireup-linux-name_to_handle_at-and-name_to_handle_at.patch \
16 file://0001-Define-MAX_HANDLE_SZ.patch \
17 " 15 "
18 16
19S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"