angstrom-gpe-packagegroup-apps.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:41 +02:00
committed by Andreas Müller
parent 937fb6a41f
commit 6e58779f14

View File

@@ -18,9 +18,9 @@ RDEPENDS_${PN} = "\
gpe-watch \
gpe-what \
matchbox-panel-hacks \
${@base_contains("COMBINED_FEATURES", "wifi", "gpe-aerial", "",d)} \
${@bb.utils.contains("COMBINED_FEATURES", "wifi", "gpe-aerial", "",d)} \
gpe-soundbite \
${@base_contains("MACHINE_FEATURES", "touchscreen", "rosetta", "",d)} \
${@bb.utils.contains("MACHINE_FEATURES", "touchscreen", "rosetta", "",d)} \
gpe-scap \
gpe-windowlist"