diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-10 11:21:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 20:07:27 +0200 |
commit | 44985d56bc556786812a0a02d6219afd31a7381d (patch) | |
tree | 9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/bind | |
parent | a8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff) |
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/bind')
-rw-r--r-- | recipes/bind/bind_9.3.1.bb | 3 | ||||
-rw-r--r-- | recipes/bind/bind_9.3.4-P1.bb | 3 | ||||
-rw-r--r-- | recipes/bind/bind_9.3.5-P1.bb | 3 | ||||
-rw-r--r-- | recipes/bind/bind_9.3.6.bb | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/recipes/bind/bind_9.3.1.bb b/recipes/bind/bind_9.3.1.bb index 29112ff311..35b5fcd7c5 100644 --- a/recipes/bind/bind_9.3.1.bb +++ b/recipes/bind/bind_9.3.1.bb @@ -25,3 +25,6 @@ do_install_append() { } CONFFILES_${PN} = "${sysconfdir}/bind/named.conf ${sysconfdir}/bind/named.conf.local ${sysconfdir}/bind/named.conf.options ${sysconfdir}/bind/db.0 ${sysconfdir}/bind/db.127 ${sysconfdir}/bind/db.empty ${sysconfdir}/bind/db.local ${sysconfdir}/bind/db.root" + +SRC_URI[md5sum] = "9ff3204eea27184ea0722f37e43fc95d" +SRC_URI[sha256sum] = "9a9411115338d2554f2e99bc676c2e9a381a8d649bf9bd9c0b2ffa2cf74b563c" diff --git a/recipes/bind/bind_9.3.4-P1.bb b/recipes/bind/bind_9.3.4-P1.bb index 59d2599a13..87d660698d 100644 --- a/recipes/bind/bind_9.3.4-P1.bb +++ b/recipes/bind/bind_9.3.4-P1.bb @@ -36,3 +36,6 @@ CONFFILES_${PN} = " \ ${sysconfdir}/bind/db.local \ ${sysconfdir}/bind/db.root \ " + +SRC_URI[md5sum] = "51007c8f185cd5a9b2e57f70073bf25b" +SRC_URI[sha256sum] = "f5cf38954e9b973cda204ff13cfd6d433ac307a8e5c4e7f6d978483becda842c" diff --git a/recipes/bind/bind_9.3.5-P1.bb b/recipes/bind/bind_9.3.5-P1.bb index a1dff5ceaf..ce53add5ea 100644 --- a/recipes/bind/bind_9.3.5-P1.bb +++ b/recipes/bind/bind_9.3.5-P1.bb @@ -36,3 +36,6 @@ CONFFILES_${PN} = " \ ${sysconfdir}/bind/db.local \ ${sysconfdir}/bind/db.root \ " + +SRC_URI[md5sum] = "1446984f552b18a0ff7db63971a0cb5a" +SRC_URI[sha256sum] = "8bd6b53f5a2c5f0332aaba9a51ef3d7fc55c60f906f0c506e11b6600ed82a90b" diff --git a/recipes/bind/bind_9.3.6.bb b/recipes/bind/bind_9.3.6.bb index 5c15b89436..5b5d3197c3 100644 --- a/recipes/bind/bind_9.3.6.bb +++ b/recipes/bind/bind_9.3.6.bb @@ -40,3 +40,6 @@ CONFFILES_${PN} = " \ ${sysconfdir}/bind/db.local \ ${sysconfdir}/bind/db.root \ " + +SRC_URI[md5sum] = "58ea86efa5d20ffc282ef2e1690dc484" +SRC_URI[sha256sum] = "275f4d19b8af8bbc93eda9d8532c21d32cd30195db82f15f10916c02416f9f03" |