diff options
author | Jose Quaresma <quaresma.jose@gmail.com> | 2022-03-07 00:11:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-07 22:44:55 +0000 |
commit | 243394eba18f8e983ea09d0c3e3fe1c96dc81cd6 (patch) | |
tree | 4b71d0f3aa226b422309a005d96b29c096b8a5e3 /meta/recipes-multimedia | |
parent | daa312851681c55d81391b37a30a518f3e74e540 (diff) | |
download | poky-243394eba18f8e983ea09d0c3e3fe1c96dc81cd6.tar.gz |
gstreamer1.0-plugins-base: libgst is already defined on PACKAGES_DYNAMIC
PACKAGES_DYNAMIC in gstreamer1.0-plugins-packaging.inc have libgst since 768d621
(From OE-Core rev: a5908b0cb75c2ff0d0b4edd3adeaf82b2fed19cb)
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.0.bb | 2 |
1 files changed, 0 insertions, 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" | |||
19 | 19 | ||
20 | inherit gobject-introspection | 20 | inherit gobject-introspection |
21 | 21 | ||
22 | PACKAGES_DYNAMIC =+ "^libgst.*" | ||
23 | |||
24 | # opengl packageconfig factored out to make it easy for distros | 22 | # opengl packageconfig factored out to make it easy for distros |
25 | # and BSP layers to choose OpenGL APIs/platforms/window systems | 23 | # and BSP layers to choose OpenGL APIs/platforms/window systems |
26 | PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" | 24 | PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" |