[oe] [meta-oe][meta-networking][PATCH 5/7] nftables: add dependency on bison-native

Martin Jansa martin.jansa at gmail.com
Sat Aug 18 11:26:36 UTC 2018


* 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 at gmail.com>
---
 meta-networking/recipes-filter/nftables/nftables_0.7.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 \
     "
 
-- 
2.17.1




More information about the Openembedded-devel mailing list