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/libidl/libidl_0.8.10.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/libidl/libidl_0.8.10.bb') diff --git a/recipes/libidl/libidl_0.8.10.bb b/recipes/libidl/libidl_0.8.10.bb index 8865734d91..8ba48864b4 100644 --- a/recipes/libidl/libidl_0.8.10.bb +++ b/recipes/libidl/libidl_0.8.10.bb @@ -6,3 +6,6 @@ PR = "r0" BINCONFIG_GLOB = "*-config-2" inherit autotools pkgconfig binconfig + +SRC_URI[md5sum] = "9e10a77ff225587e59c0a28c66b4faa7" +SRC_URI[sha256sum] = "91a5b69435f10002b222be022c832d9860a93e0bc181e3f94abc150486ab031a" -- cgit 1.2.3-korg