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/ogre | |
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/ogre')
-rw-r--r-- | recipes/ogre/freeimage_3.11.0.bb | 3 | ||||
-rw-r--r-- | recipes/ogre/wgois_1.2.0.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/ogre/freeimage_3.11.0.bb b/recipes/ogre/freeimage_3.11.0.bb index 582372c830..fd238f275a 100644 --- a/recipes/ogre/freeimage_3.11.0.bb +++ b/recipes/ogre/freeimage_3.11.0.bb @@ -26,3 +26,6 @@ do_install() { oe_runmake INSTALLDIR="${D}${libdir}" INCDIR="${D}${includedir}" install } + +SRC_URI[md5sum] = "ad1db36414391417654ba7bf1c0277d3" +SRC_URI[sha256sum] = "84021b8c0b86e5801479474ad9a99c18d121508ee16d363e02ddcbf24195340c" diff --git a/recipes/ogre/wgois_1.2.0.bb b/recipes/ogre/wgois_1.2.0.bb index 8efed6092d..99ba216821 100644 --- a/recipes/ogre/wgois_1.2.0.bb +++ b/recipes/ogre/wgois_1.2.0.bb @@ -13,3 +13,6 @@ FILES_${PN} += "${libdir}/libOIS-1*.so" + +SRC_URI[md5sum] = "6a8cedad04f095127ca1455162fec955" +SRC_URI[sha256sum] = "175414df5d7b924779fa513ea614081ae55ae708a5e29473e74911297e4be708" |