From: Jose Quaresma Date: Mon, 7 Mar 2022 00:11:14 +0000 (+0000) Subject: gstreamer1.0-plugins-base: libgst is already defined on PACKAGES_DYNAMIC X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a5908b0cb75c2ff0d0b4edd3adeaf82b2fed19cb;p=openembedded-core.git 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 --- 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)}"