Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] bison: Add dependency on flex-native
@ 2011-08-01 10:16 Noor, Ahsan
  2011-08-04 14:47 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Noor, Ahsan @ 2011-08-01 10:16 UTC (permalink / raw)
  To: openembedded-core

* This is 0479b70418ef553859029911c57c63a7aaebe299 from OE. flex-native is needed to build bison. The dependency was being satisfied indirectly but we need to add it explicitly.

Signed-off-by: Noor, Ahsan <noor_ahsan@mentor.com>
---
 meta/recipes-devtools/bison/bison_2.3.bb |    4 ++--
 meta/recipes-devtools/bison/bison_2.5.bb |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-devtools/bison/bison_2.3.bb b/meta/recipes-devtools/bison/bison_2.3.bb
index 22f884b..388476b 100644
--- a/meta/recipes-devtools/bison/bison_2.3.bb
+++ b/meta/recipes-devtools/bison/bison_2.3.bb
@@ -7,9 +7,9 @@ HOMEPAGE = "http://www.gnu.org/software/bison/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
 SECTION = "devel"
-DEPENDS = "bison-native"
+DEPENDS = "bison-native flex-native"
 
-PR = "r0"
+PR = "r1"
 
 BASE_SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
          file://bison-2.3_m4.patch"
diff --git a/meta/recipes-devtools/bison/bison_2.5.bb b/meta/recipes-devtools/bison/bison_2.5.bb
index 63f4e76..eb5d87c 100644
--- a/meta/recipes-devtools/bison/bison_2.5.bb
+++ b/meta/recipes-devtools/bison/bison_2.5.bb
@@ -7,9 +7,9 @@ HOMEPAGE = "http://www.gnu.org/software/bison/"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 SECTION = "devel"
-DEPENDS = "bison-native"
+DEPENDS = "bison-native flex-native"
 
-PR = "r0"
+PR = "r1"
 
 BASE_SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
 	   file://m4.patch \
-- 
1.7.0.4




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

* Re: [PATCH] bison: Add dependency on flex-native
  2011-08-01 10:16 [PATCH] bison: Add dependency on flex-native Noor, Ahsan
@ 2011-08-04 14:47 ` Saul Wold
  0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2011-08-04 14:47 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 08/01/2011 03:16 AM, Noor, Ahsan wrote:
> * This is 0479b70418ef553859029911c57c63a7aaebe299 from OE. flex-native is needed to build bison. The dependency was being satisfied indirectly but we need to add it explicitly.
>
> Signed-off-by: Noor, Ahsan<noor_ahsan@mentor.com>
> ---
>   meta/recipes-devtools/bison/bison_2.3.bb |    4 ++--
>   meta/recipes-devtools/bison/bison_2.5.bb |    4 ++--
>   2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/meta/recipes-devtools/bison/bison_2.3.bb b/meta/recipes-devtools/bison/bison_2.3.bb
> index 22f884b..388476b 100644
> --- a/meta/recipes-devtools/bison/bison_2.3.bb
> +++ b/meta/recipes-devtools/bison/bison_2.3.bb
> @@ -7,9 +7,9 @@ HOMEPAGE = "http://www.gnu.org/software/bison/"
>   LICENSE = "GPLv2"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
>   SECTION = "devel"
> -DEPENDS = "bison-native"
> +DEPENDS = "bison-native flex-native"
>
> -PR = "r0"
> +PR = "r1"
>
>   BASE_SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
>            file://bison-2.3_m4.patch"
> diff --git a/meta/recipes-devtools/bison/bison_2.5.bb b/meta/recipes-devtools/bison/bison_2.5.bb
> index 63f4e76..eb5d87c 100644
> --- a/meta/recipes-devtools/bison/bison_2.5.bb
> +++ b/meta/recipes-devtools/bison/bison_2.5.bb
> @@ -7,9 +7,9 @@ HOMEPAGE = "http://www.gnu.org/software/bison/"
>   LICENSE = "GPLv3"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
>   SECTION = "devel"
> -DEPENDS = "bison-native"
> +DEPENDS = "bison-native flex-native"
>
> -PR = "r0"
> +PR = "r1"
>
>   BASE_SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
>   	   file://m4.patch \

Merged into OE-Core

Thanks
	Sau!



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

end of thread, other threads:[~2011-08-04 14:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-01 10:16 [PATCH] bison: Add dependency on flex-native Noor, Ahsan
2011-08-04 14:47 ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox