aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2018-08-18 11:26:36 +0000
committerJoe MacDonald <joe_macdonald@mentor.com>2018-08-19 17:10:27 -0400
commit15a8a49e038a6d6c07012cafc170f5b24ba1f0b5 (patch)
tree95806dcc465bf908e9067ad1667c489c88ef0007 /meta-networking
parent422ccc15481540e5875c7f9b9a2c878a536d2f57 (diff)
downloadmeta-openembedded-contrib-15a8a49e038a6d6c07012cafc170f5b24ba1f0b5.tar.gz
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>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-filter/nftables/nftables_0.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-filter/nftables/nftables_0.7.bb b/meta-networking/recipes-filter/nftables/nftables_0.7.bb
index 0ea79953be..287c350b9c 100644
--- a/meta-networking/recipes-filter/nftables/nftables_0.7.bb
+++ b/meta-networking/recipes-filter/nftables/nftables_0.7.bb
@@ -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 \
"