summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc
diff options
context:
space:
mode:
authorbkylerussell@gmail.com <bkylerussell@gmail.com>2021-07-03 20:28:11 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-05 10:59:40 +0100
commit768d6210677953cea4e1db5a5fc6be4c6598f36a (patch)
tree03756d28a62cb4ac568cb9461a85d8bbfdbb6960 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc
parente872d4ea6eb7d0e08a780a64baff09ea9a79fd77 (diff)
downloadpoky-768d6210677953cea4e1db5a5fc6be4c6598f36a.tar.gz
gstreamer: add libgst packages to PACKAGES_DYNAMIC
This allows the dynamic libgst* plugin packages and libgstrtspserver-1.0 to be used correctly in RDEPENDS. All gstreamer1.0-plugins-* recipes and gstreamer1.0-rtsp-server include gstreamer1.0-plugins-packaging.inc, which creates multiple libgst* packages through split_gstreamer10_packages(), but only one of the do_split_packages() regexes was included in PACKAGES_DYNAMIC, and only for the plugins packages (through gstreamer1.0-plugins-common.inc). Now the PACKAGES_DYNAMIC definition exists with the do_split_packages() regexes. (From OE-Core rev: d5650e00f7b26b8949ca3baad7df4b8a4ea918a7) Signed-off-by: Kyle Russell <bkylerussell@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc
index dba96e0f6e..cb1c9aaec1 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc
@@ -45,6 +45,3 @@ EXTRA_OEMESON += " \
45 45
46GIR_MESON_ENABLE_FLAG = "enabled" 46GIR_MESON_ENABLE_FLAG = "enabled"
47GIR_MESON_DISABLE_FLAG = "disabled" 47GIR_MESON_DISABLE_FLAG = "disabled"
48
49# Dynamically generate packages for all enabled plugins
50PACKAGES_DYNAMIC = "^${PN}-.*"