diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-15 09:26:38 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-15 09:38:38 +0200 |
commit | e01d04f18d0b3f38105d097098327fa2f8906154 (patch) | |
tree | eca56aa22ed80760380bc1f7e6f72473b59491f0 | |
parent | afe441d2c653dff06855d5c8977018d65b87564c (diff) |
gnome-common, gnome-doc-utils: use gnomebase.bbclass
-rw-r--r-- | recipes/gnome/gnome-common.inc | 3 | ||||
-rw-r--r-- | recipes/gnome/gnome-doc-utils.inc | 8 | ||||
-rw-r--r-- | 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 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" |