summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libx11_1.6.5.bb
diff options
context:
space:
mode:
authorJose Alarcon <jose.alarcon@ge.com>2017-08-15 08:29:13 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-16 00:06:32 +0100
commit26842b2e4fc9c1d243ce412e845a5444cb03c4b9 (patch)
tree70dda83416e90c523b65f326cbccba5356f7919e /meta/recipes-graphics/xorg-lib/libx11_1.6.5.bb
parent6176151625c971de031e14c97601ffd75a29772f (diff)
downloadopenembedded-core-contrib-26842b2e4fc9c1d243ce412e845a5444cb03c4b9.tar.gz
libx11: Add patch to fix hanging issue in _XReply
Assume event queue is empty if another thread is blocking waiting for event. If one thread was blocking waiting for an event and another thread sent a reply to the X server, both threads got blocked until an event was received. Signed-off-by: Jose Alarcon <jose.alarcon@ge.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11_1.6.5.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11_1.6.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.6.5.bb b/meta/recipes-graphics/xorg-lib/libx11_1.6.5.bb
index 50e8837b98..427bf28ceb 100644
--- a/meta/recipes-graphics/xorg-lib/libx11_1.6.5.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11_1.6.5.bb
@@ -4,6 +4,7 @@ inherit gettext
BBCLASSEXTEND = "native nativesdk"
SRC_URI += "file://disable_tests.patch \
+ file://Fix-hanging-issue-in-_XReply.patch \
"
do_configure_append () {
sed -i -e "/X11_CFLAGS/d" ${B}/src/util/Makefile