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/batmand | |
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/batmand')
-rw-r--r-- | recipes/batmand/batmand_0.3.2.bb | 3 | ||||
-rw-r--r-- | recipes/batmand/batmand_0.3.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/batmand/batmand_0.3.2.bb b/recipes/batmand/batmand_0.3.2.bb index f359f5e7ca..97b357e3ba 100644 --- a/recipes/batmand/batmand_0.3.2.bb +++ b/recipes/batmand/batmand_0.3.2.bb @@ -1,3 +1,6 @@ require batmand.inc PR = "${INC_PR}.1" + +SRC_URI[md5sum] = "3f2f6b408828d34c5c2f1445e744e6ac" +SRC_URI[sha256sum] = "2b0f22efc1bda016649db8d6e1214e381d034befa9c9835c3a6a75d5f95cf931" diff --git a/recipes/batmand/batmand_0.3.bb b/recipes/batmand/batmand_0.3.bb index f359f5e7ca..7b211116bd 100644 --- a/recipes/batmand/batmand_0.3.bb +++ b/recipes/batmand/batmand_0.3.bb @@ -1,3 +1,6 @@ require batmand.inc PR = "${INC_PR}.1" + +SRC_URI[md5sum] = "54812e81f70a4155edcce88f0c7aeb02" +SRC_URI[sha256sum] = "846f34019c6f30bbb88790088a0e205c7a4e7ee0ab656a5ea3b4b624a0a028cb" |