]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
gst1-validate: disable building documentation using sphinx
authorPeter Seiderer <ps.report@gmx.net>
Sat, 12 Aug 2017 21:06:10 +0000 (23:06 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 16 Aug 2017 21:15:01 +0000 (23:15 +0200)
Fix a build failure in case (a non functional) sphinx documentation
system is installed on the host (reported [1] and fix tested [2]
by grunpferd@netscape.net).

Fixes:

  sphinx-build -b html -d ./doctrees   . ./html
  Error: Source directory doesn't contain a conf.py file.

[1] http://lists.busybox.net/pipermail/buildroot/2017-August/200021.html
[2] http://lists.busybox.net/pipermail/buildroot/2017-August/200267.html

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Cc: grunpferd@netscape.net
[Arnout:
 - use --disable-sphinx-doc instead of a cv variable
 - remove the comment, it speaks for itself]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gstreamer1/gst1-validate/gst1-validate.mk

index c5e3ec6fc95eaec70d1352c616745ec2c3ab47b9..31b01ef5fa80964464a94d53520ca8070c79231a 100644 (file)
@@ -18,4 +18,6 @@ GST1_VALIDATE_DEPENDENCIES = \
        python \
        $(if $(BR2_PACKAGE_CAIRO),cairo)
 
+GST1_VALIDATE_CONF_OPTS += --disable-sphinx-doc
+
 $(eval $(autotools-package))