From: Otavio Salvador Date: Wed, 4 May 2016 23:06:30 +0000 (-0300) Subject: imx-test: Stop using base_contains X-Git-Tag: 2.2~465 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6e4720e66568d663cab183eb9420bc44413b0836;p=meta-freescale.git imx-test: Stop using base_contains The base_contains function is deprecated and we ought to use bb.utils.contains instead. Change-Id: I44c95999b80235d4d7a26b0eac6bf671887a69c2 Signed-off-by: Otavio Salvador --- diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc index 1fcb632c..10dbb4d2 100644 --- a/recipes-bsp/imx-test/imx-test.inc +++ b/recipes-bsp/imx-test/imx-test.inc @@ -29,7 +29,7 @@ PLATFORM_mx6sx = "IMX6SX" 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