]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnome-doc-utils.inc: inherit gettext instead of DEPENDS
authorSaul Wold <sgw@linux.intel.com>
Tue, 1 Feb 2011 00:42:02 +0000 (16:42 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Feb 2011 23:59:43 +0000 (23:59 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-gnome/gnome/gnome-doc-utils.inc

index 9f5a6ffe42ceef48c0864bb2a827e936fb76d149..30cff36dddee8ee1cde2dcc1154346fe34fe600b 100644 (file)
@@ -1,8 +1,8 @@
 LICENSE = "GPL LGPL"
 DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native"
-DEPENDS_virtclass-native = "libxml2-native libxslt-native gettext-native"
+DEPENDS_virtclass-native = "libxml2-native libxslt-native"
 
-inherit gnome
+inherit gnome gettext
 
 EXTRA_OECONF = "--disable-scrollkeeper"