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/postfix | |
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/postfix')
-rw-r--r-- | recipes/postfix/postfix_2.0.20.bb | 3 | ||||
-rw-r--r-- | recipes/postfix/postfix_2.2.12.bb | 4 | ||||
-rw-r--r-- | recipes/postfix/postfix_2.7.0.bb | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/recipes/postfix/postfix_2.0.20.bb b/recipes/postfix/postfix_2.0.20.bb index 817601a6cb..d47aabdcfd 100644 --- a/recipes/postfix/postfix_2.0.20.bb +++ b/recipes/postfix/postfix_2.0.20.bb @@ -1,3 +1,6 @@ require postfix.inc PR = "${INC_PR}.0" + +SRC_URI[postfix-2.0.20.md5sum] = "92479b64d132262be505a17ec02bc2a8" +SRC_URI[postfix-2.0.20.sha256sum] = "78c03b41d75f7402a63a5e5e13f3690005411a85299bc6ec9edbe04888db6d18" diff --git a/recipes/postfix/postfix_2.2.12.bb b/recipes/postfix/postfix_2.2.12.bb index 1e08aa6667..895673434d 100644 --- a/recipes/postfix/postfix_2.2.12.bb +++ b/recipes/postfix/postfix_2.2.12.bb @@ -1,3 +1,5 @@ require postfix.inc -PR = "${INC_PR}.0"
\ No newline at end of file +PR = "${INC_PR}.0" +SRC_URI[postfix-2.2.12.md5sum] = "e73299c07407da60a53c0cf089b4abe8" +SRC_URI[postfix-2.2.12.sha256sum] = "a736ed4936ad20c2b012fde699a033360c38ae6201ebb8a98d3bfaca6737d4b3" diff --git a/recipes/postfix/postfix_2.7.0.bb b/recipes/postfix/postfix_2.7.0.bb index fc41fad706..9a4c07ad13 100644 --- a/recipes/postfix/postfix_2.7.0.bb +++ b/recipes/postfix/postfix_2.7.0.bb @@ -3,4 +3,4 @@ require postfix.inc SRC_URI[postfix-2.7.0.md5sum] = "df648f59421604e895cce56325f00bae" SRC_URI[postfix-2.7.0.sha256sum] = "c5b232ae5e396107bc58aed4178cf6cfd0a75b9dcbbedb49d158eb71d6c91b75" -PR = "${INC_PR}.0"
\ No newline at end of file +PR = "${INC_PR}.0" |