[oe-commits] Graeme Gregory : gnome.bbclass : add name=archive to SRC_URI so . bb files can use new checksums

git version control git at git.openembedded.org
Tue Jan 26 21:39:07 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e6ca435a63a8a3bd16384cfb798617324af99a10
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e6ca435a63a8a3bd16384cfb798617324af99a10

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Fri Jan 22 19:23:23 2010 +0000

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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/gnome.bbclass b/classes/gnome.bbclass
index cb03650..61da6e1 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"
 





More information about the Openembedded-commits mailing list