gnome-doc-utils: Update to use 'inherit gettext'
authorTom Rini <tom_rini@mentor.com>
Wed, 9 Mar 2011 16:49:03 +0000 (09:49 -0700)
committerTom Rini <tom_rini@mentor.com>
Wed, 9 Mar 2011 19:17:16 +0000 (12:17 -0700)
This means we don't need a separate DEPENDS for virtclass-native
(these are updated correctly).

Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/gnome/gnome-doc-utils.inc

index a1ae11e..37a5f56 100644 (file)
@@ -1,10 +1,9 @@
 LICENSE = "GPL LGPL"
-DEPENDS = "libxml2 libxslt libxslt-native libxml2-native gettext-native"
-DEPENDS_virtclass-native = "libxslt-native libxml2-native gettext-native"
+DEPENDS = "libxml2 libxslt libxslt-native libxml2-native"
 
 INC_PR = "r6"
 
-inherit gnomebase
+inherit gnomebase gettext
 
 EXTRA_OECONF = "--disable-scrollkeeper"
 
@@ -21,4 +20,3 @@ do_install_append() {
 FILES_${PN} += "${datadir}/xml*"
 
 BBCLASSEXTEND = "native"
-