From 16f464bd8cff6b6a27d9bfe691f7adc875d01ac2 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 12 Apr 2010 10:39:50 +0200 Subject: recipes: move checksums to recipes from checksums.ini, part 2 manual adjustement * all: multiple checked items in SRC_URI (needs name= param) * other fixes like non-existent URL, checksums moved ot .inc or included .bb (ie for -native) * ... * tested with micro/micro-uclibc/Angstrom/SHR with SOURCE_MIRROR_FETCH="True" (ignoring COMPATIBLE_* * also tested -c fetch with s/SRC_URI_append_[^ ]*/SRC_URI_append/g and s/SRC_URI_[^ ]*/SRC_URI_append/g to catch all URLs used only for distro/machine/virtual override (see http://build.shr-project.org/tests/jama/SRC_URI.removeOverrides.patch) * in case I downloaded different checksum then what was in checksums.ini I used the old one from checksums.ini and put my checksum in comment * I'll send to ML list of recipes which cannot be downloaded (weren't converted) and where I got different checksums Signed-off-by: Martin Jansa --- recipes/matchbox-panel/matchbox-panel_0.9.2.bb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'recipes/matchbox-panel') diff --git a/recipes/matchbox-panel/matchbox-panel_0.9.2.bb b/recipes/matchbox-panel/matchbox-panel_0.9.2.bb index 1f8a8dbb87..17abb15a44 100644 --- a/recipes/matchbox-panel/matchbox-panel_0.9.2.bb +++ b/recipes/matchbox-panel/matchbox-panel_0.9.2.bb @@ -1,10 +1,10 @@ require matchbox-panel.inc PR ="r12" -SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \ +SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz;name=archive \ file://add_hostap.patch;patch=1 \ - http://handhelds.org/~pb/mb-panel-0.9.2-polling.patch;patch=1 \ - http://handhelds.org/~pb/mb-panel-0.9.2-msgcancel.patch;patch=1 \ + http://handhelds.org/~pb/mb-panel-0.9.2-polling.patch;patch=1;name=patch1 \ + http://handhelds.org/~pb/mb-panel-0.9.2-msgcancel.patch;patch=1;name=patch2 \ file://mb-applet-battery-repaint.patch;patch=1 \ file://mb-panel-multi-category-matching.patch;patch=1 \ file://mb-panel-allow-disabling-menu-panel.patch;patch=1 \ @@ -12,9 +12,9 @@ SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar -SRC_URI[md5sum] = "3122b8d8a796824f9266235b38b0ff1f" -SRC_URI[sha256sum] = "d89d292942e03459f1239e4b3b2e4933aa713f9a606dfe444718f18ff99c7241" -SRC_URI[md5sum] = "aef0c3abfdd35aefc7f1328204bc337e" -SRC_URI[sha256sum] = "398484870bc78296c3186776fa7db5abf63036bbe1df674d049edd68d0af7ea8" -SRC_URI[md5sum] = "61a2f2be6d947618fc0f2e0c93dad6e1" -SRC_URI[sha256sum] = "320634eacb957779f77a8632b1339276e5d2f7c6877933610250163f6862fc19" +SRC_URI[archive.md5sum] = "3122b8d8a796824f9266235b38b0ff1f" +SRC_URI[archive.sha256sum] = "d89d292942e03459f1239e4b3b2e4933aa713f9a606dfe444718f18ff99c7241" +SRC_URI[patch1.md5sum] = "aef0c3abfdd35aefc7f1328204bc337e" +SRC_URI[patch1.sha256sum] = "398484870bc78296c3186776fa7db5abf63036bbe1df674d049edd68d0af7ea8" +SRC_URI[patch2.md5sum] = "61a2f2be6d947618fc0f2e0c93dad6e1" +SRC_URI[patch2.sha256sum] = "320634eacb957779f77a8632b1339276e5d2f7c6877933610250163f6862fc19" -- cgit 1.2.3-korg