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/emul/emul_1.0.5.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/emul') diff --git a/recipes/emul/emul_1.0.5.bb b/recipes/emul/emul_1.0.5.bb index 6e1bf99616..cc0bcf30c9 100644 --- a/recipes/emul/emul_1.0.5.bb +++ b/recipes/emul/emul_1.0.5.bb @@ -30,3 +30,6 @@ PACKAGES =+ "sirfmon" SECTION_sirfmon = "network" FILES_sirfmon = "${bindir}" FILES_${PN} = "${libdir}" + +SRC_URI[md5sum] = "f713b4d3c6a733b429de2673e4427483" +SRC_URI[sha256sum] = "b91c7fb6420f6787d34b88b1e0d2e705e1006b5bce17235356f84a3c14329612" -- cgit 1.2.3-korg