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/gpe-irc/gpe-irc_0.08.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gpe-irc') diff --git a/recipes/gpe-irc/gpe-irc_0.08.bb b/recipes/gpe-irc/gpe-irc_0.08.bb index 77476a7cb9..f8064c9bac 100644 --- a/recipes/gpe-irc/gpe-irc_0.08.bb +++ b/recipes/gpe-irc/gpe-irc_0.08.bb @@ -4,3 +4,6 @@ DESCRIPTION = "31337 IRC client." DEPENDS = "gtk+ libgpewidget" SECTION = "gpe" PRIORITY = "optional" + +SRC_URI[md5sum] = "0f934a03d8c4d18a9a977ff704a741c5" +SRC_URI[sha256sum] = "4731b10ca33f1a4cdf01dea88144d602bc23a8f5a8f12d925b59ce56e837b79c" -- cgit 1.2.3-korg