[poky] [PATCH 1/1] gobject-introspection: fix DEPENDS
Saul Wold
saul.wold at intel.com
Thu Feb 3 11:36:55 PST 2011
On 02/02/2011 04:58 AM, Joshua Lock wrote:
> From: Joshua Lock<josh at linux.intel.com>
>
> We need flex and bison to build gobject-introspection
>
> Signed-off-by: Joshua Lock<josh at 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!
More information about the poky
mailing list