[1/2] gstreamer1.0-plugins-base: libgst is already defined on PACKAGES_DYNAMIC

Message ID 20220307001115.197103-1-quaresma.jose@gmail.com
State Accepted, archived
Commit a5908b0cb75c2ff0d0b4edd3adeaf82b2fed19cb
Headers show
Series [1/2] gstreamer1.0-plugins-base: libgst is already defined on PACKAGES_DYNAMIC | expand

Commit Message

Jose Quaresma March 7, 2022, 12:11 a.m. UTC
PACKAGES_DYNAMIC in gstreamer1.0-plugins-packaging.inc have libgst since 768d621

Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
---
 .../gstreamer/gstreamer1.0-plugins-base_1.20.0.bb               | 2 --
 1 file changed, 2 deletions(-)

Patch

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)}"