Merge pull request #5 from OSSystems/fix-src-uri-version

kde-apps.bbclass, kde-plasma.bbclass: Use PV for SRC_URI URL
This commit is contained in:
schnitzeltony
2015-11-12 18:30:59 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -2,6 +2,6 @@ inherit kde-base
KDE_APP_VERSION = "15.08.3"
SRC_URI = "http://download.kde.org/stable/applications/${KDE_APP_VERSION}/src/${BPN}-${PV}.tar.xz"
SRC_URI = "http://download.kde.org/stable/applications/${PV}/src/${BPN}-${PV}.tar.xz"
RRECOMMENDS_${PN} += "qtbase-plugins"

View File

@@ -2,4 +2,4 @@ inherit kde-base
PLASMA_VERSION = "5.4.3"
SRC_URI = "http://download.kde.org/stable/plasma/${PLASMA_VERSION}/${BPN}-${PV}.tar.xz"
SRC_URI = "http://download.kde.org/stable/plasma/${PV}/${BPN}-${PV}.tar.xz"