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:
Max Krummenacher
2016-05-26 13:03:43 +02:00
committed by Andreas Müller
parent 6e58779f14
commit c3eb73b242

View File

@@ -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 \