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/hwdata | |
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/hwdata')
-rw-r--r-- | recipes/hwdata/hwdata_0.191.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/hwdata/hwdata_0.191.bb b/recipes/hwdata/hwdata_0.191.bb index 5d607ddc1a..b69ddc5ec2 100644 --- a/recipes/hwdata/hwdata_0.191.bb +++ b/recipes/hwdata/hwdata_0.191.bb @@ -14,3 +14,8 @@ do_install() { mkdir -p ${D}${datadir}/hwdata install -m 644 MonitorsDB pci* usb.ids video* upgradelist ${D}${datadir}/hwdata } + +SRC_URI[md5sum] = "7a261b9eb813406f73b5eca2570f949a" +SRC_URI[sha256sum] = "3cc7f3ef2cd0f789ef1665102e214fe2e6b29b5eb285c3c8a3216c5c98fa563d" +SRC_URI[md5sum] = "0719e6cccf5279b4d2fb0a3ddbecd874" +SRC_URI[sha256sum] = "8276d76e45e3e827fc109940fcc3afe010ec8ddd583f44b3c946af6c29f2d828" |