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/fbgetty/fbgetty_0.1.698.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/fbgetty') diff --git a/recipes/fbgetty/fbgetty_0.1.698.bb b/recipes/fbgetty/fbgetty_0.1.698.bb index 807662fc80..a0d4fb7801 100644 --- a/recipes/fbgetty/fbgetty_0.1.698.bb +++ b/recipes/fbgetty/fbgetty_0.1.698.bb @@ -7,3 +7,6 @@ SRC_URI = "http://ftp3.ie.freebsd.org/pub/gentoo/distfiles/fbgetty-${PV}.tar.gz B = "${WORKDIR}/build.${HOST_SYS}.${TARGET_SYS}" inherit autotools + +SRC_URI[md5sum] = "1705bc0f8f1e03fe50d324ba84ac4e56" +SRC_URI[sha256sum] = "332cbffa7c489b39a7d13d12d581c27dfc57ba098041431a6845b44785cf2d35" -- cgit 1.2.3-korg