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.56.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/bluez/bluez4_4.56.bb') diff --git a/recipes/bluez/bluez4_4.56.bb b/recipes/bluez/bluez4_4.56.bb index 79e3005462..15892a6985 100644 --- a/recipes/bluez/bluez4_4.56.bb +++ b/recipes/bluez/bluez4_4.56.bb @@ -14,3 +14,6 @@ BTUDEV_angstrom = " --enable-udevrules" BTUDEV_shr = " --enable-udevrules" EXTRA_OECONF += "${BTUDEV}" + +SRC_URI[md5sum] = "92ea2e86a5489f0d16567920f2ec9b36" +SRC_URI[sha256sum] = "24c8ce0626edb9ef8799a95ecfc252635842038242fba8fe90301f1e0eabfb8b" -- cgit 1.2.3-korg