its in master-next, perhaps keeping an eye at patchwork or master-next can be helpful
On Mon, Jun 4, 2018 at 1:53 AM, Ahsan, Noor <[email protected]> wrote: > Hello, > > Any update on this. Kindly apply think on master and Sumo release. > > Noor > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of > Ahsan, Noor > Sent: Friday, May 25, 2018 4:56 PM > To: [email protected] > Subject: [oe] [meta-networking][PATCH] 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 <[email protected]> > --- > 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" > -- > 2.7.4 > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
