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/abuse/abuse_0.7.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/abuse') diff --git a/recipes/abuse/abuse_0.7.0.bb b/recipes/abuse/abuse_0.7.0.bb index 17280718b8..9c64c4315a 100644 --- a/recipes/abuse/abuse_0.7.0.bb +++ b/recipes/abuse/abuse_0.7.0.bb @@ -9,3 +9,6 @@ S = "${WORKDIR}/abuse_sdl-${PV}" inherit autotools sdl FILES_${PN} += "${datadir}/games" + +SRC_URI[md5sum] = "59ea4498886642aa975f04233cc92558" +SRC_URI[sha256sum] = "bda8a3c42733853444e1d4bee16e85990b78c2eaafc4b26e0769be2e14dab931" -- cgit v1.2.3