summaryrefslogtreecommitdiff
path: root/packages/sphinx-speech/pocketsphinx_0.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sphinx-speech/pocketsphinx_0.2.1.bb')
-rw-r--r--packages/sphinx-speech/pocketsphinx_0.2.1.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/sphinx-speech/pocketsphinx_0.2.1.bb b/packages/sphinx-speech/pocketsphinx_0.2.1.bb
deleted file mode 100644
index 813146ed86..0000000000
--- a/packages/sphinx-speech/pocketsphinx_0.2.1.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-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/${PN}-${PV}.tar.bz2 \
- file://cross-compile.patch;patch=1"
-
-inherit autotools
-
-do_configure () {
- CPPFLAGS="-I${STAGING_INCDIR}/sphinxbase" oe_runconf
-}