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/cppunit | |
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/cppunit')
-rw-r--r-- | recipes/cppunit/cppunit_1.10.2.bb | 3 | ||||
-rw-r--r-- | recipes/cppunit/cppunit_1.12.1.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/cppunit/cppunit_1.10.2.bb b/recipes/cppunit/cppunit_1.10.2.bb index e4c146eede..5b4ee99c5f 100644 --- a/recipes/cppunit/cppunit_1.10.2.bb +++ b/recipes/cppunit/cppunit_1.10.2.bb @@ -18,3 +18,6 @@ do_stage () { cd ./src/cppunit/.libs/ oe_libinstall -a -so libcppunit ${STAGING_LIBDIR} } + +SRC_URI[md5sum] = "0bc06cd219410f7d4f6bbfc9bdd7c824" +SRC_URI[sha256sum] = "71b626958e3d8927d236f462b2becd192a113d1d6d38b8d567bdc181b5069ccf" diff --git a/recipes/cppunit/cppunit_1.12.1.bb b/recipes/cppunit/cppunit_1.12.1.bb index da0fcfa60a..e25f5c351d 100644 --- a/recipes/cppunit/cppunit_1.12.1.bb +++ b/recipes/cppunit/cppunit_1.12.1.bb @@ -14,3 +14,6 @@ inherit autotools_stage binconfig CXXFLAGS_powerpc += "-lstdc++" + +SRC_URI[md5sum] = "bd30e9cf5523cdfc019b94f5e1d7fd19" +SRC_URI[sha256sum] = "ac28a04c8e6c9217d910b0ae7122832d28d9917fa668bcc9e0b8b09acb4ea44a" |