From fa0600bcb10647dfd33f34f1228dc503369b6dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 17 Feb 2015 13:25:51 +0100 Subject: [PATCH] polkit-qt-1: build from stable tarball instead of git MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/other/polkit-qt-1/polkit-qt-1_0.112.0.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-kde/other/polkit-qt-1/polkit-qt-1_0.112.0.bb b/recipes-kde/other/polkit-qt-1/polkit-qt-1_0.112.0.bb index 32a6ce3c..7c1df9dd 100644 --- a/recipes-kde/other/polkit-qt-1/polkit-qt-1_0.112.0.bb +++ b/recipes-kde/other/polkit-qt-1/polkit-qt-1_0.112.0.bb @@ -6,8 +6,9 @@ inherit kde-base cmake-lib DEPENDS += "polkit glib-2.0" -SRCREV = "40afa675bfa4cacd95487ce8b0544654c5f34e21" -S = "${WORKDIR}/git" +SRC_URI = "http://download.kde.org/stable/apps/KDE4.x/admin/${BPN}-${PV}.tar.bz2" +SRC_URI[md5sum] = "bee71b71c12797e6fc498540a06c829b" +SRC_URI[sha256sum] = "67fb03bf6ca3e0bdbd98d374dfb5b1651a07d17ae6c23e11a81b4b084447e7c6" CMAKE_HIDE_ERROR[1] = "PolkitQt5-1, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" CMAKE_HIDE_ERROR[2] = "PolkitQt5-1, -S${includedir}, -S${STAGING_INCDIR}"