summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/musl/musl_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-11-16 09:47:46 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-23 11:10:15 +0000
commitf9637dc7ad9e9fde6bc076612370abc8d0b26a4e (patch)
treef5330cd8799c560c5ba81f4c6dfa81cbe91fb3c0 /meta/recipes-core/musl/musl_git.bb
parentbc11d045edd66d6c699b7e1d4e9a5855859e9660 (diff)
downloadpoky-f9637dc7ad9e9fde6bc076612370abc8d0b26a4e.tar.gz
musl: Update to latest on master
Bobby Bingham (2): treat null vdso base same as missing add s390x port Rich Felker (2): generalize ELF hash table types not to assume 32-bit entries work around gdb issues recognizing sigreturn trampoline on x86_64 (From OE-Core rev: 39829ef1b8bba3499255c59a4b9713e68a33ddc1) 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/musl_git.bb')
-rw-r--r--meta/recipes-core/musl/musl_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index 1ee56b6434..b0c6098133 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 = "39494a273eaa6b714e0fa0c59ce7a1f5fbc80a1e" 6SRCREV = "54991729fd1e3d3a0cb71884d758d86afe6da9e0"
7 7
8PV = "1.1.15+git${SRCPV}" 8PV = "1.1.15+git${SRCPV}"
9 9
@@ -11,7 +11,6 @@ PV = "1.1.15+git${SRCPV}"
11 11
12SRC_URI = "git://git.musl-libc.org/musl \ 12SRC_URI = "git://git.musl-libc.org/musl \
13 file://0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch \ 13 file://0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch \
14 file://CVE-2016-8859.patch \
15 " 14 "
16 15
17S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"