summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake/cmake/0002-cmake-Prevent-the-detection-of-Qt5.patch
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@siemens.com>2019-02-12 17:19:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-14 11:20:55 +0000
commit2daa03ecfeaf940314bd36454de48085a7b541a3 (patch)
treea89282a833d56ce564a647cde44e6ab62b2fe3c5 /meta/recipes-devtools/cmake/cmake/0002-cmake-Prevent-the-detection-of-Qt5.patch
parent471114bbc2530314e471b8e7b4dca6c950df7795 (diff)
downloadpoky-2daa03ecfeaf940314bd36454de48085a7b541a3.tar.gz
cmake: update to 3.13.4
All patches have been rebased on top of the 3.13.4 release. I successfully built all CMake recipes in oe-core and meta-oe. (From OE-Core rev: f40a5da14ec688f751d6394ce9a997578904fd8d) Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Cc: Otavio Salvador <otavio.salvador@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cmake/cmake/0002-cmake-Prevent-the-detection-of-Qt5.patch')
-rw-r--r--meta/recipes-devtools/cmake/cmake/0002-cmake-Prevent-the-detection-of-Qt5.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/cmake/cmake/0002-cmake-Prevent-the-detection-of-Qt5.patch b/meta/recipes-devtools/cmake/cmake/0002-cmake-Prevent-the-detection-of-Qt5.patch
index 6f788ada00..3bea6935b7 100644
--- a/meta/recipes-devtools/cmake/cmake/0002-cmake-Prevent-the-detection-of-Qt5.patch
+++ b/meta/recipes-devtools/cmake/cmake/0002-cmake-Prevent-the-detection-of-Qt5.patch
@@ -39,7 +39,7 @@ diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
39index b8b724ed8..63f6bb6d2 100644 39index b8b724ed8..63f6bb6d2 100644
40--- a/Tests/CMakeLists.txt 40--- a/Tests/CMakeLists.txt
41+++ b/Tests/CMakeLists.txt 41+++ b/Tests/CMakeLists.txt
42@@ -1322,7 +1322,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release 42@@ -1297,7 +1297,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
43 set(CMake_TEST_Qt5 1) 43 set(CMake_TEST_Qt5 1)
44 endif() 44 endif()
45 if(CMake_TEST_Qt5) 45 if(CMake_TEST_Qt5)
@@ -70,10 +70,10 @@ diff --git a/Tests/QtAutogen/AutogenTest.cmake b/Tests/QtAutogen/AutogenTest.cma
70index 8c0a14fca..e9923b21a 100644 70index 8c0a14fca..e9923b21a 100644
71--- a/Tests/QtAutogen/AutogenTest.cmake 71--- a/Tests/QtAutogen/AutogenTest.cmake
72+++ b/Tests/QtAutogen/AutogenTest.cmake 72+++ b/Tests/QtAutogen/AutogenTest.cmake
73@@ -22,7 +22,7 @@ if (QT_TEST_VERSION STREQUAL 4) 73@@ -22,7 +22,7 @@ if (QT_TEST_VERSION EQUAL 4)
74 endmacro() 74 endmacro()
75 75
76 elseif(QT_TEST_VERSION STREQUAL 5) 76 elseif(QT_TEST_VERSION EQUAL 5)
77- find_package(Qt5Widgets REQUIRED) 77- find_package(Qt5Widgets REQUIRED)
78+ #find_package(Qt5Widgets REQUIRED) 78+ #find_package(Qt5Widgets REQUIRED)
79 79
@@ -96,7 +96,7 @@ diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt
96index 637c5c2cb..c0376effc 100644 96index 637c5c2cb..c0376effc 100644
97--- a/Tests/RunCMake/CMakeLists.txt 97--- a/Tests/RunCMake/CMakeLists.txt
98+++ b/Tests/RunCMake/CMakeLists.txt 98+++ b/Tests/RunCMake/CMakeLists.txt
99@@ -291,7 +291,7 @@ add_RunCMake_test(configure_file) 99@@ -310,7 +310,7 @@ add_RunCMake_test(configure_file)
100 add_RunCMake_test(CTestTimeoutAfterMatch) 100 add_RunCMake_test(CTestTimeoutAfterMatch)
101 101
102 find_package(Qt4 QUIET) 102 find_package(Qt4 QUIET)