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/c-nc/c-nc_0.5.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/c-nc') diff --git a/recipes/c-nc/c-nc_0.5.bb b/recipes/c-nc/c-nc_0.5.bb index b7d91621db..bccd019c3a 100644 --- a/recipes/c-nc/c-nc_0.5.bb +++ b/recipes/c-nc/c-nc_0.5.bb @@ -17,3 +17,6 @@ do_install() { install -m 0755 ${S}/c-nc.desktop ${D}${datadir}/applications/ } + +SRC_URI[md5sum] = "ae0d222169d11a8ca790148347ac7d74" +SRC_URI[sha256sum] = "141730e220eff50b5b3e644211e22a08bc0aacaa6da6fa16f260c57114d0cfdc" -- cgit 1.2.3-korg