mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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 ecdf58aa4a)
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…
Reference in New Issue
Block a user