From 8306e244a36aa62f9c00b38f35f3f124a686cce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 2 Dec 2014 13:45:22 +0100 Subject: [PATCH] libkscreen: replace base_contains by bb.utils.contains MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde-base/libkscreen/libkscreen_5.1.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kde-base/libkscreen/libkscreen_5.1.1.bb b/recipes-kde-base/libkscreen/libkscreen_5.1.1.bb index 39d1018e..2789ba87 100644 --- a/recipes-kde-base/libkscreen/libkscreen_5.1.1.bb +++ b/recipes-kde-base/libkscreen/libkscreen_5.1.1.bb @@ -5,13 +5,13 @@ LIC_FILES_CHKSUM = " \ file://COPYING.LIB;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ " -KDE_BRANCH = "${@base_contains("DISTRO_FEATURES", "wayland", "sebas/wayland", "Plasma/5.1",d)}" -SRCREV = "${@base_contains("DISTRO_FEATURES", "wayland", "7927dea10f9435cc39addfa9e7920c8ec0bc7d6e", "be5d2aed3cbfd7bef9741a8aa6f52a0eadb04b19",d)}" +KDE_BRANCH = "${@bb.utils.contains("DISTRO_FEATURES", "wayland", "sebas/wayland", "Plasma/5.1",d)}" +SRCREV = "${@bb.utils.contains("DISTRO_FEATURES", "wayland", "7927dea10f9435cc39addfa9e7920c8ec0bc7d6e", "be5d2aed3cbfd7bef9741a8aa6f52a0eadb04b19",d)}" inherit kde cmake-lib SRC_URI += "file://0001-fix-configuration-build-on-x-less-systems.patch" -DEPENDS += "${@base_contains("DISTRO_FEATURES", "wayland", "kwayland", "qtx11extras", d)}" +DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "wayland", "kwayland", "qtx11extras", d)}" FILES_${PN}-dbg += "${libdir}/plugins/kf5/kscreen/.debug"