[oe-commits] [openembedded-core] 35/37: gtk-doc: only depend on native gtk-doc for documentation generation

git at git.openembedded.org git at git.openembedded.org
Fri Sep 9 11:14:12 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 8dc4a45cc06fda29618f9f2379ed743dc0c536e3
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Sep 5 22:26:09 2016 +0100

    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 <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/gtk-doc.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass
index d41c80b..b2b6239 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.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list