From 25e9d58991d732b7b5de5d34a9b27a27c4f434df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 26 Apr 2016 00:30:20 +0200 Subject: [PATCH] kdelibs4support: set BUILD_TESTING=OFF for cross builds too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit created cross binaries won't work Signed-off-by: Andreas Müller --- .../kdelibs4support/kdelibs4support-native.bb | 2 -- .../kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support-native.bb b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support-native.bb index 8864eff2..42a7554c 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support-native.bb +++ b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support-native.bb @@ -11,5 +11,3 @@ DEPENDS += " \ SRC_URI += " \ file://0003-only-build-kf5-config-for-native.patch \ " - -EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" diff --git a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc index 1b0ec558..7fc80f23 100644 --- a/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc +++ b/recipes-kde/kf5/porting-aids-tier3/kdelibs4support/kdelibs4support.inc @@ -11,6 +11,8 @@ PV = "${KF5_VERSION}" SRC_URI[md5sum] = "8111517907d13ee33a59e7894f358feb" SRC_URI[sha256sum] = "8cfbecb60accdc114894fa79842b4d5105cc80da4be500660dea7ae1b3f33ce0" +EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" + SRC_URI += " \ file://0001-make-broken-glib-a-configure-option-we-cannot-run-co.patch \ file://0002-fix-build-for-QT_NO_SESSIONMANAGER.patch \