diff options
author | Petr Gotthard <petr.gotthard@advantech.cz> | 2023-05-31 20:45:38 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-01 12:17:15 -0700 |
commit | e987fb2d9101094176c33241431fe5da6a715044 (patch) | |
tree | 51eaebd0bd216062dfa80af8faca31c7ec6be321 /meta-networking | |
parent | 3174a9da4c2d04408d232ba049316ed93e70e0cf (diff) | |
download | meta-openembedded-e987fb2d9101094176c33241431fe5da6a715044.tar.gz |
blueman: fix REQUIRED_DISTRO_FEATURES gobject-introspection-data
This fixes the commit 1f04864065ec1cbd4b835ad47cbc50ff6ebc8e30.
The correct DISTRO_FEATURE is gobject-introspection-data.
Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
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.bb | 2 |
1 files changed, 1 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 dc7f2b6f7..0374d23f0 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" | |||
6 | 6 | ||
7 | inherit meson gettext systemd gsettings pkgconfig python3native gtk-icon-cache useradd features_check | 7 | inherit meson gettext systemd gsettings pkgconfig python3native gtk-icon-cache useradd features_check |
8 | 8 | ||
9 | REQUIRED_DISTRO_FEATURES = "gobject-introspection" | 9 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
10 | 10 | ||
11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
12 | 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 \ |