mirror of
https://git.yoctoproject.org/poky
synced 2026-04-09 02:02:26 +02:00
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:
committed by
Richard Purdie
parent
68030f43f8
commit
9c4e63b18b
@@ -1,7 +0,0 @@
|
||||
require gnome-doc-utils_${PV}.bb
|
||||
|
||||
inherit native
|
||||
|
||||
DEPENDS = "libxml2-native libxslt-native"
|
||||
|
||||
PR = "r0"
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user