mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 13:40:04 +00:00
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>
This commit is contained in:
@@ -11,7 +11,7 @@ HOMEPAGE = "http://ymorin.is-a-geek.org/projects/kconfig-frontends"
|
|||||||
LICENSE = "GPL-2.0"
|
LICENSE = "GPL-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408"
|
||||||
SECTION = "devel"
|
SECTION = "devel"
|
||||||
DEPENDS += "ncurses flex bison gperf-native"
|
DEPENDS += "ncurses flex bison gperf-native bison-native"
|
||||||
RDEPENDS_${PN} += "python3 bash"
|
RDEPENDS_${PN} += "python3 bash"
|
||||||
SRC_URI = "git://ymorin.is-a-geek.org/kconfig-frontends;branch=4.11.x \
|
SRC_URI = "git://ymorin.is-a-geek.org/kconfig-frontends;branch=4.11.x \
|
||||||
file://0001-Makefile-ensure-frontends-exits-before-writing-into-.patch \
|
file://0001-Makefile-ensure-frontends-exits-before-writing-into-.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user