aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fbgrab
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-12 10:39:50 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-12 20:16:13 +0200
commit16f464bd8cff6b6a27d9bfe691f7adc875d01ac2 (patch)
treed235ad1dba36225ca211cc7c606ecaab4ff883c5 /recipes/fbgrab
parent44985d56bc556786812a0a02d6219afd31a7381d (diff)
downloadopenembedded-16f464bd8cff6b6a27d9bfe691f7adc875d01ac2.tar.gz
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/fbgrab')
-rw-r--r--recipes/fbgrab/fbgrab_1.0.bb12
1 files changed, 6 insertions, 6 deletions
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"