From f119c2a2f955b2eaa9ac5fca3ecac695acc096fc Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 26 Aug 2016 18:37:53 +0300 Subject: gtk-doc: disable where necessary Several recipes in meta-oe layers are so old that they don't work with modern gtk-doc (which was added and enabled by default in oe-core); disable that where it is necessary for the build to succeed. Signed-off-by: Alexander Kanavin Signed-off-by: Martin Jansa --- meta-oe/recipes-support/farsight/libnice_0.0.13.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe/recipes-support/farsight') diff --git a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb index 620ee1f6cc..3c2a054ef0 100644 --- a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb +++ b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb @@ -18,6 +18,8 @@ PACKAGECONFIG[gupnp] = "--enable-gupnp,--disable-gupnp,gupnp-igd" inherit autotools pkgconfig gtk-doc +EXTRA_OECONF = "--disable-gtk-doc" + FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la" FILES_${PN}-staticdev += "${libdir}/gstreamer-0.10/*.a" -- cgit 1.2.3-korg