[oe-commits] Rolf Leggewie : classes/xfce.bbclass: fix SRC_URI

git version control git at git.openembedded.org
Sat Jan 16 14:30:25 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 96db6269a564ab2c04993b7ea3eff52d0971f01a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=96db6269a564ab2c04993b7ea3eff52d0971f01a

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Sat Jan 16 15:18:40 2010 +0100

classes/xfce.bbclass: fix SRC_URI

---

 classes/xfce.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/xfce.bbclass b/classes/xfce.bbclass
index b18313f..db6329c 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
 





More information about the Openembedded-commits mailing list