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/bluez/bluez4_4.42.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/bluez/bluez4_4.42.bb') diff --git a/recipes/bluez/bluez4_4.42.bb b/recipes/bluez/bluez4_4.42.bb index 2d882759f9..0573d7ac3d 100644 --- a/recipes/bluez/bluez4_4.42.bb +++ b/recipes/bluez/bluez4_4.42.bb @@ -3,3 +3,6 @@ require bluez4.inc DEPENDS += "libsndfile1" PR = "${INC_PR}.1" + +SRC_URI[md5sum] = "d24dfd3ca42847123e29f58b29af6948" +SRC_URI[sha256sum] = "ed7631a6d22b456eb26b881bdbe46ea47f93d2f192da420408bad4bbc245f796" -- cgit 1.2.3-korg