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/dbus/dbus_1.2.3.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/dbus/dbus_1.2.3.bb') diff --git a/recipes/dbus/dbus_1.2.3.bb b/recipes/dbus/dbus_1.2.3.bb index f331b140aa..fa8331b0e7 100644 --- a/recipes/dbus/dbus_1.2.3.bb +++ b/recipes/dbus/dbus_1.2.3.bb @@ -1,3 +1,6 @@ include dbus.inc PR = "r0" + +SRC_URI[dbus.md5sum] = "f71641385768e99361bd298568207cee" +SRC_URI[dbus.sha256sum] = "16ffaa4a8758f115cf02c78962b0849ed4d802872420fd460c433a9cd580ed1a" -- cgit 1.2.3-korg