sphinxbase: add dependency on bison-native

* fixes:
  | checking for bison... no
  | configure: error: You need to install bison
  | NOTE: The following config.log files may provide further information.
  | NOTE: /data/cibot/deleteme/build/tmp-glibc/work/i586-oe-linux/sphinxbase/0.8-r0/build/config.log
* needed since oe-core change:
  http://git.openembedded.org/openembedded-core/commit/?id=b7edc20cc2dd82989bd9561f860cb25478a40f69

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2018-08-23 10:06:40 +00:00
parent 045be9ae11
commit 4839445aef
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ require cmusphinx.inc
SRC_URI += "file://0001-TESTS-srcdir-remove.patch"
DEPENDS = "libsndfile1 alsa-lib libsamplerate0"
DEPENDS = "libsndfile1 alsa-lib libsamplerate0 bison-native"
EXTRA_OECONF = " --without-python"