aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zeroconf
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/zeroconf
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/zeroconf')
-rw-r--r--recipes/zeroconf/zeroconf_0.6.1.bb3
-rw-r--r--recipes/zeroconf/zeroconf_0.9.bb3
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/zeroconf/zeroconf_0.6.1.bb b/recipes/zeroconf/zeroconf_0.6.1.bb
index 8dfa8ecb50..4806e156d4 100644
--- a/recipes/zeroconf/zeroconf_0.6.1.bb
+++ b/recipes/zeroconf/zeroconf_0.6.1.bb
@@ -20,3 +20,6 @@ do_install () {
install -c -m 755 ${S}/debian-zeroconf ${D}${sysconfdir}/network/if-up.d/zeroconf
install -c ${WORKDIR}/zeroconf-default ${D}${sysconfdir}/default/zeroconf
}
+
+SRC_URI[md5sum] = "31ac40fdaf24b3e666ed83c1320dd7a5"
+SRC_URI[sha256sum] = "3e93416ad44202c2952a1342dad12f2ad0e61dd3f1c59110d9ad8cb1d4c639e5"
diff --git a/recipes/zeroconf/zeroconf_0.9.bb b/recipes/zeroconf/zeroconf_0.9.bb
index 2857247196..69c7fdb3b2 100644
--- a/recipes/zeroconf/zeroconf_0.9.bb
+++ b/recipes/zeroconf/zeroconf_0.9.bb
@@ -21,3 +21,6 @@ do_install () {
install -c -m 755 ${WORKDIR}/debian-zeroconf ${D}${sysconfdir}/network/if-up.d/zeroconf
install -c ${WORKDIR}/zeroconf-default ${D}${sysconfdir}/default/zeroconf
}
+
+SRC_URI[md5sum] = "bdafb16b008ebb5633e4e581f77821d2"
+SRC_URI[sha256sum] = "a8c74df127753e2310fa1e072f3c9ca44a404bb0bbce9cfec7a84c6dff8bec7b"