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/ssmtp/ssmtp_2.61.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/ssmtp') diff --git a/recipes/ssmtp/ssmtp_2.61.bb b/recipes/ssmtp/ssmtp_2.61.bb index c8461ab29c..c34ae74499 100644 --- a/recipes/ssmtp/ssmtp_2.61.bb +++ b/recipes/ssmtp/ssmtp_2.61.bb @@ -37,3 +37,6 @@ pkg_postinst () { pkg_postrm () { update-alternatives --remove ${sbindir}/sendmail sendmail } + +SRC_URI[md5sum] = "957e6fff08625fe34f4fc33d0925bbc9" +SRC_URI[sha256sum] = "2151ad18cb73f9a254f796dde2b48be7318b45410b59fedbb258db5a41044fb5" -- cgit 1.2.3-korg