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/imposter/imposter_0.3.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/imposter') diff --git a/recipes/imposter/imposter_0.3.bb b/recipes/imposter/imposter_0.3.bb index 1e742190c8..8e7466c8a4 100644 --- a/recipes/imposter/imposter_0.3.bb +++ b/recipes/imposter/imposter_0.3.bb @@ -5,3 +5,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz" DEPENDS = "gtk+" inherit autotools pkgconfig + +SRC_URI[md5sum] = "5bcaa0fe3fec26840c8f1ecefc891887" +SRC_URI[sha256sum] = "53b67c08477623bb03436f79bf2ca859d7cd9684c57775ea539e1db449658236" -- cgit v1.2.3