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/libevent/libevent_1.1a.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/libevent/libevent_1.1a.bb') diff --git a/recipes/libevent/libevent_1.1a.bb b/recipes/libevent/libevent_1.1a.bb index 7cbbac2dfe..a72f3f8f54 100644 --- a/recipes/libevent/libevent_1.1a.bb +++ b/recipes/libevent/libevent_1.1a.bb @@ -14,3 +14,6 @@ do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "6cc776458ecaf9247550863702a44d7c" +SRC_URI[sha256sum] = "1725cd3dd9ec87a68316c36a50ab653c7e9581c91f9b1b7e9af42a9c7c499d8e" -- cgit 1.2.3-korg