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/hotplug-ng | |
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/hotplug-ng')
-rw-r--r-- | recipes/hotplug-ng/hotplug-ng_001.bb | 3 | ||||
-rw-r--r-- | recipes/hotplug-ng/hotplug-ng_002.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/hotplug-ng/hotplug-ng_001.bb b/recipes/hotplug-ng/hotplug-ng_001.bb index c76c0f06eb..35499bdc43 100644 --- a/recipes/hotplug-ng/hotplug-ng_001.bb +++ b/recipes/hotplug-ng/hotplug-ng_001.bb @@ -23,3 +23,6 @@ export bindir = "${base_bindir}" do_install () { oe_runmake 'DESTDIR=${D}' install } + +SRC_URI[md5sum] = "e81d4159a01620b37721b2a05d6a4740" +SRC_URI[sha256sum] = "af40399fe434678454ae8ea100db6cba0482aa65b8972a05098c779cac57bc48" diff --git a/recipes/hotplug-ng/hotplug-ng_002.bb b/recipes/hotplug-ng/hotplug-ng_002.bb index 3c5014be9a..fc38c1dc8f 100644 --- a/recipes/hotplug-ng/hotplug-ng_002.bb +++ b/recipes/hotplug-ng/hotplug-ng_002.bb @@ -23,3 +23,6 @@ export bindir = "${base_bindir}" do_install () { oe_runmake 'DESTDIR=${D}' install } + +SRC_URI[md5sum] = "faa08f321fefd2c61ce4c9355a62fe31" +SRC_URI[sha256sum] = "ca7ef124cde06883fbf28c7e78ce1e4c5526434bbe5672ef0a3e85a61a9d0b5f" |