kde-kf5.bbclass: set SRC_URI to release tarballs

KF5 shall not use git repositories - that makes version bump a lot easier

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-02-16 13:51:32 +01:00
parent f704572074
commit 3ff9030aaf

View File

@@ -1,3 +1,5 @@
inherit kde-base
KF5_VERSION = "5.7.0"
SRC_URI = "http://download.kde.org/stable/frameworks/5.7/${BPN}-${PV}.tar.xz"