diff options
| author | Ross Burton <ross@burtonini.com> | 2021-12-03 16:43:35 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-06 11:09:52 +0000 |
| commit | 8ae4af60303bdaa0b652db25c2219f8df4d660b8 (patch) | |
| tree | 06d56df1adeac4aa52ad585eaf74b792cf47f82f /meta/recipes-graphics/xorg-lib | |
| parent | e904e9575cab0137c4c0eedd5df8a2354fd6272e (diff) | |
| download | poky-8ae4af60303bdaa0b652db25c2219f8df4d660b8.tar.gz | |
libx11: update patch status
This patch has now been merged upstream.
(From OE-Core rev: 175ece3b5722c5bdbbe96bc55de849c62fb7a272)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11/Fix-hanging-issue-in-_XReply.patch | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11/Fix-hanging-issue-in-_XReply.patch b/meta/recipes-graphics/xorg-lib/libx11/Fix-hanging-issue-in-_XReply.patch index 2a723b7e43..660e6968bf 100644 --- a/meta/recipes-graphics/xorg-lib/libx11/Fix-hanging-issue-in-_XReply.patch +++ b/meta/recipes-graphics/xorg-lib/libx11/Fix-hanging-issue-in-_XReply.patch | |||
| @@ -9,17 +9,8 @@ If one thread was blocking waiting for an event and another thread sent a | |||
| 9 | reply to the X server, both threads got blocked until an event was | 9 | reply to the X server, both threads got blocked until an event was |
| 10 | received. | 10 | received. |
| 11 | 11 | ||
| 12 | Upstream-Status: Submitted [https://patchwork.freedesktop.org/patch/171458/] | 12 | Upstream-Status: Backport [93a050c3ad2d2264d3880db3791387b1a9bf2e9e] |
| 13 | 13 | Signed-off-by: Ross Burton <ross.burton@arm.com> | |
| 14 | This patch needs to be removed once the corresponding patch has been merged upstream. | ||
| 15 | |||
| 16 | https://patchwork.freedesktop.org/patch/171458/ | ||
| 17 | |||
| 18 | Signed-off-by: Tatu Frisk <tatu.frisk@ge.com> | ||
| 19 | Signed-off-by: Jose Alarcon <jose.alarcon@ge.com> | ||
| 20 | |||
| 21 | [Refreshed for 1.6.7 update] | ||
| 22 | Signed-off-by: Armin Kuster <akuster808@gmail.com> | ||
| 23 | 14 | ||
| 24 | --- | 15 | --- |
| 25 | src/xcb_io.c | 19 +++++++------------ | 16 | src/xcb_io.c | 19 +++++++------------ |
