mirror of
git://git.yoctoproject.org/poky
synced 2026-09-09 06:33:34 +00:00
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. (From OE-Core rev: 26842b2e4fc9c1d243ce412e845a5444cb03c4b9) Signed-off-by: Jose Alarcon <jose.alarcon@ge.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
404 B
BlitzBasic
15 lines
404 B
BlitzBasic
require libx11.inc
|
|
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
|
|
}
|
|
|
|
SRC_URI[md5sum] = "0f618db70c4054ca67cee0cc156a4255"
|
|
SRC_URI[sha256sum] = "4d3890db2ba225ba8c55ca63c6409c1ebb078a2806de59fb16342768ae63435d"
|