From 8ff755c4be44c00d8fc3a0f4cef7018a81a06234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 16 Feb 2015 16:30:06 +0100 Subject: [PATCH] kpackage: 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/kpackage/kpackage.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kde/kf5/tier2/kpackage/kpackage.bb b/recipes-kde/kf5/tier2/kpackage/kpackage.bb index dfeaf245..cc3b5590 100644 --- a/recipes-kde/kf5/tier2/kpackage/kpackage.bb +++ b/recipes-kde/kf5/tier2/kpackage/kpackage.bb @@ -10,8 +10,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "karchive ki18n kcoreaddons kconfig kdoctools" PV = "${KF5_VERSION}" -SRCREV = "70110fc5179a16d46ee52963a836418d4dca23fb" -S = "${WORKDIR}/git" +SRC_URI[md5sum] = "ddb92846ff8b8d4a81e3649b4c4c2672" +SRC_URI[sha256sum] = "f8f53cb74f123b8219f67dbb781b60b524e16304d34f38fc96a9da293496d470" # cross libs / headers CMAKE_HIDE_ERROR[1] = "KF5Package, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib"