From: Ross Burton Date: Mon, 5 Sep 2016 21:26:09 +0000 (+0100) Subject: gtk-doc: only depend on native gtk-doc for documentation generation X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~24266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dc4a45cc06fda29618f9f2379ed743dc0c536e3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gtk-doc: only depend on native gtk-doc for documentation generation 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 Signed-off-by: Richard Purdie --- diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass index d41c80bb0d2..b2b6239f065 100644 --- a/meta/classes/gtk-doc.bbclass +++ b/meta/classes/gtk-doc.bbclass @@ -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.