gnome-doc-utils: use BBCLASSEXTEND for native variant

A recent patch from me created a native variant of gnome-doc-utils with a new
recipe file. This is uneccesarry. BBCLASSEXTEND is the brighter future.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2010-12-21 10:42:02 +00:00
committed by Richard Purdie
parent 68030f43f8
commit 9c4e63b18b
2 changed files with 3 additions and 7 deletions

View File

@@ -1,7 +0,0 @@
require gnome-doc-utils_${PV}.bb
inherit native
DEPENDS = "libxml2-native libxslt-native"
PR = "r0"

View File

@@ -1,5 +1,6 @@
LICENSE = "GPL LGPL"
DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native"
DEPENDS_virtclass-native = "libxml2-native libxslt-native"
inherit gnome
@@ -11,3 +12,5 @@ do_install_append() {
}
FILES_${PN} += "${datadir}/xml*"
BBCLASSEXTEND = "native"