All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] gnome-doc-utils: add gettext into DEPENDS
@ 2011-01-24 18:10 Dexuan Cui
  2011-01-24 18:10 ` [PATCH 1/1] " Dexuan Cui
  0 siblings, 1 reply; 3+ messages in thread
From: Dexuan Cui @ 2011-01-24 18:10 UTC (permalink / raw)
  To: poky

When I use
BB_NUMBER_THREADS = "16"
PARALLEL_MAKE = "-j 16"
I can see the failure from time to time.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: dcui/master
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master

Thanks,
    Dexuan Cui <dexuan.cui@intel.com>
---


Dexuan Cui (1):
  gnome-doc-utils: add gettext into DEPENDS

 meta/recipes-gnome/gnome/gnome-doc-utils.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.2



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

* [PATCH 1/1] gnome-doc-utils: add gettext into DEPENDS
  2011-01-24 18:10 [PATCH 0/1] gnome-doc-utils: add gettext into DEPENDS Dexuan Cui
@ 2011-01-24 18:10 ` Dexuan Cui
  2011-01-24 18:20   ` Joshua Lock
  0 siblings, 1 reply; 3+ messages in thread
From: Dexuan Cui @ 2011-01-24 18:10 UTC (permalink / raw)
  To: poky

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
 
-- 
1.7.2



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

* Re: [PATCH 1/1] gnome-doc-utils: add gettext into DEPENDS
  2011-01-24 18:10 ` [PATCH 1/1] " Dexuan Cui
@ 2011-01-24 18:20   ` Joshua Lock
  0 siblings, 0 replies; 3+ messages in thread
From: Joshua Lock @ 2011-01-24 18:20 UTC (permalink / raw)
  To: poky

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



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

end of thread, other threads:[~2011-01-24 18:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.