summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-05-04 20:06:30 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-05-06 18:24:48 -0300
commit8267f7f1eb735946545ccc9f89281d1531a9383f (patch)
tree99001816b509d88e24b406277e48e0e611e1cec8 /recipes-bsp
parent8c709228ff719befc9f582fb20c2a32dc6f343b6 (diff)
downloadmeta-fsl-arm-8267f7f1eb735946545ccc9f89281d1531a9383f.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/imx-test/imx-test.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc
index 1fcb632..10dbb4d 100644
--- a/recipes-bsp/imx-test/imx-test.inc
+++ b/recipes-bsp/imx-test/imx-test.inc
@@ -29,7 +29,7 @@ PLATFORM_mx6sx = "IMX6SX"
29PLATFORM_mx7 = "IMX7D" 29PLATFORM_mx7 = "IMX7D"
30PLATFORM_mx6ul = "IMX6UL" 30PLATFORM_mx6ul = "IMX6UL"
31 31
32PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" 32PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
33PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr" 33PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr"
34 34
35# Required so the fixdep binary is generated 35# Required so the fixdep binary is generated