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/dt/dt_15.14.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/dt/dt_15.14.bb') diff --git a/recipes/dt/dt_15.14.bb b/recipes/dt/dt_15.14.bb index 346b312c73..af2205afbf 100644 --- a/recipes/dt/dt_15.14.bb +++ b/recipes/dt/dt_15.14.bb @@ -9,3 +9,6 @@ do_install() { install -d ${D}${bindir} install -m 0755 dt ${D}${bindir} } + +SRC_URI[md5sum] = "5776233a2d301a50b314306538257a45" +SRC_URI[sha256sum] = "2f27fda643093e07161d128a9cc23cf30c0387f87cd911b904d84217f60a9a2a" -- cgit 1.2.3-korg