aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2010-01-22 19:23:23 +0000
committerGraeme Gregory <dp@xora.org.uk>2010-01-26 21:21:31 +0000
commite6ca435a63a8a3bd16384cfb798617324af99a10 (patch)
treebe83211647aaf13ba9bb6fcacd70702c82c76e6c /classes
parent5e5fbbfe7c0e2bd62402e23721c9230d36a5be78 (diff)
downloadopenembedded-e6ca435a63a8a3bd16384cfb798617324af99a10.tar.gz
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.
Diffstat (limited to 'classes')
-rw-r--r--classes/gnome.bbclass2
1 files changed, 1 insertions, 1 deletions
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"