@@ -41,7 +41,6 @@ PACKAGECONFIG[gtk4] = "-Dgtk=enabled,-Dgtk=disabled,gtk4"
RYGEL_PLUGINS = ""
RYGEL_PLUGINS:append = "${@bb.utils.contains('PACKAGECONFIG', 'external', ',external', '', d)}"
RYGEL_PLUGINS:append = "${@bb.utils.contains('PACKAGECONFIG', 'mpris', ',mpris', '', d)}"
-RYGEL_PLUGINS:append = "${@bb.utils.contains('PACKAGECONFIG', 'ruih', ',ruih', '', d)}"
RYGEL_PLUGINS:append = "${@bb.utils.contains('PACKAGECONFIG', 'gst-launch', ',gst-launch', '', d)}"
RYGEL_PLUGINS:append = "${@bb.utils.contains('PACKAGECONFIG', 'media-export', ',media-export', '', d)}"
RYGEL_PLUGINS:append = "${@bb.utils.contains('PACKAGECONFIG', 'localsearch', ',localsearch', '', d)}"
The RUIH plugin is gone upstream, so drop its PACKAGECONFIG along with the RYGEL_PLUGINS entry that referenced it. Two new native dependencies: meson now looks for a python3 that provides the yaml module, and the manpages are rst sources built with rst2man. The library API version is still 2.8, so the engine and plugin paths in FILES and do_install keep working. HOMEPAGE follows the project to its own domain. AI-Generated: Uses Claude Code Signed-off-by: Markus Volk <f_l_k@t-online.de> --- meta-multimedia/recipes-connectivity/rygel/rygel_46.0.bb | 1 - 1 file changed, 1 deletion(-)