summaryrefslogtreecommitdiffstats
path: root/recipes/sphinx-speech/sphinxbase_0.3.bb
blob: 2830b9010ab32a7637ebc1313c5852ebd675654a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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-${PV}.tar.bz2"

inherit autotools

require sphinx-fpu.inc
EXTRA_OECONF += "${@get_sphinx_fpu_setting(bb, d)}"

do_stage () {
    autotools_stage_all
}