From: Ross Burton Date: Thu, 19 Nov 2020 10:38:13 +0000 (+0000) Subject: gstreamer1.0-plugins-base: set CVE_PRODUCT X-Git-Tag: 2020-04.5-dunfell~106 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=13fd15a894356394904e2c818c837d7733bd56f8;p=openembedded-core.git 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 --- 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"