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/atftp/atftp_0.7.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'recipes/atftp') diff --git a/recipes/atftp/atftp_0.7.bb b/recipes/atftp/atftp_0.7.bb index 9bcc18edde..3959081739 100644 --- a/recipes/atftp/atftp_0.7.bb +++ b/recipes/atftp/atftp_0.7.bb @@ -21,3 +21,8 @@ do_install_append() { install -d ${D}${sysconfdir}/init.d install -m 0755 ${WORKDIR}/atftpd.init ${D}${sysconfdir}/init.d/atftpd } + +SRC_URI[md5sum] = "3b27365772d918050b2251d98a9c7c82" +SRC_URI[sha256sum] = "9c548c44d3cfdf259118d9fd4e468e1fe4567456dbff8ff59838c5f70ef62ea3" +SRC_URI[md5sum] = "b5d570affb1412e8e90b9dd24554ad96" +SRC_URI[sha256sum] = "9aa41c8c88ecb1163b7ac69824ac390d6eaaa30ed31a0624486e43f414ec6b7a" -- cgit 1.2.3-korg