surpport seeking the recorded video
[vuplus_openembedded] / recipes / sphinx-speech / sphinxbase_0.1.bb
1 DESCRIPTION = "Base library for CMU Sphinx speech recognition engines"
2 HOMEPAGE = "http://www.speech.cs.cmu.edu/pocketsphinx/"
3 LICENSE = "BSD"
4
5 SRC_URI = "${SOURCEFORGE_MIRROR}/cmusphinx/sphinxbase-${PV}.tar.bz2"
6
7 inherit autotools
8
9 require sphinx-fpu.inc
10 EXTRA_OECONF += "${@get_sphinx_fpu_setting(bb, d)}"
11
12 do_stage () {
13     autotools_stage_all
14 }