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/zbedic | |
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/zbedic')
-rw-r--r-- | recipes/zbedic/libbedic_1.1.bb | 3 | ||||
-rw-r--r-- | recipes/zbedic/zbedic_1.2.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/zbedic/libbedic_1.1.bb b/recipes/zbedic/libbedic_1.1.bb index 9d2193d4ee..f01304dc95 100644 --- a/recipes/zbedic/libbedic_1.1.bb +++ b/recipes/zbedic/libbedic_1.1.bb @@ -40,3 +40,6 @@ do_stage() { } FILES_${PN}-dev = "${includedir} ${libdir}" + +SRC_URI[md5sum] = "211ea5a881b5691ec7a1aedbe7fc406c" +SRC_URI[sha256sum] = "0cb299278f17d4580d9b1b56df8b7c356afb016f2a68ce7d13a8169f74e2a16b" diff --git a/recipes/zbedic/zbedic_1.2.bb b/recipes/zbedic/zbedic_1.2.bb index 61348c32f2..9b555ce7e9 100644 --- a/recipes/zbedic/zbedic_1.2.bb +++ b/recipes/zbedic/zbedic_1.2.bb @@ -43,3 +43,6 @@ do_install() { PACKAGES = "${PN}-dbg ${PN}-doc ${PN} ${PN}-dev" FILES_${PN}-doc += "${palmtopdir}/help" + +SRC_URI[md5sum] = "c7e8e267567a96cff7920a0365978c4d" +SRC_URI[sha256sum] = "b991cc5635849353081c2a3350142484763323bc58bfa49b62285645aac129b9" |