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/gutenprint | |
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/gutenprint')
-rw-r--r-- | recipes/gutenprint/gutenprint_5.1.3.bb | 3 | ||||
-rw-r--r-- | recipes/gutenprint/ijs_0.35.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/gutenprint/gutenprint_5.1.3.bb b/recipes/gutenprint/gutenprint_5.1.3.bb index f0e0b734ab..afe2ecd3f6 100644 --- a/recipes/gutenprint/gutenprint_5.1.3.bb +++ b/recipes/gutenprint/gutenprint_5.1.3.bb @@ -46,3 +46,6 @@ FILES_${PN} += "${datadir}/cups/model ${libdir}/cups ${datadir}/cups/calibrate.p FILES_${PN}-dbg += "${libdir}/cups/*/.debug" + +SRC_URI[md5sum] = "276196ad27fa7d4b8b3ed3ca9c4af64c" +SRC_URI[sha256sum] = "6be13b32d9f222506368bf214f8ba0a3ef08a36b1ebbed8be61cfe38ca2f35c7" diff --git a/recipes/gutenprint/ijs_0.35.bb b/recipes/gutenprint/ijs_0.35.bb index 18407480c9..528230adfd 100644 --- a/recipes/gutenprint/ijs_0.35.bb +++ b/recipes/gutenprint/ijs_0.35.bb @@ -13,3 +13,6 @@ do_stage() { } + +SRC_URI[md5sum] = "896fdcb7a01c586ba6eb81398ea3f6e9" +SRC_URI[sha256sum] = "11a5f5084488c480f3ff5a24d64d7147bb64272bf60a0ba51330a56c5b50cab9" |