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/geany/geany_0.14.bb | 3 +++ recipes/geany/geany_0.18.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/geany') diff --git a/recipes/geany/geany_0.14.bb b/recipes/geany/geany_0.14.bb index 525f4cfa0a..fa93690ce4 100644 --- a/recipes/geany/geany_0.14.bb +++ b/recipes/geany/geany_0.14.bb @@ -11,3 +11,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/geany/${P}.tar.bz2" inherit autotools pkgconfig EXTRA_OECONF = "--disable-plugins --disable-vte" + +SRC_URI[md5sum] = "c6c22c7f9feff81a15f5c8ece03b87c1" +SRC_URI[sha256sum] = "619d59b339e1be7687058460c105b8f2d4f00e6409e4450dee385e3086fdf6d7" diff --git a/recipes/geany/geany_0.18.bb b/recipes/geany/geany_0.18.bb index d2d0fed363..60ac2c0dcb 100644 --- a/recipes/geany/geany_0.18.bb +++ b/recipes/geany/geany_0.18.bb @@ -11,3 +11,6 @@ SRC_URI = "http://download.geany.org/geany-${PV}.tar.bz2 \ file://no-bogus-cxx-check.diff;patch=1 \ " + +SRC_URI[md5sum] = "d8e301f6933c828e2c36b3afdb3f4c34" +SRC_URI[sha256sum] = "7cb387d394b58b9ee1119dc6770b437e4a4c9e72b591b0bd431e54558f51212d" -- cgit 1.2.3-korg