From c597a154dd66c615aa636b071bb8220904ee19a5 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 28 Jan 2022 18:58:42 +0100 Subject: [PATCH] folks: dont build tests as they are not installed anyway Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb b/meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb index d331dfdb58..c3c30ca467 100644 --- a/meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb +++ b/meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb @@ -8,6 +8,7 @@ DEPENDS = " \ " GNOMEBASEBUILDCLASS = "meson" +EXTRA_OEMESON += "-Dtests=false" # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" @@ -19,9 +20,8 @@ PACKAGECONFIG[ofono] = "-Deds_backend=true -Dofono_backend=true,-Dofono_backend= PACKAGECONFIG[telepathy] = "-Dtelepathy_backend=true,-Dtelepathy_backend=false,telepathy-glib dbus-glib" PACKAGECONFIG[import_tool] = "-Dimport_tool=true,-Dimport_tool=false,libxml2" PACKAGECONFIG[inspect_tool] = "-Dinspect_tool=true,-Dinspect_tool=false" -PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,python3-dbusmock-native" -PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'tests','', d)}" +PACKAGECONFIG ??= "" inherit pkgconfig gnomebase gettext gobject-introspection vala features_check