summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2022-01-28 18:58:42 +0100
committerKhem Raj <raj.khem@gmail.com>2022-01-31 08:16:02 -0800
commitc597a154dd66c615aa636b071bb8220904ee19a5 (patch)
treed34a6366af535b1c684e077807495872218ed025
parent09689ad65b2a11dffc4ec8744bd582c4dbc4c75d (diff)
downloadmeta-openembedded-c597a154dd66c615aa636b071bb8220904ee19a5.tar.gz
folks: dont build tests as they are not installed anyway
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb4
1 files 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 = " \
8" 8"
9 9
10GNOMEBASEBUILDCLASS = "meson" 10GNOMEBASEBUILDCLASS = "meson"
11EXTRA_OEMESON += "-Dtests=false"
11 12
12# gobject-introspection is mandatory and cannot be configured 13# gobject-introspection is mandatory and cannot be configured
13REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 14REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
@@ -19,9 +20,8 @@ PACKAGECONFIG[ofono] = "-Deds_backend=true -Dofono_backend=true,-Dofono_backend=
19PACKAGECONFIG[telepathy] = "-Dtelepathy_backend=true,-Dtelepathy_backend=false,telepathy-glib dbus-glib" 20PACKAGECONFIG[telepathy] = "-Dtelepathy_backend=true,-Dtelepathy_backend=false,telepathy-glib dbus-glib"
20PACKAGECONFIG[import_tool] = "-Dimport_tool=true,-Dimport_tool=false,libxml2" 21PACKAGECONFIG[import_tool] = "-Dimport_tool=true,-Dimport_tool=false,libxml2"
21PACKAGECONFIG[inspect_tool] = "-Dinspect_tool=true,-Dinspect_tool=false" 22PACKAGECONFIG[inspect_tool] = "-Dinspect_tool=true,-Dinspect_tool=false"
22PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,python3-dbusmock-native"
23 23
24PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'tests','', d)}" 24PACKAGECONFIG ??= ""
25 25
26inherit pkgconfig gnomebase gettext gobject-introspection vala features_check 26inherit pkgconfig gnomebase gettext gobject-introspection vala features_check
27 27