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:
Martin Jansa
2018-08-18 11:26:36 +00:00
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 \
"