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/db/db-native_4.3.29.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/db/db-native_4.3.29.bb') diff --git a/recipes/db/db-native_4.3.29.bb b/recipes/db/db-native_4.3.29.bb index 0e6381bca1..07ac4488e7 100644 --- a/recipes/db/db-native_4.3.29.bb +++ b/recipes/db/db-native_4.3.29.bb @@ -1,2 +1,5 @@ require db_${PV}.bb require db4-native.inc + +SRC_URI[md5sum] = "200b9f5d74175875fcb3ee54adbf0007" +SRC_URI[sha256sum] = "a1fa714482f25a67a19490303a0164326ac63bd7653ae3f4664c2536b14f3337" -- cgit 1.2.3-korg