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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user