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>
(cherry picked from commit ecdf58aa4a)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Noor Ahsan 2018-05-25 16:55:32 +05:00 committed by Armin Kuster
parent 49f937b8dc
commit bbd490be3c

View File

@ -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"