aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zlib
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-10 11:21:48 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-12 20:07:27 +0200
commit44985d56bc556786812a0a02d6219afd31a7381d (patch)
tree9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/zlib
parenta8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff)
downloadopenembedded-44985d56bc556786812a0a02d6219afd31a7381d.tar.gz
recipes: move checksums to recipes from checksums.ini
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/zlib')
-rw-r--r--recipes/zlib/zlib-native_1.2.3.bb3
-rw-r--r--recipes/zlib/zlib_1.2.3.bb3
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/zlib/zlib-native_1.2.3.bb b/recipes/zlib/zlib-native_1.2.3.bb
index d7e0777f34..4bb5d28659 100644
--- a/recipes/zlib/zlib-native_1.2.3.bb
+++ b/recipes/zlib/zlib-native_1.2.3.bb
@@ -3,3 +3,6 @@ ZLIB_EXTRA = ""
DEPENDS = "libtool-native"
inherit native
+
+SRC_URI[md5sum] = "dee233bf288ee795ac96a98cc2e369b6"
+SRC_URI[sha256sum] = "e3b9950851a19904d642c4dec518623382cf4d2ac24f70a76510c944330d28ca"
diff --git a/recipes/zlib/zlib_1.2.3.bb b/recipes/zlib/zlib_1.2.3.bb
index d995869be1..541245b9f9 100644
--- a/recipes/zlib/zlib_1.2.3.bb
+++ b/recipes/zlib/zlib_1.2.3.bb
@@ -18,3 +18,6 @@ inherit autotools
do_stage() {
autotools_stage_all
}
+
+SRC_URI[md5sum] = "dee233bf288ee795ac96a98cc2e369b6"
+SRC_URI[sha256sum] = "e3b9950851a19904d642c4dec518623382cf4d2ac24f70a76510c944330d28ca"