From a5908b0cb75c2ff0d0b4edd3adeaf82b2fed19cb Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Mon, 7 Mar 2022 00:11:14 +0000 Subject: [PATCH] gstreamer1.0-plugins-base: libgst is already defined on PACKAGES_DYNAMIC PACKAGES_DYNAMIC in gstreamer1.0-plugins-packaging.inc have libgst since 768d621 Signed-off-by: Jose Quaresma Signed-off-by: Richard Purdie --- .../gstreamer/gstreamer1.0-plugins-base_1.20.0.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.0.bb index c9fbc599ae..6afd51c01d 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.0.bb @@ -19,8 +19,6 @@ DEPENDS += "iso-codes util-linux zlib" inherit gobject-introspection -PACKAGES_DYNAMIC =+ "^libgst.*" - # opengl packageconfig factored out to make it easy for distros # and BSP layers to choose OpenGL APIs/platforms/window systems PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" -- 2.40.1