From: David-John Willis Date: Wed, 29 Sep 2010 15:55:43 +0000 (+0100) Subject: xfce46.bbclass: Remove ";name=archive" from the source URL as the recipes do not... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86b9ac7b000d5b1eb89784f94e9b1262cf25b4b9;p=openembedded.git xfce46.bbclass: Remove ";name=archive" from the source URL as the recipes do not respect the name in there local checksums anyway. Fixes Xfce building. --- diff --git a/classes/xfce46.bbclass b/classes/xfce46.bbclass index db13f69f84..9f59d4fc98 100644 --- a/classes/xfce46.bbclass +++ b/classes/xfce46.bbclass @@ -11,7 +11,7 @@ SECTION ?= "x11/xfce" XFCE_VERSION = ${PV} -SRC_URI = "http://mocha.xfce.org/archive/src/xfce/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2;name=archive" +SRC_URI = "http://mocha.xfce.org/archive/src/xfce/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2" inherit autotools gtk-icon-cache pkgconfig