[oe-commits] Richard Purdie : gtk-doc: Ensure we run gtkdocize else we could see build failures (e.g. evolution-data-server)

git at git.openembedded.org git at git.openembedded.org
Fri Jul 20 16:25:19 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: 39f8139c5634612a10d423a037f086a4ee7a70db
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=39f8139c5634612a10d423a037f086a4ee7a70db

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Jul 20 16:55:46 2012 +0100

gtk-doc: Ensure we run gtkdocize else we could see build failures (e.g. evolution-data-server)

This is a fix to Ross' series, we need to run gtkdocize in case anything
was built from source control and the appropriate files are missing.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/gtk-doc.bbclass |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass
index 603b191..8a312f5 100644
--- a/meta/classes/gtk-doc.bbclass
+++ b/meta/classes/gtk-doc.bbclass
@@ -14,3 +14,7 @@ EXTRA_OECONF_append = "\
   --disable-gtk-doc-html \
   --disable-gtk-doc-pdf \
 "
+
+do_configure_prepend () {
+	gtkdocize
+}





More information about the Openembedded-commits mailing list