All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] gobject-introspection: fix DEPENDS
       [not found] <cover.1296651445.git.josh@linux.intel.com>
@ 2011-02-02 12:58 ` Joshua Lock
  2011-02-03 19:36   ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Joshua Lock @ 2011-02-02 12:58 UTC (permalink / raw)
  To: poky

From: Joshua Lock <josh@linux.intel.com>

We need flex and bison to build gobject-introspection

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 .../gnome/gobject-introspection_git.bb             |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-gnome/gnome/gobject-introspection_git.bb b/meta/recipes-gnome/gnome/gobject-introspection_git.bb
index 49c0ed8..17a42a9 100644
--- a/meta/recipes-gnome/gnome/gobject-introspection_git.bb
+++ b/meta/recipes-gnome/gnome/gobject-introspection_git.bb
@@ -14,7 +14,7 @@ PR = "r3"
 S = "${WORKDIR}/git"
 
 DEPENDS = "libffi python-native gobject-introspection-native"
-DEPENDS_virtclass-native = "libffi-native python-native"
+DEPENDS_virtclass-native = "libffi-native python-native bison-native flex-native"
 
 inherit autotools
 
-- 
1.7.3.5



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

* Re: [PATCH 1/1] gobject-introspection: fix DEPENDS
  2011-02-02 12:58 ` [PATCH 1/1] gobject-introspection: fix DEPENDS Joshua Lock
@ 2011-02-03 19:36   ` Saul Wold
  0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2011-02-03 19:36 UTC (permalink / raw)
  To: poky

On 02/02/2011 04:58 AM, Joshua Lock wrote:
> From: Joshua Lock<josh@linux.intel.com>
>
> We need flex and bison to build gobject-introspection
>
> Signed-off-by: Joshua Lock<josh@linux.intel.com>
> ---
>   .../gnome/gobject-introspection_git.bb             |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-gnome/gnome/gobject-introspection_git.bb b/meta/recipes-gnome/gnome/gobject-introspection_git.bb
> index 49c0ed8..17a42a9 100644
> --- a/meta/recipes-gnome/gnome/gobject-introspection_git.bb
> +++ b/meta/recipes-gnome/gnome/gobject-introspection_git.bb
> @@ -14,7 +14,7 @@ PR = "r3"
>   S = "${WORKDIR}/git"
>
>   DEPENDS = "libffi python-native gobject-introspection-native"
> -DEPENDS_virtclass-native = "libffi-native python-native"
> +DEPENDS_virtclass-native = "libffi-native python-native bison-native flex-native"
>
>   inherit autotools
>
Merged into Master

Sau!



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

end of thread, other threads:[~2011-02-03 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <cover.1296651445.git.josh@linux.intel.com>
2011-02-02 12:58 ` [PATCH 1/1] gobject-introspection: fix DEPENDS Joshua Lock
2011-02-03 19:36   ` Saul Wold

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.