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/u-boot/u-boot_1.1.4.bb | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'recipes/u-boot') diff --git a/recipes/u-boot/u-boot_1.1.4.bb b/recipes/u-boot/u-boot_1.1.4.bb index 2e374f9809..3bfddd43ae 100644 --- a/recipes/u-boot/u-boot_1.1.4.bb +++ b/recipes/u-boot/u-boot_1.1.4.bb @@ -4,7 +4,7 @@ PR = "r1" DEFAULT_PREFERENCE = "-1" -SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \ +SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2;name=archive \ file://u-boot-make381-fix.patch;patch=1" SRC_URI_append_gumstix = "\ @@ -23,13 +23,13 @@ SRC_URI_append_gumstix = "\ file://u-boot-zzz-osx.patch;patch=1" SRC_URI_append_amsdelta = "\ - http://the.earth.li/pub/e3/u-boot-amsdelta-20060519.diff;patch=1" + http://the.earth.li/pub/e3/u-boot-amsdelta-20060519.diff;patch=1;name=amspatch" SRC_URI_append_dht-walnut= "\ file://u-boot-dht-walnut-df2.patch;patch=1" SRC_URI_append_avr32= "\ - http://avr32linux.org/twiki/pub/Main/UbootPatches/u-boot-1.1.4-avr1.patch.bz2;patch=1 \ + http://avr32linux.org/twiki/pub/Main/UbootPatches/u-boot-1.1.4-avr1.patch.bz2;patch=1;name=avrpatch \ file://avr32-boards-fix-flash-read.patch;patch=1 \ file://lcdc-driver-for-avr32.patch;patch=1 \ file://spi-driver-for-avr32.patch;patch=1 \ @@ -70,5 +70,9 @@ do_compile () { oe_runmake all } -SRC_URI[md5sum] = "096cac66046326659b97eeded007ec73" -SRC_URI[sha256sum] = "1af9d68adfe044cb8fe1b3efa5b661c4cb57edf90f4a8daf38f0fc19692677a7" +SRC_URI[archive.md5sum] = "096cac66046326659b97eeded007ec73" +SRC_URI[archive.sha256sum] = "1af9d68adfe044cb8fe1b3efa5b661c4cb57edf90f4a8daf38f0fc19692677a7" +SRC_URI[amspatch.md5sum] = "0750751c816ca9045b7faf8e4f37158a" +SRC_URI[amspatch.sha256sum] = "03322d6ec67b0b0fdf15836eb9a268a489733eb6e6ec4b054294d798b3994440" +SRC_URI[avrpatch.md5sum] = "4508e9abd423a672763441d8535331c4" +SRC_URI[avrpatch.sha256sum] = "b18d9f4e1fa5cf1f3d89640d6aa5067da150cebb822fdeb07222991f71684590" -- cgit 1.2.3-korg