diff options
Diffstat (limited to 'recipes/sphinx-speech/pocketsphinx_0.2.1.bb')
-rw-r--r-- | recipes/sphinx-speech/pocketsphinx_0.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/sphinx-speech/pocketsphinx_0.2.1.bb b/recipes/sphinx-speech/pocketsphinx_0.2.1.bb index d700ff06e3..63a4d36e54 100644 --- a/recipes/sphinx-speech/pocketsphinx_0.2.1.bb +++ b/recipes/sphinx-speech/pocketsphinx_0.2.1.bb @@ -4,7 +4,7 @@ LICENSE = "BSD" DEPENDS = "sphinxbase" SRC_URI = "${SOURCEFORGE_MIRROR}/cmusphinx/${PN}-${PV}.tar.bz2 \ - file://cross-compile.patch;patch=1" + file://cross-compile.patch;apply=yes" inherit autotools |