summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-05-24 18:14:36 +0100
committerKhem Raj <raj.khem@gmail.com>2023-05-25 08:56:32 -0700
commit1f04864065ec1cbd4b835ad47cbc50ff6ebc8e30 (patch)
tree78b9a5ff05f796b79da95fa7b06e7de5804d78ea /meta-networking
parent046ee4bb3061214a794d7be6d324a79d92053dfa (diff)
downloadmeta-openembedded-1f04864065ec1cbd4b835ad47cbc50ff6ebc8e30.tar.gz
blueman: add features_check on gobject-introspection-data
This project uses gobject-introspection, so depend on the DISTRO_FEATURE. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb
index eb42e62f4..dc7f2b6f7 100644
--- a/meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb
+++ b/meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb
@@ -4,7 +4,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
4 4
5DEPENDS = "gtk+3 glib-2.0 bluez5 python3-pygobject python3-cython-native" 5DEPENDS = "gtk+3 glib-2.0 bluez5 python3-pygobject python3-cython-native"
6 6
7inherit meson gettext systemd gsettings pkgconfig python3native gtk-icon-cache useradd 7inherit meson gettext systemd gsettings pkgconfig python3native gtk-icon-cache useradd features_check
8
9REQUIRED_DISTRO_FEATURES = "gobject-introspection"
8 10
9SRC_URI = " \ 11SRC_URI = " \
10 git://github.com/blueman-project/blueman.git;protocol=https;branch=2-3-stable \ 12 git://github.com/blueman-project/blueman.git;protocol=https;branch=2-3-stable \