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

Dexuan Cui dexuan.cui at intel.com
Mon Jan 24 10:10:40 PST 2011


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




More information about the poky mailing list