kde-apps.bbclass, kde-plasma.bbclass: Use PV for SRC_URI URL

The Plasma and KDE applications use the same version for the package
and the URL.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador
2015-11-11 11:03:46 -02:00
parent a4220aeb84
commit 6b501bc8d1
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"