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/sl/sl_3.03.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes/sl') diff --git a/recipes/sl/sl_3.03.bb b/recipes/sl/sl_3.03.bb index fc018a20a6..683afd3642 100644 --- a/recipes/sl/sl_3.03.bb +++ b/recipes/sl/sl_3.03.bb @@ -3,8 +3,8 @@ SECTION = "console/games" LICENSE = "unknown" DEPENDS = "ncurses" -SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/universe/s/sl/sl_3.03.orig.tar.gz \ - http://archive.ubuntu.com/ubuntu/pool/universe/s/sl/sl_3.03-14.diff.gz;patch=1" +SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/universe/s/sl/sl_3.03.orig.tar.gz;name=archive \ + http://archive.ubuntu.com/ubuntu/pool/universe/s/sl/sl_3.03-14.diff.gz;patch=1;name=patch" S = "${WORKDIR}/${P}.orig" @@ -17,7 +17,7 @@ do_install() { -SRC_URI[md5sum] = "d0d997b964bb3478f7f4968eee13c698" -SRC_URI[sha256sum] = "5986d9d47ea5e812d0cbd54a0fc20f127a02d13b45469bb51ec63856a5a6d3aa" -SRC_URI[md5sum] = "bbc8f69a7add52ed30dbac276d43ef92" -SRC_URI[sha256sum] = "948499164f7be0c0b12e545bf49f1ab81e4546704cb3bedc1141d31a2d6dcbe6" +SRC_URI[archive.md5sum] = "d0d997b964bb3478f7f4968eee13c698" +SRC_URI[archive.sha256sum] = "5986d9d47ea5e812d0cbd54a0fc20f127a02d13b45469bb51ec63856a5a6d3aa" +SRC_URI[patch.md5sum] = "bbc8f69a7add52ed30dbac276d43ef92" +SRC_URI[patch.sha256sum] = "948499164f7be0c0b12e545bf49f1ab81e4546704cb3bedc1141d31a2d6dcbe6" -- cgit v1.2.3