From 4839445aef71944158fdf312a8697c2a576c0e18 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 23 Aug 2018 10:06:40 +0000 Subject: [PATCH] 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 --- recipes-extended/cmusphinx/sphinxbase_0.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/cmusphinx/sphinxbase_0.8.bb b/recipes-extended/cmusphinx/sphinxbase_0.8.bb index 4a01a8b..fc15e29 100644 --- a/recipes-extended/cmusphinx/sphinxbase_0.8.bb +++ b/recipes-extended/cmusphinx/sphinxbase_0.8.bb @@ -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"