systemd-qt5-image.bb: stop using base_contains
The base_contains function is deprecated and we ought to use bb.utils.contains instead. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Andreas Müller
parent
6e58779f14
commit
c3eb73b242
@@ -12,7 +12,7 @@ IMAGE_INSTALL += " \
|
||||
packagegroup-qt5-qtcreator-debug \
|
||||
packagegroup-qt5 \
|
||||
packagegroup-qt5-apps \
|
||||
${@base_contains('DISTRO_FEATURES', 'wayland', 'qtwayland-plugins', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'qtwayland-plugins', '', d)} \
|
||||
systemd-analyze \
|
||||
weston \
|
||||
weston-init \
|
||||
|
||||
Reference in New Issue
Block a user