diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2015-12-26 13:57:02 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2016-09-29 06:31:16 +0200 |
commit | 99197f671cfffca7c201115a70265575b34b94d4 (patch) | |
tree | 5c2dd7c62cf266e523f9e2d19de5b5cb3eb37020 /recipes-lxde | |
parent | a9b3111a10c87eb6c93b5bcbf2fefbecb1a53aa2 (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.bbappend | 2 |
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)} \ " |