summaryrefslogtreecommitdiffstats
path: root/meta/classes/gtk-doc.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-09-05 22:26:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-09 12:12:23 +0100
commitab3f23970d436a28e4a87df2d21521156dbacbe5 (patch)
tree0481ef6142b5974786cb01939bd7ddbcb9c229d7 /meta/classes/gtk-doc.bbclass
parent620e2bf936e970a50551a178a175c4860b975dbb (diff)
downloadpoky-ab3f23970d436a28e4a87df2d21521156dbacbe5.tar.gz
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. (From OE-Core rev: 8dc4a45cc06fda29618f9f2379ed743dc0c536e3) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/gtk-doc.bbclass')
-rw-r--r--meta/classes/gtk-doc.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass
index d41c80bb0d..b2b6239f06 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
18EXTRA_OECONF_prepend_class-native = "--disable-gtk-doc " 18EXTRA_OECONF_prepend_class-native = "--disable-gtk-doc "
19EXTRA_OECONF_prepend_class-nativesdk = "--disable-gtk-doc " 19EXTRA_OECONF_prepend_class-nativesdk = "--disable-gtk-doc "
20 20
21DEPENDS_append_class-target = " gtk-doc-native qemu-native gtk-doc" 21DEPENDS_append_class-target = " gtk-doc-native qemu-native"
22 22
23# Even though gtkdoc is disabled on -native, gtk-doc package is still 23# Even though gtkdoc is disabled on -native, gtk-doc package is still
24# needed for m4 macros. 24# needed for m4 macros.