mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01:00
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>
This commit is contained in:
parent
fa6831f0a8
commit
be012cc838
|
|
@ -49,7 +49,7 @@ RRECOMMENDS:${PN} = " \
|
||||||
xfce4-verve-plugin \
|
xfce4-verve-plugin \
|
||||||
\
|
\
|
||||||
${@bb.utils.contains('DISTRO_FEATURES','polkit','xfce-polkit','',d)} \
|
${@bb.utils.contains('DISTRO_FEATURES','polkit','xfce-polkit','',d)} \
|
||||||
${@bb.utils.contains("DISTRO_FEATURES", "bluetooth gobject-introspection", "blueman", "", d)} \
|
${@bb.utils.contains("DISTRO_FEATURES", "bluetooth gobject-introspection-data", "blueman", "", d)} \
|
||||||
\
|
\
|
||||||
thunar-media-tags-plugin \
|
thunar-media-tags-plugin \
|
||||||
thunar-archive-plugin \
|
thunar-archive-plugin \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user