aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/autofs/autofs_4.1.4.bb
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/autofs/autofs_4.1.4.bb
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/autofs/autofs_4.1.4.bb')
-rw-r--r--recipes/autofs/autofs_4.1.4.bb24
1 files changed, 12 insertions, 12 deletions
diff --git a/recipes/autofs/autofs_4.1.4.bb b/recipes/autofs/autofs_4.1.4.bb
index 7655ffd992..f7a5de6133 100644
--- a/recipes/autofs/autofs_4.1.4.bb
+++ b/recipes/autofs/autofs_4.1.4.bb
@@ -1,9 +1,9 @@
require autofs.inc
-SRC_URI = "${KERNELORG_MIRROR}/pub/linux/daemons/autofs/v4/autofs-${PV}.tar.bz2 \
- ${KERNELORG_MIRROR}/pub/linux/daemons/autofs/v4/autofs-4.1.4-misc-fixes.patch;patch=1 \
- ${KERNELORG_MIRROR}/pub/linux/daemons/autofs/v4/autofs-4.1.4-multi-parse-fix.patch;patch=1 \
- ${KERNELORG_MIRROR}/pub/linux/daemons/autofs/v4/autofs-4.1.4-non-replicated-ping.patch;patch=1 \
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/daemons/autofs/v4/autofs-${PV}.tar.bz2;name=archive \
+ ${KERNELORG_MIRROR}/pub/linux/daemons/autofs/v4/autofs-4.1.4-misc-fixes.patch;patch=1;name=patch1 \
+ ${KERNELORG_MIRROR}/pub/linux/daemons/autofs/v4/autofs-4.1.4-multi-parse-fix.patch;patch=1;name=patch2 \
+ ${KERNELORG_MIRROR}/pub/linux/daemons/autofs/v4/autofs-4.1.4-non-replicated-ping.patch;patch=1;name=patch3 \
file://cross.patch;patch=1 \
file://Makefile.rules-cross.patch;patch=1 \
file://install.patch;patch=1 \
@@ -22,11 +22,11 @@ CFLAGS += "${LDFLAGS}"
EXTRA_OEMAKE = "STRIP=/bin/true"
PARALLEL_MAKE = ""
-SRC_URI[md5sum] = "7e3949114c00665b4636f0c318179657"
-SRC_URI[sha256sum] = "e25caa0e9639ea54dd7c4f21e8146ac9859a61fa126f397edf874b5fdc147430"
-SRC_URI[md5sum] = "6342d6908c35af72b29231ecc6a10b5a"
-SRC_URI[sha256sum] = "4fc5725c683405e0da29021aacb3674c71ce1b61f62b810430aa112644773cf8"
-SRC_URI[md5sum] = "2783f4498c7e90a2cbf93b44d4fc4b94"
-SRC_URI[sha256sum] = "91d852ae612b19862d3925a807c319c74a0a06cc7a8f7390715591b6e1110108"
-SRC_URI[md5sum] = "b7d81c9aa92884d55ce5a1075d49fe78"
-SRC_URI[sha256sum] = "398c921161a57f1d87a5829ea264deed9e2f3adc64ac011f7f0490257d31b633"
+SRC_URI[archive.md5sum] = "7e3949114c00665b4636f0c318179657"
+SRC_URI[archive.sha256sum] = "e25caa0e9639ea54dd7c4f21e8146ac9859a61fa126f397edf874b5fdc147430"
+SRC_URI[patch1.md5sum] = "6342d6908c35af72b29231ecc6a10b5a"
+SRC_URI[patch1.sha256sum] = "4fc5725c683405e0da29021aacb3674c71ce1b61f62b810430aa112644773cf8"
+SRC_URI[patch2.md5sum] = "2783f4498c7e90a2cbf93b44d4fc4b94"
+SRC_URI[patch2.sha256sum] = "91d852ae612b19862d3925a807c319c74a0a06cc7a8f7390715591b6e1110108"
+SRC_URI[patch3.md5sum] = "b7d81c9aa92884d55ce5a1075d49fe78"
+SRC_URI[patch3.sha256sum] = "398c921161a57f1d87a5829ea264deed9e2f3adc64ac011f7f0490257d31b633"