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/gputty/gputty_0.9.8.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/gputty') diff --git a/recipes/gputty/gputty_0.9.8.bb b/recipes/gputty/gputty_0.9.8.bb index 5e1ed06357..1658dbecf3 100644 --- a/recipes/gputty/gputty_0.9.8.bb +++ b/recipes/gputty/gputty_0.9.8.bb @@ -25,3 +25,6 @@ do_install() { # Save the configuration file in the package FILES_${PN} += " /etc/gputty" + +SRC_URI[md5sum] = "d227a37a8a7b036eed44e4278db45735" +SRC_URI[sha256sum] = "fcee22d7e31a936cde4672ac318ffabb9d39b7fc3b74de391bdade1419c59dfd" -- cgit v1.2.3