From: Joshua Lock <josh@openedhand.com>
To: poky@yoctoproject.org
Subject: Re: [PATCH 1/1] gnome-doc-utils: add gettext into DEPENDS
Date: Mon, 24 Jan 2011 18:20:54 +0000 [thread overview]
Message-ID: <1295893254.2561.9.camel@scimitar> (raw)
In-Reply-To: <64ac534c8289b299af0a473882300ece12844563.1295892490.git.dexuan.cui@intel.com>
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@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
prev parent reply other threads:[~2011-01-24 18:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-24 18:10 [PATCH 0/1] gnome-doc-utils: add gettext into DEPENDS Dexuan Cui
2011-01-24 18:10 ` [PATCH 1/1] " Dexuan Cui
2011-01-24 18:20 ` Joshua Lock [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1295893254.2561.9.camel@scimitar \
--to=josh@openedhand.com \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.