From 15a8a49e038a6d6c07012cafc170f5b24ba1f0b5 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 18 Aug 2018 11:26:36 +0000 Subject: 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 Signed-off-by: Joe MacDonald --- meta-networking/recipes-filter/nftables/nftables_0.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking') 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 \ " -- cgit v1.2.3-54-g00ecf