summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pseudo/pseudo_1.7.5.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-18 19:28:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-18 23:17:19 +0100
commite090775f7e3b4af2345e835bbebcd5d4a580798b (patch)
tree814df961d726bfb6371dd90812191958bff2caa5 /meta/recipes-devtools/pseudo/pseudo_1.7.5.bb
parent3eb00d659761e01b9b6b4f227d88dc099ec9ef6a (diff)
downloadpoky-e090775f7e3b4af2345e835bbebcd5d4a580798b.tar.gz
pseudo: Work around issues with glibc 2.24
There are issues with a change made to RTLD_NEXT behaviour in glibc 2.24 and that change was also backported to older glibc versions in some distros like Fedora 23. This adds a workaround whilst the pseudo maintainer fixes various issues properly. (From OE-Core rev: 21c38a091c4a1917f62a942c4751b0fd11dce340) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_1.7.5.bb')
-rw-r--r--meta/recipes-devtools/pseudo/pseudo_1.7.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.7.5.bb b/meta/recipes-devtools/pseudo/pseudo_1.7.5.bb
index dfb9b3999e..d4f1e361e0 100644
--- a/meta/recipes-devtools/pseudo/pseudo_1.7.5.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_1.7.5.bb
@@ -7,6 +7,7 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/pseudo/${BPN}-${PV}.tar.bz
7 file://moreretries.patch \ 7 file://moreretries.patch \
8 file://handle-remove-xattr.patch \ 8 file://handle-remove-xattr.patch \
9 file://obey-ldflags.patch \ 9 file://obey-ldflags.patch \
10 file://pseudo-glibc-rtld-next-workaround.patch \
10 " 11 "
11 12
12SRC_URI[md5sum] = "c10209938f03128d0c193f041ff3596d" 13SRC_URI[md5sum] = "c10209938f03128d0c193f041ff3596d"