]> code.ossystems Code Review - openembedded-core.git/commitdiff
gstreamer1.0-plugins-base: set CVE_PRODUCT
authorRoss Burton <ross@burtonini.com>
Thu, 19 Nov 2020 10:38:13 +0000 (10:38 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Nov 2020 10:27:38 +0000 (10:27 +0000)
There are CVEs with the 'gst-plugins-base' product, so set that.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.1.bb

index 8e3ff21c90574677d8799fd208e8e3cd39f26570..1b2bd4fe149af61eb1eaf673e6e23c3fe3e62c13 100644 (file)
@@ -90,3 +90,5 @@ def get_opengl_cmdline_list(switch_name, options, d):
         return '-D' + switch_name + '=' + ','.join(selected_options)
     else:
         return ''
+
+CVE_PRODUCT += "gst-plugins-base"