From patchwork Thu Nov 19 10:38:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5/5] gstreamer1.0-plugins-base: set CVE_PRODUCT From: Ross Burton X-Patchwork-Id: 178070 Message-Id: <20201119103813.2726273-5-ross.burton@arm.com> To: openembedded-core@lists.openembedded.org Date: Thu, 19 Nov 2020 10:38:13 +0000 There are CVEs with the 'gst-plugins-base' product, so set that. Signed-off-by: Ross Burton --- .../gstreamer/gstreamer1.0-plugins-base_1.18.1.bb | 2 ++ 1 file changed, 2 insertions(+) -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#144816): https://lists.openembedded.org/g/openembedded-core/message/144816 Mute This Topic: https://lists.openembedded.org/mt/78361988/1003190 Group Owner: openembedded-core+owner@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [mhalstead@linuxfoundation.org] -=-=-=-=-=-=-=-=-=-=-=- diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.1.bb index 8e3ff21c905..1b2bd4fe149 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.18.1.bb @@ -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"