From 13fd15a894356394904e2c818c837d7733bd56f8 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 19 Nov 2020 10:38:13 +0000 Subject: gstreamer1.0-plugins-base: set CVE_PRODUCT There are CVEs with the 'gst-plugins-base' product, so set that. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit ec0f0e5995ab498f50ad51ceb361784247614982) Signed-off-by: Steve Sakoman --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.3.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-multimedia/gstreamer') diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.3.bb index a4f4772c1c..9daaf7587e 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.3.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.3.bb @@ -97,3 +97,5 @@ def get_opengl_cmdline_list(switch_name, options, d): return '-D' + switch_name + '=' + ','.join(selected_options) else: return '' + +CVE_PRODUCT += "gst-plugins-base" -- cgit 1.2.3-korg