mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
nftables: add dependency on bison-native
* fixes:
checking whether yytext is a pointer... no
checking for bison... no
checking for byacc... no
*** Error: No suitable bison/yacc found. ***
Please install the 'bison' package.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
422ccc1548
commit
15a8a49e03
@@ -3,7 +3,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d1a78fdd879a263a5e0b42d1fc565e79"
|
||||
SECTION = "net"
|
||||
|
||||
DEPENDS = "libmnl libnftnl readline gmp"
|
||||
DEPENDS = "libmnl libnftnl readline gmp bison-native"
|
||||
RRECOMMENDS_${PN} += "kernel-module-nf-tables \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user