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:
committed by
Andreas Müller
parent
c3eb73b242
commit
f43894018f
@@ -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} = " \
|
||||
|
||||
Reference in New Issue
Block a user