diff options
author | 2021-09-01 00:12:04 +0000 | |
---|---|---|
committer | 2021-10-12 08:50:44 +0000 | |
commit | 9523453275b2780f650358c9638c61f2ac180dc9 (patch) | |
tree | 990f225088276215c7a576a94120b45f4f05df52 /meta-agl-core | |
parent | 0dcb17ccc19c0c9651aa3c338b3c7b4e5533b242 (diff) |
qtwayland: Disable timer leak patchsandbox/scottm/next-honister
The qtwayland patch being applied for Qt issue:
https://bugreports.qt.io/browse/QTBUG-79838
no longer applies with 5.15, and the qtwayland code has changed
enough that it is not clear if it is still required. Disable
the patch until someone in a position to reproduce the issue can
determine if it is still a problem.
Bug-AGL: SPEC-3819
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I21eaec04a1d07080936ae8cd22de82d0d4df54ec
Diffstat (limited to 'meta-agl-core')
-rw-r--r-- | meta-agl-core/dynamic-layers/meta-qt5/recipes-qt/qt5/qtwayland_aglcore.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-agl-core/dynamic-layers/meta-qt5/recipes-qt/qt5/qtwayland_aglcore.inc b/meta-agl-core/dynamic-layers/meta-qt5/recipes-qt/qt5/qtwayland_aglcore.inc index 08837ce26..9de2771d6 100644 --- a/meta-agl-core/dynamic-layers/meta-qt5/recipes-qt/qt5/qtwayland_aglcore.inc +++ b/meta-agl-core/dynamic-layers/meta-qt5/recipes-qt/qt5/qtwayland_aglcore.inc @@ -1,6 +1,6 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/qtwayland:" # Patch reported in https://bugreports.qt.io/browse/QTBUG-79838, not upstreamed -SRC_URI += " \ - file://0001-Fix-timer-leak-and-a-potential-race.patch \ - " +#SRC_URI += " \ +# file://0001-Fix-timer-leak-and-a-potential-race.patch \ +# " |