summaryrefslogtreecommitdiffstats
path: root/meta-agl-core
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-09-01 00:12:04 +0000
committerjenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org>2021-10-12 08:50:44 +0000
commit9523453275b2780f650358c9638c61f2ac180dc9 (patch)
tree990f225088276215c7a576a94120b45f4f05df52 /meta-agl-core
parent0dcb17ccc19c0c9651aa3c338b3c7b4e5533b242 (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.inc6
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 \
+# "