From 9c4e63b18b3730707e3642daa0d8a66252ffdf87 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 21 Dec 2010 10:42:02 +0000 Subject: 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 --- meta/recipes-gnome/gnome/gnome-doc-utils-native_0.20.2.bb | 7 ------- meta/recipes-gnome/gnome/gnome-doc-utils.inc | 3 +++ 2 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 meta/recipes-gnome/gnome/gnome-doc-utils-native_0.20.2.bb (limited to 'meta/recipes-gnome') diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils-native_0.20.2.bb b/meta/recipes-gnome/gnome/gnome-doc-utils-native_0.20.2.bb deleted file mode 100644 index 30d5a5b5b1..0000000000 --- a/meta/recipes-gnome/gnome/gnome-doc-utils-native_0.20.2.bb +++ /dev/null @@ -1,7 +0,0 @@ -require gnome-doc-utils_${PV}.bb - -inherit native - -DEPENDS = "libxml2-native libxslt-native" - -PR = "r0" diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc index 0cd8203ae1..7328c59279 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc +++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc @@ -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" -- cgit v1.2.3-54-g00ecf