another reorganization of kde-recipes

* split kde.bbclass -> kde-base.bbclass + kde-kf5.bbclass + kde-plasma.bbclass
* kf5-recipes are build from git / plasma recipes are build from release tarballs
* minor formatting cleanup

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-02-03 14:20:58 +01:00
parent c54e953441
commit 2fc0080400
76 changed files with 283 additions and 306 deletions

View File

@@ -0,0 +1,5 @@
inherit kde-base
PLASMA_VERSION ??= "5.2.0"
SRC_URI = "http://download.kde.org/stable/plasma/${PLASMA_VERSION}/${BPN}-${PV}.tar.xz"