From 6e4720e66568d663cab183eb9420bc44413b0836 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 4 May 2016 20:06:30 -0300 Subject: 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 --- recipes-bsp/imx-test/imx-test.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-bsp/imx-test') 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 -- cgit v1.2.3-54-g00ecf