angstrom-gpe-task-base.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:42 +02:00
committed by Andreas Müller
parent c3eb73b242
commit f43894018f

View File

@@ -28,7 +28,7 @@ RDEPENDS_${PN} = "\
gpe-icons \
gpe-confd \
gpe-autostarter \
${@base_contains("MACHINE_FEATURES", "touchscreen", "libgtkstylus", "",d)} \
${@bb.utils.contains("MACHINE_FEATURES", "touchscreen", "libgtkstylus", "",d)} \
suspend-desktop \
teleport \
xauth \
@@ -37,7 +37,7 @@ RDEPENDS_${PN} = "\
gdk-pixbuf-loader-jpeg \
pango-module-basic-x \
pango-module-basic-fc \
${@base_contains("COMBINED_FEATURES", "bluetooth", "gnome-bluetooth", "",d)} \
${@bb.utils.contains("COMBINED_FEATURES", "bluetooth", "gnome-bluetooth", "",d)} \
"
RRECOMMENDS_${PN} = " \