base_contains is deprecated, as the friendly warning reminds us.
Signed-off-by: Martin Kelly <[email protected]>
---
meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb
b/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb
index 1142399df..9db43b0a1 100644
--- a/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb
+++ b/meta-oe/recipes-support/open-vm-tools/open-vm-tools_10.0.5.bb
@@ -51,7 +51,7 @@ EXTRA_OECONF = "--without-icu --disable-multimon
--disable-docs --disable-tests
--disable-grabbitmqproxy --disable-vgauth --disable-deploypkg \
--with-linuxdir=${STAGING_KERNEL_DIR}
--with-kernel-release=${KERNEL_VERSION} --without-root-privileges"
-EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'x11', '', '--without-x',
d)}"
+EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '',
'--without-x', d)}"
EXTRA_OEMAKE = "KERNEL_RELEASE=${KERNEL_VERSION}"
--
2.11.0
--
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel