diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-18 18:01:32 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-18 18:01:32 +0000 |
commit | d6e148309f18b80720dd394c39a6d48a925c48a2 (patch) | |
tree | f047de559d76c0cb08cc186f604bf4cd1a5d5d22 /packages/sphinx/sphinxbase_0.1.bb | |
parent | 284125854fb39564f2e9b625afcc6a59c4367763 (diff) |
sphinx: update to latest release
Diffstat (limited to 'packages/sphinx/sphinxbase_0.1.bb')
-rw-r--r-- | packages/sphinx/sphinxbase_0.1.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/sphinx/sphinxbase_0.1.bb b/packages/sphinx/sphinxbase_0.1.bb index 1ee41cc485..2830b9010a 100644 --- a/packages/sphinx/sphinxbase_0.1.bb +++ b/packages/sphinx/sphinxbase_0.1.bb @@ -2,11 +2,12 @@ DESCRIPTION = "Base library for CMU Sphinx speech recognition engines" HOMEPAGE = "http://www.speech.cs.cmu.edu/pocketsphinx/" LICENSE = "BSD" -SRC_URI = "${SOURCEFORGE_MIRROR}/cmusphinx/sphinxbase-0.1.tar.bz2" +SRC_URI = "${SOURCEFORGE_MIRROR}/cmusphinx/sphinxbase-${PV}.tar.bz2" inherit autotools -EXTRA_OECONF = "--enable-fixed" +require sphinx-fpu.inc +EXTRA_OECONF += "${@get_sphinx_fpu_setting(bb, d)}" do_stage () { autotools_stage_all |