radvd: Fix missing yacc error.

* Following error apprear in do configure. Fix it by adding bison-native in DEPENDS.
  ../radvd-2.17/ylwrap: line 176: yacc: command not found

Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Noor Ahsan
2018-05-25 16:55:32 +05:00
committed by Khem Raj
parent ba53d1341b
commit ecdf58aa4a
@@ -8,7 +8,7 @@ addresses and some other parameters. They also can \
choose a default router based on these advertisements."
HOMEPAGE = "http://www.litech.org/radvd/"
SECTION = "net"
DEPENDS = "flex-native libdaemon"
DEPENDS = "flex-native bison-native libdaemon "
# License is BSD-Style (with advertising clause) but also has an additional 0th clause
LICENSE = "radvd"