diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-05-04 20:06:30 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-05-16 17:06:51 -0300 |
commit | 6e4720e66568d663cab183eb9420bc44413b0836 (patch) | |
tree | 0515388cca6b1f2eb6010c1c8adbad3c587c2a15 /recipes-bsp/imx-test | |
parent | 844ea35b11d7ac310df7e2867aac99b1991b9b60 (diff) | |
download | meta-freescale-6e4720e66568d663cab183eb9420bc44413b0836.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/imx-test')
-rw-r--r-- | recipes-bsp/imx-test/imx-test.inc | 2 |
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 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" | |||
29 | PLATFORM_mx7 = "IMX7D" | 29 | PLATFORM_mx7 = "IMX7D" |
30 | PLATFORM_mx6ul = "IMX6UL" | 30 | PLATFORM_mx6ul = "IMX6UL" |
31 | 31 | ||
32 | PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | 32 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" |
33 | PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr" | 33 | PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr" |
34 | 34 | ||
35 | # Required so the fixdep binary is generated | 35 | # Required so the fixdep binary is generated |