From 44985d56bc556786812a0a02d6219afd31a7381d Mon Sep 17 00:00:00 2001 From: Martin Jansa <Martin.Jansa@gmail.com> 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 <Martin.Jansa@gmail.com> --- recipes/ptpd/ptpd_1.0.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/ptpd') diff --git a/recipes/ptpd/ptpd_1.0.0.bb b/recipes/ptpd/ptpd_1.0.0.bb index a5263a07ef..656430ecb2 100644 --- a/recipes/ptpd/ptpd_1.0.0.bb +++ b/recipes/ptpd/ptpd_1.0.0.bb @@ -12,3 +12,6 @@ do_install() { install -m 4555 ptpd ${D}${bindir} install -m 644 ptpd.8 ${D}${mandir}/man8 } + +SRC_URI[md5sum] = "b112b2bedc7f6e6e11a838608b9e0357" +SRC_URI[sha256sum] = "8ac1fdcad1e246b0395097dd9af29966c6823533d7e6989aae91506048fb51bc" -- cgit v1.2.3