aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoor Ahsan <noor_ahsan@mentor.com>2018-05-25 16:55:32 +0500
committerArmin Kuster <akuster808@gmail.com>2018-06-14 19:29:47 -0700
commitbbd490be3ca3c3078847bf3e8bab11fb976a67de (patch)
tree91c04116e6457275bb1d28d67babd842a48dffa2
parent49f937b8dc0c0fb5b45449418a7b86b804f5a8b7 (diff)
downloadmeta-openembedded-bbd490be3ca3c3078847bf3e8bab11fb976a67de.tar.gz
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>
-rw-r--r--meta-networking/recipes-daemons/radvd/radvd.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/radvd/radvd.inc b/meta-networking/recipes-daemons/radvd/radvd.inc
index bff693ca97..06d16a4cef 100644
--- a/meta-networking/recipes-daemons/radvd/radvd.inc
+++ b/meta-networking/recipes-daemons/radvd/radvd.inc
@@ -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"