summaryrefslogtreecommitdiff
path: root/recipes-lxde
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-12-26 13:57:02 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-09-29 06:31:16 +0200
commit99197f671cfffca7c201115a70265575b34b94d4 (patch)
tree5c2dd7c62cf266e523f9e2d19de5b5cb3eb37020 /recipes-lxde
parenta9b3111a10c87eb6c93b5bcbf2fefbecb1a53aa2 (diff)
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 <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-lxde')
-rw-r--r--recipes-lxde/lxdm/lxdm_git.bbappend2
1 files changed, 1 insertions, 1 deletions
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)} \
"