From: Rolf Leggewie Date: Sat, 16 Jan 2010 14:18:40 +0000 (+0100) Subject: classes/xfce.bbclass: fix SRC_URI X-Git-Tag: Release-2010-05/1~850^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96db6269a564ab2c04993b7ea3eff52d0971f01a;p=openembedded.git classes/xfce.bbclass: fix SRC_URI --- 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