From: Koen Kooi Date: Thu, 15 Apr 2010 07:26:38 +0000 (+0200) Subject: gnome-common, gnome-doc-utils: use gnomebase.bbclass X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e01d04f18d0b3f38105d097098327fa2f8906154;p=openembedded.git gnome-common, gnome-doc-utils: use gnomebase.bbclass --- 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"