aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/p4/p4_04.2.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/p4/p4_04.2.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/p4/p4_04.2.bb')
-rw-r--r--recipes/p4/p4_04.2.bb24
1 files changed, 12 insertions, 12 deletions
diff --git a/recipes/p4/p4_04.2.bb b/recipes/p4/p4_04.2.bb
index 038ae435c5..6b1d527f38 100644
--- a/recipes/p4/p4_04.2.bb
+++ b/recipes/p4/p4_04.2.bb
@@ -4,15 +4,15 @@
require p4.inc
-SRC_URI[md5sum] = "ba983759366018ad2d90a7e088f509eb"
-SRC_URI[sha256sum] = "de8bce2b3ae085a973dca4f7208c3cb1ab1fdc9bbcc9e3496ad3d56a4923dba0"
-SRC_URI[md5sum] = "1eb1fb53531e09a03f158957016d55a6"
-SRC_URI[sha256sum] = "7d5455c9aa77aea548f3b52f579bf41fff034f0be1c283840b88be401f817792"
-SRC_URI[md5sum] = "690a404af3d916dc7c1cfa5a14a51171"
-SRC_URI[sha256sum] = "e41d44dbc5bd60f2140f0774945154105759b2dabf4c26c097cf754797274e39"
-SRC_URI[md5sum] = "c099df674fb3c249cb1d1984f00d573e"
-SRC_URI[sha256sum] = "9839564335035bc92041fafd93d05a811dc4243bb72269b3afe5ba823f016418"
-SRC_URI[md5sum] = "02de68f26da402689f661662217cd77f"
-SRC_URI[sha256sum] = "24d153529f669ff5fd9dc0d7a09bf7c6e658ee2d2496ab8025a2aaf12425907c"
-SRC_URI[md5sum] = "7bf9967719351c7a0758e20641978358"
-SRC_URI[sha256sum] = "70ebe07343989de042b9ef7866cfca540cfb28458e6c475d516c6916f4feb468"
+SRC_URI[p4.md5sum] = "ba983759366018ad2d90a7e088f509eb"
+SRC_URI[p4.sha256sum] = "de8bce2b3ae085a973dca4f7208c3cb1ab1fdc9bbcc9e3496ad3d56a4923dba0"
+SRC_URI[p4api.md5sum] = "1eb1fb53531e09a03f158957016d55a6"
+SRC_URI[p4api.sha256sum] = "7d5455c9aa77aea548f3b52f579bf41fff034f0be1c283840b88be401f817792"
+SRC_URI[p4d.md5sum] = "690a404af3d916dc7c1cfa5a14a51171"
+SRC_URI[p4d.sha256sum] = "e41d44dbc5bd60f2140f0774945154105759b2dabf4c26c097cf754797274e39"
+SRC_URI[p4ftpd.md5sum] = "c099df674fb3c249cb1d1984f00d573e"
+SRC_URI[p4ftpd.sha256sum] = "9839564335035bc92041fafd93d05a811dc4243bb72269b3afe5ba823f016418"
+SRC_URI[p4p.md5sum] = "02de68f26da402689f661662217cd77f"
+SRC_URI[p4p.sha256sum] = "24d153529f669ff5fd9dc0d7a09bf7c6e658ee2d2496ab8025a2aaf12425907c"
+SRC_URI[p4web.md5sum] = "7bf9967719351c7a0758e20641978358"
+SRC_URI[p4web.sha256sum] = "70ebe07343989de042b9ef7866cfca540cfb28458e6c475d516c6916f4feb468"