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/libsdl/pushover_0.0.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/libsdl/pushover_0.0.1.bb') diff --git a/recipes/libsdl/pushover_0.0.1.bb b/recipes/libsdl/pushover_0.0.1.bb index 8645f10a7f..fb8127913a 100644 --- a/recipes/libsdl/pushover_0.0.1.bb +++ b/recipes/libsdl/pushover_0.0.1.bb @@ -6,3 +6,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pushover/pushover-${PV}.tar.gz" inherit autotools + +SRC_URI[md5sum] = "aeb0f0927f596623c5a1ea9cc27220e0" +SRC_URI[sha256sum] = "612050d95b78a3c355a0f9630e4c7c2230ce3e9bdaa43f5a1392ad4d62608230" -- cgit 1.2.3-korg