From e19b6e5bf9a5c12440885babb918b9303d18feba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 16 Feb 2015 15:13:42 +0100 Subject: [PATCH] kwindowsystem: 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/tier1/kwindowsystem/kwindowsystem.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb b/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb index 4ba7275a..a9476c4b 100644 --- a/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb +++ b/recipes-kde/kf5/tier1/kwindowsystem/kwindowsystem.bb @@ -9,8 +9,8 @@ inherit kde-kf5 cmake-lib DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/xserver qtx11extras", "", d)}" PV = "${KF5_VERSION}" -SRCREV = "5bfbdc5e46c3dfdcf7fab02f45d835ecb559316c" -S = "${WORKDIR}/git" +SRC_URI[md5sum] = "affc59e5e59b151d0dc9f1e95eb49da4" +SRC_URI[sha256sum] = "73e60b8498dcd2e9ed69370e7b6ff62869f0972c57306f0b3128c54c21b67ac0" CMAKE_HIDE_ERROR[1] = "KF5WindowSystem, -S${libdir}/lib, -S${STAGING_LIBDIR}/lib" CMAKE_HIDE_ERROR[2] = "KF5WindowSystem, -S${includedir}, -S${STAGING_INCDIR}"