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/gpesyncd/gpesyncd_2.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gpesyncd/gpesyncd_2.0.bb') diff --git a/recipes/gpesyncd/gpesyncd_2.0.bb b/recipes/gpesyncd/gpesyncd_2.0.bb index 69e0a677ec..034705b119 100644 --- a/recipes/gpesyncd/gpesyncd_2.0.bb +++ b/recipes/gpesyncd/gpesyncd_2.0.bb @@ -10,3 +10,6 @@ inherit autotools gpe FILES_${PN} += "${datadir}/gpe" + +SRC_URI[md5sum] = "399bbb65ddd5d7c4bcd328d2e3880532" +SRC_URI[sha256sum] = "26db3e8e03af47ffdbf5951e3bbfa2b7ccfd13e03fdac9f4b2d9111a436bc8f7" -- cgit 1.2.3-korg