aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/gnome/gnome-common.inc3
-rw-r--r--recipes/gnome/gnome-doc-utils.inc8
-rw-r--r--recipes/gnome/gnome-doc-utils_0.19.2.bb2
3 files changed, 8 insertions, 5 deletions
diff --git a/recipes/gnome/gnome-common.inc b/recipes/gnome/gnome-common.inc
index d83d675b77..5a1e2072e2 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 a1defa5dd5..61db29f8f6 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 467b21559c..5a46599f51 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"