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/espeak/espeak_1.37.bb | |
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/espeak/espeak_1.37.bb')
-rw-r--r-- | recipes/espeak/espeak_1.37.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/espeak/espeak_1.37.bb b/recipes/espeak/espeak_1.37.bb index f465f6f270..fb94bd347e 100644 --- a/recipes/espeak/espeak_1.37.bb +++ b/recipes/espeak/espeak_1.37.bb @@ -45,3 +45,6 @@ do_stage() { install -m 0644 ${S}/src/speak_lib.h ${STAGING_INCDIR}/espeak/ oe_libinstall -so -C src libespeak ${STAGING_LIBDIR} } + +SRC_URI[md5sum] = "5c7b292d0537232868b4ac1317d76c02" +SRC_URI[sha256sum] = "77f406c345362185ec4f362bf49f61d202e01ac9b9cd5c14f803195a544ce6d3" |