mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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 ecdf58aa4a77730bda2202d1f626a68c391a647c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
49f937b8dc
commit
bbd490be3c
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user