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/jakarta-libs/avalon-framework-api_4.3.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes/jakarta-libs') diff --git a/recipes/jakarta-libs/avalon-framework-api_4.3.bb b/recipes/jakarta-libs/avalon-framework-api_4.3.bb index 08c94f24da..15854f0423 100644 --- a/recipes/jakarta-libs/avalon-framework-api_4.3.bb +++ b/recipes/jakarta-libs/avalon-framework-api_4.3.bb @@ -3,8 +3,8 @@ LICENSE = "AL2.0" AUTHOR = "Apache Software Foundation" SRC_URI = "\ - http://www.apache.org/dist/excalibur/avalon-framework/source/${BP}-src.tar.gz \ - http://www.apache.org/dist/avalon/logkit/source/logkit-1.2.2-src.tar.gz \ + http://www.apache.org/dist/excalibur/avalon-framework/source/${BP}-src.tar.gz;name=archive \ + http://www.apache.org/dist/avalon/logkit/source/logkit-1.2.2-src.tar.gz;name=logkit \ " inherit java-library @@ -27,7 +27,7 @@ do_compile() { -SRC_URI[md5sum] = "d4cffb4ba1d07bdc517ac6e322636495" -SRC_URI[sha256sum] = "a4d56a053609ddfc77f6a42c3f15a11708d5e0eb29ffc60a40b87e4cc7331d47" -SRC_URI[md5sum] = "996ee20d6b5785ab71f4692f64d10f9c" -SRC_URI[sha256sum] = "2c81edc87571fbd05797da7f65515e089c62cbb735bdbd10f93e29bd3aa3ddb8" +SRC_URI[archive.md5sum] = "d4cffb4ba1d07bdc517ac6e322636495" +SRC_URI[archive.sha256sum] = "a4d56a053609ddfc77f6a42c3f15a11708d5e0eb29ffc60a40b87e4cc7331d47" +SRC_URI[logkit.md5sum] = "996ee20d6b5785ab71f4692f64d10f9c" +SRC_URI[logkit.sha256sum] = "2c81edc87571fbd05797da7f65515e089c62cbb735bdbd10f93e29bd3aa3ddb8" -- cgit v1.2.3