diff mbox series

[meta-networking] blueman: fix REQUIRED_DISTRO_FEATURES gobject-introspection-data

Message ID SL2PR02MB3676865B4E60E3685D114EE981489@SL2PR02MB3676.apcprd02.prod.outlook.com
State Under Review
Headers show
Series [meta-networking] blueman: fix REQUIRED_DISTRO_FEATURES gobject-introspection-data | expand

Commit Message

Petr Gotthard May 31, 2023, 8:45 p.m. UTC
This fixes the commit 1f04864065ec1cbd4b835ad47cbc50ff6ebc8e30.
The correct DISTRO_FEATURE is gobject-introspection-data.

Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
---
 meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.34.1
diff mbox series

Patch

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 dc7f2b6f7f..0374d23f0c 100644
--- a/meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb
+++ b/meta-networking/recipes-connectivity/blueman/blueman_2.3.5.bb
@@ -6,7 +6,7 @@  DEPENDS = "gtk+3 glib-2.0 bluez5 python3-pygobject python3-cython-native"
 
 inherit meson gettext systemd gsettings pkgconfig python3native gtk-icon-cache useradd features_check
 
-REQUIRED_DISTRO_FEATURES = "gobject-introspection"
+REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
 
 SRC_URI = " \
     git://github.com/blueman-project/blueman.git;protocol=https;branch=2-3-stable \