All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] radvd: Fix missing yacc error.
@ 2018-05-25 11:55 Noor Ahsan
  2018-05-25 11:55 ` [meta-networking][PATCH] " Noor Ahsan
  0 siblings, 1 reply; 4+ messages in thread
From: Noor Ahsan @ 2018-05-25 11:55 UTC (permalink / raw)
  To: openembedded-devel

* 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>
---
 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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [meta-networking][PATCH] radvd: Fix missing yacc error.
  2018-05-25 11:55 [PATCH 1/1] radvd: Fix missing yacc error Noor Ahsan
@ 2018-05-25 11:55 ` Noor Ahsan
  2018-06-04  8:53   ` Ahsan, Noor
  0 siblings, 1 reply; 4+ messages in thread
From: Noor Ahsan @ 2018-05-25 11:55 UTC (permalink / raw)
  To: openembedded-devel

* 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>
---
 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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [meta-networking][PATCH] radvd: Fix missing yacc error.
  2018-05-25 11:55 ` [meta-networking][PATCH] " Noor Ahsan
@ 2018-06-04  8:53   ` Ahsan, Noor
  2018-06-05 17:18     ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Ahsan, Noor @ 2018-06-04  8:53 UTC (permalink / raw)
  To: openembedded-devel

Hello,

Any update on this. Kindly apply think on master and Sumo release.

Noor

-----Original Message-----
From: openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of Ahsan, Noor
Sent: Friday, May 25, 2018 4:56 PM
To: openembedded-devel@lists.openembedded.org
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 <noor_ahsan@mentor.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"
--
2.7.4

--
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [meta-networking][PATCH] radvd: Fix missing yacc error.
  2018-06-04  8:53   ` Ahsan, Noor
@ 2018-06-05 17:18     ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2018-06-05 17:18 UTC (permalink / raw)
  To: Ahsan, Noor; +Cc: openembedded-devel

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 <Noor_Ahsan@mentor.com> wrote:
> Hello,
>
> Any update on this. Kindly apply think on master and Sumo release.
>
> Noor
>
> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of Ahsan, Noor
> Sent: Friday, May 25, 2018 4:56 PM
> To: openembedded-devel@lists.openembedded.org
> 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 <noor_ahsan@mentor.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"
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-06-05 17:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-25 11:55 [PATCH 1/1] radvd: Fix missing yacc error Noor Ahsan
2018-05-25 11:55 ` [meta-networking][PATCH] " Noor Ahsan
2018-06-04  8:53   ` Ahsan, Noor
2018-06-05 17:18     ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.