diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2024-07-03 16:49:19 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-03 08:46:30 -0700 |
commit | be012cc838cf0f3b096338d466152de24756e56d (patch) | |
tree | 81094818c8936a8c2cf46c7d98470bdb6088e32a | |
parent | fa6831f0a83cfb9a4da3238ba1d19afafe379822 (diff) | |
download | meta-openembedded-be012cc838cf0f3b096338d466152de24756e56d.tar.gz |
packagegroup-xfce-extended: fix typo of gobject-introspection-data feature
Fix typo: gobject-introspection -> gobject-introspection-data
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb index f2e04f793..500719a8f 100644 --- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb +++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb | |||
@@ -49,7 +49,7 @@ RRECOMMENDS:${PN} = " \ | |||
49 | xfce4-verve-plugin \ | 49 | xfce4-verve-plugin \ |
50 | \ | 50 | \ |
51 | ${@bb.utils.contains('DISTRO_FEATURES','polkit','xfce-polkit','',d)} \ | 51 | ${@bb.utils.contains('DISTRO_FEATURES','polkit','xfce-polkit','',d)} \ |
52 | ${@bb.utils.contains("DISTRO_FEATURES", "bluetooth gobject-introspection", "blueman", "", d)} \ | 52 | ${@bb.utils.contains("DISTRO_FEATURES", "bluetooth gobject-introspection-data", "blueman", "", d)} \ |
53 | \ | 53 | \ |
54 | thunar-media-tags-plugin \ | 54 | thunar-media-tags-plugin \ |
55 | thunar-archive-plugin \ | 55 | thunar-archive-plugin \ |