From 44985d56bc556786812a0a02d6219afd31a7381d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 10 Apr 2010 11:21:48 +0200 Subject: 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 --- recipes/twin/twin_0.4.6.bb | 3 +++ recipes/twin/twutils_0.2.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/twin') 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" -- cgit 1.2.3-korg