mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtdeclarative: enable tests that failed with gold linker
Remove patch that was used to disable tests failing to build with gold linker. After qtbase commit 40c8bc42026a8cf118ab60920314d84856c397a6, the long stanging issue with gold linker and qt_version_tag symbol [1] seems to be resolved. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842304 Pick-to: 6.4 Change-Id: I522b101929c99ebe35fcb6948be46c85b07eefd2 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
This commit is contained in:
parent
c20db41ae1
commit
49bfeff2bf
|
|
@ -1,25 +0,0 @@
|
|||
From d98fb32ac1dc806c8fdb1d75ddbd08742fa088a2 Mon Sep 17 00:00:00 2001
|
||||
From: Samuli Piippo <samuli.piippo@qt.io>
|
||||
Date: Fri, 17 Sep 2021 07:27:55 +0300
|
||||
Subject: [PATCH] tests: disable failing tests
|
||||
|
||||
Some of the tests fail to link with gold linker used.
|
||||
|
||||
Upstream-Status: Inappropriate [embedded specific]
|
||||
---
|
||||
tests/auto/quickcontrols2/CMakeLists.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/tests/auto/quickcontrols2/CMakeLists.txt b/tests/auto/quickcontrols2/CMakeLists.txt
|
||||
index 5bd05b95ee..919fb1724a 100644
|
||||
--- a/tests/auto/quickcontrols2/CMakeLists.txt
|
||||
+++ b/tests/auto/quickcontrols2/CMakeLists.txt
|
||||
@@ -28,7 +28,7 @@ add_subdirectory(qquickmaterialstyleconf)
|
||||
add_subdirectory(qquickmenu)
|
||||
add_subdirectory(qquickmenubar)
|
||||
add_subdirectory(qquickninepatchimage)
|
||||
-add_subdirectory(qquickpopup)
|
||||
+#add_subdirectory(qquickpopup)
|
||||
add_subdirectory(qquickstyle)
|
||||
add_subdirectory(qquickuniversalstyle)
|
||||
add_subdirectory(qquickuniversalstyleconf)
|
||||
|
|
@ -15,10 +15,6 @@ inherit qt6-cmake
|
|||
include recipes-qt/qt6/qt6-git.inc
|
||||
include recipes-qt/qt6/qt6.inc
|
||||
|
||||
SRC_URI += "\
|
||||
file://0001-tests-disable-failing-tests.patch \
|
||||
"
|
||||
|
||||
DEPENDS += "qtbase qtshadertools qtshadertools-native qtdeclarative-native qtlanguageserver"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user