From 259b9fd719d8c7d36b6e161e7df8d2bc8d4883fd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 13 Jan 2024 23:15:11 -0800 Subject: gst-shark: inherit gtk-doc Recent changes to oe-core[1] mean that if a configure.ac uses gtk-doc then gtkdocize will be called. This means that recipes that don't inherit gtk-doc (to depend on gtk-doc-native) but don't explicitly disable the use of gtkdocize will fail to configure. Inheriting gtk-doc both solves the configure failure, and allows us to build the API documentation. [1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb index 8a839e0d10..dc43bed63b 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb @@ -31,4 +31,4 @@ FILES:${PN} += "\ ${libdir}/gstreamer-1.0/libgstsharktracers.la \ " -inherit autotools gettext pkgconfig +inherit autotools gettext pkgconfig gtk-doc -- cgit v1.2.3-54-g00ecf