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/dillo/dillo_0.8.6.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/dillo/dillo_0.8.6.bb') diff --git a/recipes/dillo/dillo_0.8.6.bb b/recipes/dillo/dillo_0.8.6.bb index 925583d6f7..1f432b0cfc 100644 --- a/recipes/dillo/dillo_0.8.6.bb +++ b/recipes/dillo/dillo_0.8.6.bb @@ -28,3 +28,6 @@ do_install_append() { install -m 0644 ${WORKDIR}/dillo.desktop ${D}${datadir}/applications/dillo.desktop install -m 0644 ${WORKDIR}/dillo.png ${D}${datadir}/pixmaps/dillo.png } + +SRC_URI[md5sum] = "b65233d368bbd265a55effcf2c17f84b" +SRC_URI[sha256sum] = "47e695a5d370eb656f5e41eeb917ad6281b1559bf60172c9eca89b5518a9f9b9" -- cgit 1.2.3-korg