From: Richard Purdie Date: Thu, 6 May 2010 11:03:31 +0000 (+0100) Subject: xfce.bbclass: Fix SRC_URI (from OE.dev) X-Git-Tag: 2011-1~6004 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=89497d8057caa4cc905ad4476d4725f285d2e1e1;p=openembedded-core.git xfce.bbclass: Fix SRC_URI (from OE.dev) Signed-off-by: Richard Purdie --- 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" 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