From 44985d56bc556786812a0a02d6219afd31a7381d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 10 Apr 2010 11:21:48 +0200 Subject: 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 --- recipes/neon/neon_0.25.5.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/neon/neon_0.25.5.bb') 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" -- cgit 1.2.3-korg