From 99197f671cfffca7c201115a70265575b34b94d4 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 26 Dec 2015 13:57:02 +0100 Subject: recipes: stop using base_contains The base_contains function is deprecated and we ought to use bb.utils.contains instead. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-lxde/lxdm/lxdm_git.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-lxde') diff --git a/recipes-lxde/lxdm/lxdm_git.bbappend b/recipes-lxde/lxdm/lxdm_git.bbappend index 7b868dd..4fc4051 100644 --- a/recipes-lxde/lxdm/lxdm_git.bbappend +++ b/recipes-lxde/lxdm/lxdm_git.bbappend @@ -3,5 +3,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/lxdm:" SRC_URI += " \ file://logout-fixes.patch \ file://root-autologin.patch \ - ${@base_contains("DISTRO_TYPE", "debug", "", "file://0001-lxdm.conf.in-blacklist-root-for-release-images.patch",d)} \ + ${@bb.utils.contains("DISTRO_TYPE", "debug", "", "file://0001-lxdm.conf.in-blacklist-root-for-release-images.patch",d)} \ " -- cgit v1.2.3