diff options
author | Ross Burton <ross.burton@intel.com> | 2018-01-05 13:06:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-06 22:32:21 +0000 |
commit | 83ea4825eb67e22164b603baedc312579af61e95 (patch) | |
tree | 4bd15db36b612eb5dc45a957c7249b0ca17805d3 /meta/recipes-multimedia/gstreamer | |
parent | 3b0245936ed13bd79f62ac6086bc01677d7bdbcd (diff) | |
download | poky-83ea4825eb67e22164b603baedc312579af61e95.tar.gz |
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.
(From OE-Core rev: 5d221ff20dffb2e119047f931e270b5a0ebf2ae1)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-validate_1.12.4.bb | 5 |
1 files changed, 5 insertions, 0 deletions
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 f662467dfb..d2dbb41845 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" | |||
16 | FILES_${PN} += "${datadir}/gstreamer-1.0/* ${libdir}/gst-validate-launcher/* ${libdir}/gstreamer-1.0/*" | 16 | FILES_${PN} += "${datadir}/gstreamer-1.0/* ${libdir}/gst-validate-launcher/* ${libdir}/gstreamer-1.0/*" |
17 | 17 | ||
18 | inherit pkgconfig gettext autotools gobject-introspection gtk-doc | 18 | inherit pkgconfig gettext autotools gobject-introspection gtk-doc |
19 | |||
20 | # With gtk-doc enabled this recipe fails to build, so forcibly disable it: | ||
21 | # WORKDIR/build/docs/validate/gst-validate-scan: line 117: | ||
22 | # WORKDIR/build/docs/validate/.libs/lt-gst-validate-scan: No such file or directory | ||
23 | GTKDOC_ENABLED = "False" | ||