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/wget | |
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/wget')
-rw-r--r-- | recipes/wget/wget_1.11.4.bb | 3 | ||||
-rw-r--r-- | recipes/wget/wget_1.9.1.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/wget/wget_1.11.4.bb b/recipes/wget/wget_1.11.4.bb index 870e2a424a..b5acaf0d43 100644 --- a/recipes/wget/wget_1.11.4.bb +++ b/recipes/wget/wget_1.11.4.bb @@ -6,3 +6,6 @@ SRC_URI = " \ " require wget.inc + +SRC_URI[md5sum] = "69e8a7296c0e12c53bd9ffd786462e87" +SRC_URI[sha256sum] = "7315963b6eefb7530b4a4f63a5d5ccdab30078784cf41ccb5297873f9adea2f3" diff --git a/recipes/wget/wget_1.9.1.bb b/recipes/wget/wget_1.9.1.bb index 516cbef160..0c3343b29b 100644 --- a/recipes/wget/wget_1.9.1.bb +++ b/recipes/wget/wget_1.9.1.bb @@ -17,3 +17,6 @@ do_configure_prepend () { } require wget.inc + +SRC_URI[md5sum] = "e6051f1e1487ec0ebfdbda72bedc70ad" +SRC_URI[sha256sum] = "69044b87c517b986dbc17a5f7e4de430cb56e605330c19c6bb0d384d5c37e638" |