[oe-commits] [openembedded-core] 02/06: gstreamer1.0-libav: disable API documentation

git at git.openembedded.org git at git.openembedded.org
Fri Jun 14 22:06:34 UTC 2019


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 27744ad292c9d7e57ebcf7c3c30acbd85aac77a4
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Jun 14 16:27:15 2019 +0100

    gstreamer1.0-libav: disable API documentation
    
    With the latest gtk-doc release the gstreamer1.0-libav documentation fails to
    build:
    
    | gst-libav-plugins-docs.sgml:38: element include: XInclude error:
    | could not load xml/tree_index.sgml, and no fallback was found
    
    For the short term we can just disable the documentation.  The next upstream
    release of gstreamer1.0-libav doesn't use gtk-doc anyway.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.16.0.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.16.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.16.0.bb
index 3f1ec99..d94c321 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.16.0.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.16.0.bb
@@ -28,6 +28,11 @@ DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base zlib bzip2 xz"
 
 inherit autotools pkgconfig upstream-version-is-even gtk-doc
 
+# Disable documentation for now as it is failing with gtk-doc 1.30:
+# gst-libav-plugins-docs.sgml:38: element include: XInclude error:
+# could not load xml/tree_index.sgml, and no fallback was found
+GTKDOC_ENABLED = "False"
+
 # CAUTION: Using the system libav is not recommended. Since the libav API is changing all the time,
 # compilation errors (and other, more subtle bugs) can happen. It is usually better to rely on the
 # libav copy included in the gst-libav package.

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


More information about the Openembedded-commits mailing list