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/libedit/libedit_20050118.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/libedit') diff --git a/recipes/libedit/libedit_20050118.bb b/recipes/libedit/libedit_20050118.bb index eee231a22a..71029330cc 100644 --- a/recipes/libedit/libedit_20050118.bb +++ b/recipes/libedit/libedit_20050118.bb @@ -38,3 +38,6 @@ do_install() { } FILES_${PN} = "${libdir}/libedit.so" + +SRC_URI[md5sum] = "c261f059f71cef79d0f793ba944a5891" +SRC_URI[sha256sum] = "494c19b29d2880d92361bb5bd0e02b8db9cd2dd9c1c3b330170a91e215911f89" -- cgit 1.2.3-korg