aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-09 09:49:03 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-09 12:17:16 -0700
commitbaab204d0729d1b6e23ac1f3c21704b1187694f7 (patch)
tree475da01e168683d46b51d877f815d6422e0c26f2
parent0f61c69281b74c434540cf57364720f0bb5d7566 (diff)
downloadopenembedded-baab204d0729d1b6e23ac1f3c21704b1187694f7.tar.gz
gnome-doc-utils: Update to use 'inherit gettext'
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>
-rw-r--r--recipes/gnome/gnome-doc-utils.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/gnome/gnome-doc-utils.inc b/recipes/gnome/gnome-doc-utils.inc
index a1ae11e4b0..37a5f56d49 100644
--- a/recipes/gnome/gnome-doc-utils.inc
+++ b/recipes/gnome/gnome-doc-utils.inc
@@ -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"
-