summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2022-03-07 00:11:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-07 22:44:55 +0000
commit243394eba18f8e983ea09d0c3e3fe1c96dc81cd6 (patch)
tree4b71d0f3aa226b422309a005d96b29c096b8a5e3 /meta/recipes-multimedia/gstreamer
parentdaa312851681c55d81391b37a30a518f3e74e540 (diff)
downloadpoky-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/gstreamer')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.0.bb2
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
20inherit gobject-introspection 20inherit gobject-introspection
21 21
22PACKAGES_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
26PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" 24PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}"