diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-10 11:21:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 20:07:27 +0200 |
commit | 44985d56bc556786812a0a02d6219afd31a7381d (patch) | |
tree | 9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/linux-hotplug | |
parent | a8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff) |
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux-hotplug')
-rw-r--r-- | recipes/linux-hotplug/linux-hotplug_20040329.bb | 3 | ||||
-rw-r--r-- | recipes/linux-hotplug/linux-hotplug_20040920.bb | 3 |
2 files changed, 6 insertions, 0 deletions
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" diff --git a/recipes/linux-hotplug/linux-hotplug_20040920.bb b/recipes/linux-hotplug/linux-hotplug_20040920.bb index 5cab3b81d8..854d557cca 100644 --- a/recipes/linux-hotplug/linux-hotplug_20040920.bb +++ b/recipes/linux-hotplug/linux-hotplug_20040920.bb @@ -73,3 +73,6 @@ do_install () { install -m 0644 ${WORKDIR}/sysconfig-usb ${D}${sysconfdir}/sysconfig/usb install -m 0755 ${WORKDIR}/usb-storage ${D}${sysconfdir}/hotplug/usb } + +SRC_URI[md5sum] = "9e6b06dfa3b91f051b55e1483adb5a68" +SRC_URI[sha256sum] = "3f2d989f7cbef92612b1ecd913398fc42165e29f214fdf68fa997a8e5b2a138f" |