mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
Globally replace 'base_contains' calls with 'bb.utils.contains'
The base_contains is kept as a compatibility method and we ought to not use it in OE-Core so we can remove it from base metadata in future. (From meta-yocto rev: 5021839af713cb34bea5888981f2184104b6d35e) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b5606f32cd
commit
1528e596d4
@@ -47,7 +47,7 @@ MACHINE_FEATURES += "x86"
|
||||
KERNEL_IMAGETYPE = "bzImage"
|
||||
SERIAL_CONSOLE = "115200 ttyS0"
|
||||
XSERVER = "xserver-xorg \
|
||||
${@base_contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-swrast', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-swrast', '', d)} \
|
||||
xf86-input-vmmouse \
|
||||
xf86-input-keyboard \
|
||||
xf86-input-evdev \
|
||||
|
||||
Reference in New Issue
Block a user