[oe-commits] [meta-openembedded] 59/76: radvd: Fix missing yacc error.

git at git.openembedded.org git at git.openembedded.org
Wed May 30 02:19:19 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit ecdf58aa4a77730bda2202d1f626a68c391a647c
Author: Noor Ahsan <noor_ahsan at mentor.com>
AuthorDate: Fri May 25 16:55:32 2018 +0500

    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 at mentor.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-daemons/radvd/radvd.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-daemons/radvd/radvd.inc b/meta-networking/recipes-daemons/radvd/radvd.inc
index bff693c..06d16a4 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list