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/sphinx-speech/pocketsphinx_0.2.1.bb | 3 +++ recipes/sphinx-speech/pocketsphinx_0.4.1.bb | 3 +++ recipes/sphinx-speech/sphinxbase_0.1.bb | 3 +++ recipes/sphinx-speech/sphinxbase_0.3.bb | 3 +++ 4 files changed, 12 insertions(+) (limited to 'recipes/sphinx-speech') diff --git a/recipes/sphinx-speech/pocketsphinx_0.2.1.bb b/recipes/sphinx-speech/pocketsphinx_0.2.1.bb index 813146ed86..d700ff06e3 100644 --- a/recipes/sphinx-speech/pocketsphinx_0.2.1.bb +++ b/recipes/sphinx-speech/pocketsphinx_0.2.1.bb @@ -11,3 +11,6 @@ inherit autotools do_configure () { CPPFLAGS="-I${STAGING_INCDIR}/sphinxbase" oe_runconf } + +SRC_URI[md5sum] = "65408ad948c0b9e21dd5813e68ef76ad" +SRC_URI[sha256sum] = "74c83c3283178656a6fc1ee571fb1ebbddda8f3b7c32ad405477ae278b0cf867" diff --git a/recipes/sphinx-speech/pocketsphinx_0.4.1.bb b/recipes/sphinx-speech/pocketsphinx_0.4.1.bb index 813146ed86..d3d316d258 100644 --- a/recipes/sphinx-speech/pocketsphinx_0.4.1.bb +++ b/recipes/sphinx-speech/pocketsphinx_0.4.1.bb @@ -11,3 +11,6 @@ inherit autotools do_configure () { CPPFLAGS="-I${STAGING_INCDIR}/sphinxbase" oe_runconf } + +SRC_URI[md5sum] = "8c1bc9d5bdd6f6298222125669d16e1e" +SRC_URI[sha256sum] = "5a31aa10668b93e8283c58592b46368c26aa92e097cea0bda9b0554042bd6643" diff --git a/recipes/sphinx-speech/sphinxbase_0.1.bb b/recipes/sphinx-speech/sphinxbase_0.1.bb index 2830b9010a..73142aa6f1 100644 --- a/recipes/sphinx-speech/sphinxbase_0.1.bb +++ b/recipes/sphinx-speech/sphinxbase_0.1.bb @@ -12,3 +12,6 @@ EXTRA_OECONF += "${@get_sphinx_fpu_setting(bb, d)}" do_stage () { autotools_stage_all } + +SRC_URI[md5sum] = "5ff76b3a4799405ad91e88331eb938bb" +SRC_URI[sha256sum] = "ffb5e646d98c058ad2f1f0d7738b39e29fbe432981b1b5d9c8a79cdcb168c3c6" diff --git a/recipes/sphinx-speech/sphinxbase_0.3.bb b/recipes/sphinx-speech/sphinxbase_0.3.bb index 2830b9010a..2d9e67a944 100644 --- a/recipes/sphinx-speech/sphinxbase_0.3.bb +++ b/recipes/sphinx-speech/sphinxbase_0.3.bb @@ -12,3 +12,6 @@ EXTRA_OECONF += "${@get_sphinx_fpu_setting(bb, d)}" do_stage () { autotools_stage_all } + +SRC_URI[md5sum] = "17610af80be230e5760dbb25690a45f0" +SRC_URI[sha256sum] = "b5817b8629f89e16ba88e1c62dce0321978f3aea038aa77cb61a1ff7fa3e0dbb" -- cgit 1.2.3-korg