aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/kconfig-frontends
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2018-08-18 11:26:34 +0000
committerKhem Raj <raj.khem@gmail.com>2018-08-19 16:09:28 -0700
commit3c1bd142df83c976d87c4e3434ea51990d60de49 (patch)
treef0609fe8553207ab89a11fabf15fefc8b5bfb166 /meta-oe/recipes-devtools/kconfig-frontends
parent3a288910895ca787148a0fb2ce20e98b775716d7 (diff)
downloadmeta-openembedded-3c1bd142df83c976d87c4e3434ea51990d60de49.tar.gz
kconfig-frontends: add dependency on bison-native
* fixes: checking whether yytext is a pointer... yes checking for bison... no checking for byacc... no checking for yacc... no configure: error: can not find a parser generator (such as yacc or bison) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/kconfig-frontends')
-rw-r--r--meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb b/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb
index df08b8b114..de9a6eb998 100644
--- a/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb
+++ b/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb
@@ -11,7 +11,7 @@ HOMEPAGE = "http://ymorin.is-a-geek.org/projects/kconfig-frontends"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408"
SECTION = "devel"
-DEPENDS += "ncurses flex bison gperf-native"
+DEPENDS += "ncurses flex bison gperf-native bison-native"
RDEPENDS_${PN} += "python3 bash"
SRC_URI = "git://ymorin.is-a-geek.org/kconfig-frontends;branch=4.11.x \
file://0001-Makefile-ensure-frontends-exits-before-writing-into-.patch \