diff options
Diffstat (limited to 'classes/xfce.bbclass')
| -rw-r--r-- | classes/xfce.bbclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/classes/xfce.bbclass b/classes/xfce.bbclass index c6ccc5fd2c..db6329c4ad 100644 --- a/classes/xfce.bbclass +++ b/classes/xfce.bbclass @@ -5,10 +5,11 @@ # Global class to make it easier to maintain XFCE packages HOMEPAGE = "http://www.xfce.org" -LICENSE = "LGPL-2" +LICENSE = "LGPLv2" DEPENDS += "startup-notification" -SRC_URI = "http://www.us.xfce.org/archive/xfce-${PV}/src/${PN}-${PV}.tar.bz2" +XFCE_VERSION = ${PV} +SRC_URI = "http://www.us.xfce.org/archive/xfce/${XFCE_VERSION}/src/${PN}-${PV}.tar.bz2" inherit autotools |
