]> code.ossystems Code Review - openembedded-core.git/commitdiff
gtk-doc: only depend on native gtk-doc for documentation generation
authorRoss Burton <ross.burton@intel.com>
Mon, 5 Sep 2016 21:26:09 +0000 (22:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Sep 2016 11:12:17 +0000 (12:12 +0100)
Now that gtk-doc-native works correctly, the gtk-doc class doesn't need to
depend on target gtk-doc.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/gtk-doc.bbclass

index d41c80bb0d29a02170d251bdd7b45eebd1cbc48f..b2b6239f0656e2ac604069d5fd5da76ddc5e029f 100644 (file)
@@ -18,7 +18,7 @@ EXTRA_OECONF_prepend_class-target = "${@bb.utils.contains('GTKDOC_ENABLED', 'Tru
 EXTRA_OECONF_prepend_class-native = "--disable-gtk-doc "
 EXTRA_OECONF_prepend_class-nativesdk = "--disable-gtk-doc "
 
-DEPENDS_append_class-target = " gtk-doc-native qemu-native gtk-doc"
+DEPENDS_append_class-target = " gtk-doc-native qemu-native"
 
 # Even though gtkdoc is disabled on -native, gtk-doc package is still
 # needed for m4 macros.