aboutsummaryrefslogtreecommitdiffstats
path: root/classes/xfce.bbclass
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2008-06-13 19:21:44 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2008-10-17 14:08:00 -0300
commitc8f54eb5d185c8d24da981370ca71507dcbd95e4 (patch)
treee25e4f465f47232061bc7b44fd3a7850578ea1cc /classes/xfce.bbclass
parentff3ecd7691c5eaca89fe1cea624e317840992e5a (diff)
downloadopenembedded-c8f54eb5d185c8d24da981370ca71507dcbd95e4.tar.gz
XFCE: allow to set a specific release to be used while grabbing the source
This will be used to avoid duplicated code in many XFCE related recipes. Without that, all recipes that uses a different version then the global XFCE release need to specify the SRC_URI making harder to update and change the mirror to be used globaly.
Diffstat (limited to 'classes/xfce.bbclass')
-rw-r--r--classes/xfce.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/xfce.bbclass b/classes/xfce.bbclass
index c6ccc5fd2c..48e012e67e 100644
--- a/classes/xfce.bbclass
+++ b/classes/xfce.bbclass
@@ -8,7 +8,8 @@ HOMEPAGE = "http://www.xfce.org"
LICENSE = "LGPL-2"
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