From 0606c672f13c7752215d1c8e5f6eafa7639427f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 27 Nov 2014 08:28:18 +0100 Subject: [PATCH] polkit-qt-1: fix typo in DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde-base/polkit-qt-1/polkit-qt-1_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kde-base/polkit-qt-1/polkit-qt-1_git.bb b/recipes-kde-base/polkit-qt-1/polkit-qt-1_git.bb index 296e264d..4e99b15e 100644 --- a/recipes-kde-base/polkit-qt-1/polkit-qt-1_git.bb +++ b/recipes-kde-base/polkit-qt-1/polkit-qt-1_git.bb @@ -7,7 +7,7 @@ inherit kde cmake-lib CMAKE_HIDE_ERROR[1] = "PolkitQt5-1, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" CMAKE_HIDE_ERROR[2] = "PolkitQt5-1, -S${includedir}, -S${STAGING_INCDIR}" -DEPENDS+ = "polkit glib-2.0" +DEPENDS += "polkit glib-2.0" SRCREV = "40afa675bfa4cacd95487ce8b0544654c5f34e21" PV = "0.112.0+git${SRCPV}"