From 256068388dffd7f87b6d52735fc426e5310a76be 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-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend b/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend index 8e0bbc2..7bceb3c 100644 --- a/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend +++ b/recipes-gnome/gdk-pixbuf/gdk-pixbuf_%.bbappend @@ -1,2 +1,2 @@ # build for x11, at least lxpanel needs this -PACKAGECONFIG_append = "${@base_contains('DISTRO_FEATURES', 'x11', ' x11', '', d)}" +PACKAGECONFIG_append = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' x11', '', d)}" -- cgit v1.2.3