aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sphinx-speech/sphinxbase_0.3.bb
blob: c48009ef251ab9fce9fbf339d04ec099350e0e23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)}"

SRC_URI[md5sum] = "17610af80be230e5760dbb25690a45f0"
SRC_URI[sha256sum] = "b5817b8629f89e16ba88e1c62dce0321978f3aea038aa77cb61a1ff7fa3e0dbb"