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/libmicrohttpd/libmicrohttpd_0.4.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/libmicrohttpd') diff --git a/recipes/libmicrohttpd/libmicrohttpd_0.4.2.bb b/recipes/libmicrohttpd/libmicrohttpd_0.4.2.bb index cdf721c26e..6a516af5a4 100644 --- a/recipes/libmicrohttpd/libmicrohttpd_0.4.2.bb +++ b/recipes/libmicrohttpd/libmicrohttpd_0.4.2.bb @@ -13,3 +13,6 @@ do_stage() { oe_runmake DESTDIR="${D}" install autotools_stage_all } + +SRC_URI[md5sum] = "2853d8f32417e3c5f3b18fda38f96e52" +SRC_URI[sha256sum] = "1e095469f7d159e5b9c91106484e10f0b3ce3265c55b9864407bd4ea5952111f" -- cgit 1.2.3-korg