]> 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)
committerSteve Sakoman <steve@sakoman.com>
Mon, 30 Nov 2020 22:05:57 +0000 (12:05 -1000)
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>
(cherry picked from commit ec0f0e5995ab498f50ad51ceb361784247614982)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.3.bb

index a4f4772c1c77d8e4649cf8d50aa7c7a126ebf8ca..9daaf7587eee59fd8c33cae029c6cde1abdca954 100644 (file)
@@ -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"