]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-test: Stop using base_contains
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 4 May 2016 23:06:30 +0000 (20:06 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 16 May 2016 20:06:51 +0000 (17:06 -0300)
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>
recipes-bsp/imx-test/imx-test.inc

index 1fcb632c3f6e6d9df35ca493eb4633bc5ea011e5..10dbb4d215a76c395d45fc56770f459ae1cde9c0 100644 (file)
@@ -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