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/twin | |
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/twin')
-rw-r--r-- | recipes/twin/twin_0.4.6.bb | 3 | ||||
-rw-r--r-- | recipes/twin/twutils_0.2.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/twin/twin_0.4.6.bb b/recipes/twin/twin_0.4.6.bb index fdb9c25e39..6490e57600 100644 --- a/recipes/twin/twin_0.4.6.bb +++ b/recipes/twin/twin_0.4.6.bb @@ -19,3 +19,6 @@ do_stage () { install -d ${STAGING_INCDIR}/Tw install -m 0644 include/Tw/*.h ${STAGING_INCDIR}/Tw/ } + +SRC_URI[md5sum] = "92429bb5550a4c231085585a3473bf4d" +SRC_URI[sha256sum] = "67c4b7677469040b4fc37c084bc4f1ef4c365477e79862c3dc7c256c9f9257c2" diff --git a/recipes/twin/twutils_0.2.bb b/recipes/twin/twutils_0.2.bb index b50a080944..12d7aca9aa 100644 --- a/recipes/twin/twutils_0.2.bb +++ b/recipes/twin/twutils_0.2.bb @@ -16,3 +16,6 @@ do_compile() { cd ${S}/$i && oe_runmake LDFLAGS="${LDFLAGS}" done } + +SRC_URI[md5sum] = "313d47ae27c3c4d51317626421c78284" +SRC_URI[sha256sum] = "e4ac5c2a59e1c9f80b19c5703240e125592018f40972c2628171d0eeddd15e7b" |