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:
committed by
Andreas Müller
parent
937fb6a41f
commit
6e58779f14
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user