blob: 6b71d2b265f1e1374bce21551da77e5537c7dc1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "CMU PocketSphinx - speech recognition engine for handhelds"
HOMEPAGE = "http://www.speech.cs.cmu.edu/pocketsphinx/"
LICENSE = "BSD"
DEPENDS = "sphinxbase"
SRC_URI = "${SOURCEFORGE_MIRROR}/cmusphinx/pocketsphinx-0.2.tar.bz2 \
file://cross-compile.patch;patch=1"
inherit autotools
do_configure () {
CPPFLAGS="-I${STAGING_INCDIR}/sphinxbase" oe_runconf
}
|