From 5f5338fcb7f8141532f54fc71954d20ebbf177e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 16 Feb 2015 16:00:42 +0100 Subject: [PATCH] kcrash: build from release 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/kf5/tier2/kcrash/kcrash.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kde/kf5/tier2/kcrash/kcrash.bb b/recipes-kde/kf5/tier2/kcrash/kcrash.bb index 45a621d0..0b5c01f2 100644 --- a/recipes-kde/kf5/tier2/kcrash/kcrash.bb +++ b/recipes-kde/kf5/tier2/kcrash/kcrash.bb @@ -9,8 +9,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "kcoreaddons kwindowsystem" PV = "${KF5_VERSION}" -SRCREV = "7ec5be038c40bee9471b07752b5a0036339d7687" -S = "${WORKDIR}/git" +SRC_URI[md5sum] = "a00223a8266634deb16530c09aa5b604" +SRC_URI[sha256sum] = "1f79d51599c9fb198783c5dbf007011d2c73569af007951d92f5efcc22ce044b" SRC_URI += "file://0001-align-path-to-drkonqi.patch"