[oe-commits] [openembedded-core] 01/03: gst-validate: disable gtk-doc API documentation

git at git.openembedded.org git at git.openembedded.org
Fri Jan 5 15:26:27 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

commit 88b432a5aee72c6384721c10dfca9a570614eaac
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Jan 5 13:06:08 2018 +0000

    gst-validate: disable gtk-doc API documentation
    
    When the gtk-doc API documentation is enabled (via the api-documentation DISTRO_FEATURE, typically) this recipe fails to build:
    
      WORKDIR/build/docs/validate/gst-validate-scan: line 117:
      WORKDIR/build/docs/validate/.libs/lt-gst-validate-scan:
      No such file or directory
    
    Forcibly disable the gtk-doc for now.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-multimedia/gstreamer/gst-validate_1.12.4.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-multimedia/gstreamer/gst-validate_1.12.4.bb b/meta/recipes-multimedia/gstreamer/gst-validate_1.12.4.bb
index f662467..d2dbb41 100644
--- a/meta/recipes-multimedia/gstreamer/gst-validate_1.12.4.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-validate_1.12.4.bb
@@ -16,3 +16,8 @@ RRECOMMENDS_${PN} = "git"
 FILES_${PN} += "${datadir}/gstreamer-1.0/* ${libdir}/gst-validate-launcher/* ${libdir}/gstreamer-1.0/*"
 
 inherit pkgconfig gettext autotools gobject-introspection gtk-doc
+
+# With gtk-doc enabled this recipe fails to build, so forcibly disable it:
+# WORKDIR/build/docs/validate/gst-validate-scan: line 117:
+# WORKDIR/build/docs/validate/.libs/lt-gst-validate-scan: No such file or directory
+GTKDOC_ENABLED = "False"

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


More information about the Openembedded-commits mailing list