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/ser/ser_0.9.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/ser') diff --git a/recipes/ser/ser_0.9.0.bb b/recipes/ser/ser_0.9.0.bb index 010b1528fb..c92945b9f1 100644 --- a/recipes/ser/ser_0.9.0.bb +++ b/recipes/ser/ser_0.9.0.bb @@ -23,3 +23,6 @@ do_install() { } FILES_${PN}-dbg += "${libdir}/ser/modules/.debug ${sbindir}/.debug" + +SRC_URI[md5sum] = "ae1f9b237f0006785ff22eafa1470ac4" +SRC_URI[sha256sum] = "65eb4c5735859f3ed191437749a85e9fd24a66a6567025f36a0739f9c34c444e" -- cgit 1.2.3-korg