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/fbgrab/fbgrab_1.0.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes/fbgrab') diff --git a/recipes/fbgrab/fbgrab_1.0.bb b/recipes/fbgrab/fbgrab_1.0.bb index 46d02084b5..c4da2f02bf 100644 --- a/recipes/fbgrab/fbgrab_1.0.bb +++ b/recipes/fbgrab/fbgrab_1.0.bb @@ -6,9 +6,9 @@ PR = "r2" DEPENDS = " zlib libpng " -SRC_URI = "http://hem.bredband.net/gmogmo/fbgrab/fbgrab-${PV}.tar.gz \ +SRC_URI = "http://hem.bredband.net/gmogmo/fbgrab/fbgrab-${PV}.tar.gz;name=archive \ file://makefile.patch;patch=1 \ - http://people.openezx.org/ao2/fbgrab_network_mode.diff;patch=1 \ + http://people.openezx.org/ao2/fbgrab_network_mode.diff;patch=1;name=patch \ file://fbgrab_1bpp.patch;patch=1 \ " @@ -18,7 +18,7 @@ do_install() { install -m 0644 fbgrab.1.man ${D}${mandir}/man1/fbgrab.1 } -SRC_URI[md5sum] = "7af4d8774684182ed690d5da82d6d234" -SRC_URI[sha256sum] = "9158241a20978dcc4caf0692684da9dd3640fd6f5c8b72581bd099198d670510" -SRC_URI[md5sum] = "71bf1218c52a6e4a1f38406748285255" -SRC_URI[sha256sum] = "e8cf4fe15d7e99e86016db3ddc1f403c35c49f40c4d37209d76cd5785c541aa8" +SRC_URI[archive.md5sum] = "7af4d8774684182ed690d5da82d6d234" +SRC_URI[archive.sha256sum] = "9158241a20978dcc4caf0692684da9dd3640fd6f5c8b72581bd099198d670510" +SRC_URI[patch.md5sum] = "71bf1218c52a6e4a1f38406748285255" +SRC_URI[patch.sha256sum] = "e8cf4fe15d7e99e86016db3ddc1f403c35c49f40c4d37209d76cd5785c541aa8" -- cgit 1.2.3-korg