greenisland: replace base_contains by bb.utils.contains

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2016-07-26 14:24:29 +02:00
parent b03b3a9a22
commit 9f0ebf8da1

View File

@@ -4,7 +4,7 @@ inherit cmake-lib cmake-auto-align-paths
DEPENDS += " \
${BPN}-native \
${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \
wayland \
qtwayland \
libkscreen \