From cee7202d1517fdca5fe3acc707d7117d9b16b11a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 23 Oct 2022 18:38:52 +0200 Subject: [PATCH] kio: Disable build testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Build testing would require some ruby-gems. Without looking into this further they might be in meta-rubygems but we do not want to make this layer a mandatory dependency. Signed-off-by: Andreas Müller --- recipes-kde/kf5/tier3/kio/kio.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kde/kf5/tier3/kio/kio.bb b/recipes-kde/kf5/tier3/kio/kio.bb index d35c067c..ccaf1388 100644 --- a/recipes-kde/kf5/tier3/kio/kio.bb +++ b/recipes-kde/kf5/tier3/kio/kio.bb @@ -47,6 +47,8 @@ DEPENDS += " \ krb5 \ " +EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" + do_configure:append() { # fix sysroot path sed -i 's:${STAGING_BINDIR_NATIVE}:${bindir}:g' ${B}/src/ioslaves/help/config-help.h