[poky] [PATCH 1/1] gnome-doc-utils: add gettext into DEPENDS

Joshua Lock josh at openedhand.com
Mon Jan 24 10:20:54 PST 2011


On Tue, 2011-01-25 at 02:10 +0800, Dexuan Cui wrote:
> This is to fix the following failure:
> 
> configure.in:44: warning: AM_NLS is m4_require'd but not m4_defun'd
> | aclocal.m4:1826: IT_PROG_INTLTOOL is expanded from...
> | configure.in:44: the top level
> | configure:3327: error: possibly undefined macro: AM_NLS
> 
> Signed-off-by: Dexuan Cui <dexuan.cui at intel.com>
> ---
>  meta/recipes-gnome/gnome/gnome-doc-utils.inc |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc
> index 7328c59..126c16b 100644
> --- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc
> +++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc
> @@ -1,6 +1,6 @@
>  LICENSE = "GPL LGPL"
> -DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native"
> -DEPENDS_virtclass-native = "libxml2-native libxslt-native"
> +DEPENDS = "libxml2 libxslt gettext libxslt-native gnome-doc-utils-native"
> +DEPENDS_virtclass-native = "libxml2-native libxslt-native gettext-native"
>  
>  inherit gnome

We have a convenience class which adds the right gettext for your recipe variant, 
can you use this instead please by adding gettext to the recipes inherits and 
dropping the explicit DEPENDS additions?
 
Thanks,
Joshua
-- 
Joshua Lock
        Intel Open Source Technology Centre




More information about the poky mailing list