[oe-commits] Koen Kooi : gnome-common, gnome-doc-utils: use gnomebase.bbclass

git version control git at git.openembedded.org
Thu Apr 15 08:54:39 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr 15 09:26:38 2010 +0200

gnome-common, gnome-doc-utils: use gnomebase.bbclass

---

 recipes/gnome/gnome-common.inc          |    3 ++-
 recipes/gnome/gnome-doc-utils.inc       |    8 ++++++--
 recipes/gnome/gnome-doc-utils_0.19.2.bb |    2 --
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/recipes/gnome/gnome-common.inc b/recipes/gnome/gnome-common.inc
index d83d675..5a1e207 100644
--- a/recipes/gnome/gnome-common.inc
+++ b/recipes/gnome/gnome-common.inc
@@ -2,7 +2,7 @@ LICENSE = "GPL"
 SECTION = "x11/gnome"
 DESCRIPTION = "Common macros for building GNOME applications"
 
-inherit gnome
+inherit gnomebase
 
 # The omf.make file failed if scrollkeeper doesn't happen to be
 # installed
@@ -15,3 +15,4 @@ DEPENDS = ""
 FILES_${PN} += "${datadir}/aclocal"
 FILES_${PN}-dev = ""
 
+BBCLASSEXTEND = "native"
diff --git a/recipes/gnome/gnome-doc-utils.inc b/recipes/gnome/gnome-doc-utils.inc
index a1defa5..61db29f 100644
--- a/recipes/gnome/gnome-doc-utils.inc
+++ b/recipes/gnome/gnome-doc-utils.inc
@@ -1,9 +1,10 @@
 LICENSE = "GPL LGPL"
-DEPENDS = "libxml2 libxslt libxslt-native"
+DEPENDS = "libxml2 libxslt libxslt-native libxml2-native"
+DEPENDS_virtclass-native = "libxslt-native libxml2-native"
 
 INC_PR = "r5"
 
-inherit gnome
+inherit gnomebase
 
 EXTRA_OECONF = "--disable-scrollkeeper"
 
@@ -18,3 +19,6 @@ do_install_append() {
 }
 
 FILES_${PN} += "${datadir}/xml*"
+
+BBCLASSEXTEND = "native"
+
diff --git a/recipes/gnome/gnome-doc-utils_0.19.2.bb b/recipes/gnome/gnome-doc-utils_0.19.2.bb
index 467b215..5a46599 100644
--- a/recipes/gnome/gnome-doc-utils_0.19.2.bb
+++ b/recipes/gnome/gnome-doc-utils_0.19.2.bb
@@ -1,7 +1,5 @@
 require gnome-doc-utils.inc
 
-DEPENDS += "libxml2-native"
-
 PR = "${INC_PR}.2"
 
 SRC_URI[archive.md5sum] = "e2509ab1a7719902cf544cb288df438d"





More information about the Openembedded-commits mailing list