diff options
| author | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-10-19 00:43:17 +0200 |
|---|---|---|
| committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-10-19 00:43:17 +0200 |
| commit | 14bf8220ea36950431c7d521a9ab47dace33ba9d (patch) | |
| tree | 04a23c0f7bbea0d4142747143f355e256aaa1055 /classes/xfce.bbclass | |
| parent | 310ccc10715067a20f96c87c4e78553193060c90 (diff) | |
| parent | f5908addf3671abab19e1e43763b3b0ca60a451b (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'classes/xfce.bbclass')
| -rw-r--r-- | classes/xfce.bbclass | 3 |
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 |
