[oe-commits] Tom Rini : gnome-doc-utils: Update to use 'inherit gettext'

git version control git at git.openembedded.org
Wed Mar 9 19:19:08 UTC 2011


Module: openembedded.git
Branch: master
Commit: baab204d0729d1b6e23ac1f3c21704b1187694f7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=baab204d0729d1b6e23ac1f3c21704b1187694f7

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Mar  9 09:49:03 2011 -0700

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 at mentor.com>

---

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

diff --git a/recipes/gnome/gnome-doc-utils.inc b/recipes/gnome/gnome-doc-utils.inc
index a1ae11e..37a5f56 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"
-





More information about the Openembedded-commits mailing list