aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/free42
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/free42
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/free42')
-rw-r--r--recipes/free42/free42-vga_1.4.41.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/recipes/free42/free42-vga_1.4.41.bb b/recipes/free42/free42-vga_1.4.41.bb
index ff5e07feae..56d4fd3b00 100644
--- a/recipes/free42/free42-vga_1.4.41.bb
+++ b/recipes/free42/free42-vga_1.4.41.bb
@@ -4,8 +4,8 @@ SECTION = "openmoko/applications"
DEPENDS = "gtk+"
PR = "r1"
-SRC_URI = "${SOURCEFORGE_MIRROR}/free42/free42.tgz \
- http://sense.net/zc/free42/42c_skins.tgz \
+SRC_URI = "${SOURCEFORGE_MIRROR}/free42/free42.tgz;name=archive \
+ http://sense.net/zc/free42/42c_skins.tgz;name=skins \
file://free42-bcd-gtk-only.patch;patch=1 \
file://free42-vga-skin.patch;patch=1 \
file://free42-dont-declare-sincos.patch;patch=1 \
@@ -42,3 +42,8 @@ do_install() {
}
+SRC_URI[archive.md5sum] = "1fc21e04b3b77150846027dc7cb5210d"
+SRC_URI[archive.sha256sum] = "9d348a9d2d5bf8eabc7e7bb6f0907e611403e4abe6dc1e11b1b2ad1118b3088a"
+
+SRC_URI[skins.md5sum] = "24b0e5bbfe21ea9c5a5c589bcc79c0f2"
+SRC_URI[skins.sha256sum] = "ab877846c6caaff32efbf5be6fc5c63b7dec97a2e78c57c525da7705d2052bfc"