diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-05-06 12:03:31 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-05-06 12:03:31 +0100 |
commit | 89497d8057caa4cc905ad4476d4725f285d2e1e1 (patch) | |
tree | 047c47b84fe22ec2c92133cff0902d7c4556cd87 /meta/classes/xfce.bbclass | |
parent | 753b4a3187030b7556798b6924e182b663e5cfb1 (diff) | |
download | poky-89497d8057caa4cc905ad4476d4725f285d2e1e1.tar.gz |
xfce.bbclass: Fix SRC_URI (from OE.dev)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes/xfce.bbclass')
-rw-r--r-- | meta/classes/xfce.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/xfce.bbclass b/meta/classes/xfce.bbclass index b18313fa2a..db6329c4ad 100644 --- a/meta/classes/xfce.bbclass +++ b/meta/classes/xfce.bbclass | |||
@@ -9,7 +9,7 @@ LICENSE = "LGPLv2" | |||
9 | DEPENDS += "startup-notification" | 9 | DEPENDS += "startup-notification" |
10 | 10 | ||
11 | XFCE_VERSION = ${PV} | 11 | XFCE_VERSION = ${PV} |
12 | SRC_URI = "http://www.us.xfce.org/archive/xfce-${XFCE_VERSION}/src/${PN}-${PV}.tar.bz2" | 12 | SRC_URI = "http://www.us.xfce.org/archive/xfce/${XFCE_VERSION}/src/${PN}-${PV}.tar.bz2" |
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||