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/groff | |
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/groff')
-rw-r--r-- | recipes/groff/groff_1.19.1.bb | 3 | ||||
-rw-r--r-- | recipes/groff/groff_1.19.2.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/groff/groff_1.19.1.bb b/recipes/groff/groff_1.19.1.bb index dbf21e781e..6046e9aedd 100644 --- a/recipes/groff/groff_1.19.1.bb +++ b/recipes/groff/groff_1.19.1.bb @@ -21,3 +21,6 @@ do_configure () { # oe_runmake 'PREFIX=${D}' install #} + +SRC_URI[md5sum] = "57d155378640c12a80642664dfdfc892" +SRC_URI[sha256sum] = "e07c495a18679b79c7c6f6f475689a33ab2a8ee5af4783e915f08134d1f546d2" diff --git a/recipes/groff/groff_1.19.2.bb b/recipes/groff/groff_1.19.2.bb index 03752fa3a1..f6a19e5a4a 100644 --- a/recipes/groff/groff_1.19.2.bb +++ b/recipes/groff/groff_1.19.2.bb @@ -27,3 +27,6 @@ do_configure() { do_install_prepend() { install -m 0755 -d ${D} } + +SRC_URI[md5sum] = "f7c9cf2e4b9967d3af167d7c9fadaae4" +SRC_URI[sha256sum] = "d864fbd0bf6dea24e4f71736da9902a1cae86d0a1a893b5fe17118927257ec3e" |