The base_contains function is deprecated and we ought to use
bb.utils.contains instead.
Change-Id: I44c95999b80235d4d7a26b0eac6bf671887a69c2
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
PLATFORM_mx7 = "IMX7D"
PLATFORM_mx6ul = "IMX6UL"
-PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
+PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr"
# Required so the fixdep binary is generated