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/linux-hotplug/linux-hotplug_20040329.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/linux-hotplug/linux-hotplug_20040329.bb') diff --git a/recipes/linux-hotplug/linux-hotplug_20040329.bb b/recipes/linux-hotplug/linux-hotplug_20040329.bb index 80d6eca339..b7c9261e65 100644 --- a/recipes/linux-hotplug/linux-hotplug_20040329.bb +++ b/recipes/linux-hotplug/linux-hotplug_20040329.bb @@ -48,3 +48,6 @@ do_install () { install -m 0755 ${WORKDIR}/mmc.agent ${D}${sysconfdir}/hotplug/ install -m 0755 ${WORKDIR}/usbd.agent ${D}${sysconfdir}/hotplug/ } + +SRC_URI[md5sum] = "167bd479a1ca30243c51ca088e0942b3" +SRC_URI[sha256sum] = "397e06eefc4639342e9f650cc47336ebc8c86a37fdcd9b857e55f99d37d8da9f" -- cgit 1.2.3-korg