diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-16 15:18:40 +0100 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-16 15:23:46 +0100 |
commit | 96db6269a564ab2c04993b7ea3eff52d0971f01a (patch) | |
tree | eca8faaf58cc0074516596ecb2fcac39890247dd | |
parent | 83f66a32dca5628342e49735f1b45800350b9b22 (diff) |
classes/xfce.bbclass: fix SRC_URI
-rw-r--r-- | classes/xfce.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/xfce.bbclass b/classes/xfce.bbclass index b18313fa2a..db6329c4ad 100644 --- a/classes/xfce.bbclass +++ b/classes/xfce.bbclass @@ -9,7 +9,7 @@ LICENSE = "LGPLv2" DEPENDS += "startup-notification" XFCE_VERSION = ${PV} -SRC_URI = "http://www.us.xfce.org/archive/xfce-${XFCE_VERSION}/src/${PN}-${PV}.tar.bz2" +SRC_URI = "http://www.us.xfce.org/archive/xfce/${XFCE_VERSION}/src/${PN}-${PV}.tar.bz2" inherit autotools |