From e6ca435a63a8a3bd16384cfb798617324af99a10 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Fri, 22 Jan 2010 19:23:23 +0000 Subject: [PATCH] gnome.bbclass : add name=archive to SRC_URI so .bb files can use new checksums New checksums system needs a name= in the SRC_URI name, so add a default one for gnome. --- classes/gnome.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/gnome.bbclass b/classes/gnome.bbclass index cb03650b48..61da6e1792 100644 --- a/classes/gnome.bbclass +++ b/classes/gnome.bbclass @@ -4,7 +4,7 @@ def gnome_verdir(v): return "%s.%s" % (m.group(1), m.group(2)) SECTION ?= "x11/gnome" -SRC_URI = "${GNOME_MIRROR}/${PN}/${@gnome_verdir("${PV}")}/${PN}-${PV}.tar.bz2" +SRC_URI = "${GNOME_MIRROR}/${PN}/${@gnome_verdir("${PV}")}/${PN}-${PV}.tar.bz2;name=archive" DEPENDS += "gnome-common" -- 2.39.5