From 86b9ac7b000d5b1eb89784f94e9b1262cf25b4b9 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Wed, 29 Sep 2010 16:55:43 +0100 Subject: [PATCH] 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. --- classes/xfce46.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5