aboutsummaryrefslogtreecommitdiffstats
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:16:54 +0100
commit21c38a091c4a1917f62a942c4751b0fd11dce340 (patch)
treee3ec49ac140d8d54434ac61279d0043f6404841f /meta/recipes-devtools/pseudo/pseudo_1.7.5.bb
parenta76cbbd5633301dfcd29f18545e1e6f32e3b2448 (diff)
downloadopenembedded-core-contrib-21c38a091c4a1917f62a942c4751b0fd11dce340.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. 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
file://moreretries.patch \
file://handle-remove-xattr.patch \
file://obey-ldflags.patch \
+ file://pseudo-glibc-rtld-next-workaround.patch \
"
SRC_URI[md5sum] = "c10209938f03128d0c193f041ff3596d"