From d40946ab21740853c63c129eca5a9e555860ea63 Mon Sep 17 00:00:00 2001 From: "Luis Gustavo S. Barreto" Date: Thu, 31 Mar 2016 16:30:45 +0000 Subject: [PATCH] libkscreen: disable tests Signed-off-by: Luis Gustavo S. Barreto --- .../files/0003-avoid-autotests.patch | 28 +++++++++++++++++++ .../plasma/untier/libkscreen/libkscreen.bb | 1 + 2 files changed, 29 insertions(+) create mode 100644 recipes-kde/plasma/untier/libkscreen/files/0003-avoid-autotests.patch diff --git a/recipes-kde/plasma/untier/libkscreen/files/0003-avoid-autotests.patch b/recipes-kde/plasma/untier/libkscreen/files/0003-avoid-autotests.patch new file mode 100644 index 00000000..8709a822 --- /dev/null +++ b/recipes-kde/plasma/untier/libkscreen/files/0003-avoid-autotests.patch @@ -0,0 +1,28 @@ +From 1c862f12c3370aee33d92ff06cbf4afccfd730a2 Mon Sep 17 00:00:00 2001 +From: "Luis Gustavo S. Barreto" +Date: Fri, 1 Apr 2016 19:39:32 +0000 +Subject: [PATCH] avoid tests + +Upstream-Status: Inappropriate [configuration] + +Signed-off-by: Luis Gustavo S. Barreto +--- + CMakeLists.txt | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 8592aa9..c7f3541 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -54,8 +54,6 @@ endif (_HAVE_VISIBILITY AND NOT WIN32) + + add_subdirectory(src) + add_subdirectory(backends) +-add_subdirectory(autotests) +-add_subdirectory(tests) + + set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5Screen") + ecm_configure_package_config_file("${CMAKE_CURRENT_SOURCE_DIR}/KF5ScreenConfig.cmake.in" +-- +2.1.4 + diff --git a/recipes-kde/plasma/untier/libkscreen/libkscreen.bb b/recipes-kde/plasma/untier/libkscreen/libkscreen.bb index 78fb873b..924d90ba 100644 --- a/recipes-kde/plasma/untier/libkscreen/libkscreen.bb +++ b/recipes-kde/plasma/untier/libkscreen/libkscreen.bb @@ -19,6 +19,7 @@ SRC_URI[sha256sum] = "e9231a4748c32410623e0192ccceafe2caf4924e779fa2a415e7668cf6 SRC_URI += " \ file://0001-make-kwayland-support-optional.patch \ file://0002-fix-configuration-build-on-x-less-systems.patch \ + file://0003-avoid-autotests.patch \ "