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>
+++ /dev/null
-require gnome-doc-utils_${PV}.bb
-
-inherit native
-
-DEPENDS = "libxml2-native libxslt-native"
-
-PR = "r0"
LICENSE = "GPL LGPL"
DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native"
+DEPENDS_virtclass-native = "libxml2-native libxslt-native"
inherit gnome
}
FILES_${PN} += "${datadir}/xml*"
+
+BBCLASSEXTEND = "native"