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/wakelan/wakelan_1.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/wakelan') diff --git a/recipes/wakelan/wakelan_1.1.bb b/recipes/wakelan/wakelan_1.1.bb index 80f36c5ae5..b6105c83cd 100644 --- a/recipes/wakelan/wakelan_1.1.bb +++ b/recipes/wakelan/wakelan_1.1.bb @@ -14,3 +14,6 @@ do_install () { FILES = "${bindir}/wakelan" INHIBIT_AUTO_STAGE = "1" + +SRC_URI[md5sum] = "4a3a31d874967cd6ac761b7d4323e0d5" +SRC_URI[sha256sum] = "3df5eb8f877648799ab623cf1718ecc6f86eb0c2f51d344d8e860442dcc5cd6f" -- cgit 1.2.3-korg