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/neon | |
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/neon')
-rw-r--r-- | recipes/neon/neon_0.25.5.bb | 3 | ||||
-rw-r--r-- | recipes/neon/neon_0.26.0.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/neon/neon_0.25.5.bb b/recipes/neon/neon_0.25.5.bb index 0f99c0ba9b..67e71eac73 100644 --- a/recipes/neon/neon_0.25.5.bb +++ b/recipes/neon/neon_0.25.5.bb @@ -18,3 +18,6 @@ EXTRA_AUTORECONF=" -I ${S}/macros " do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "b5fdb71dd407f0a3de0f267d27c9ab17" +SRC_URI[sha256sum] = "b5513f88cb54c5f11e4c8348ee6c7ace9767b45c263c3a3ba8a5ce4e2b40a07a" diff --git a/recipes/neon/neon_0.26.0.bb b/recipes/neon/neon_0.26.0.bb index 4df99f7b2c..cc327467d3 100644 --- a/recipes/neon/neon_0.26.0.bb +++ b/recipes/neon/neon_0.26.0.bb @@ -16,3 +16,6 @@ EXTRA_AUTORECONF=" -I ${S}/macros " do_stage () { autotools_stage_all } + +SRC_URI[md5sum] = "076072f11c5278f4c4b7de189ea1506e" +SRC_URI[sha256sum] = "76472e51576b42bfc129e487ae7dd3a5e1f1f380105b422fc14ee408e3a881df" |