gstreamer: set CVE_PRODUCT

The CVE database stores all GStreamer issues under the catch-all product
'gstreamer', which none of our recipes match.  Set CVE_PRODUCT to 'gstreamer' in
the core library: this isn't ideal but is far better than not scanning for any.

(From OE-Core rev: 7c15c595f4f51fa33e9d5ed1ef03bad9cd167eb4)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2018-02-09 12:47:09 +00:00
committed by Richard Purdie
parent 4ae1f081a5
commit c723f7c92a

View File

@@ -10,3 +10,5 @@ SRC_URI[md5sum] = "9d268f2e891cce1ac0832f1cc467d4ea"
SRC_URI[sha256sum] = "5a8704aa4c2eeb04da192c4a9942f94f860ac1a585de90d9f914bac26a970674"
S = "${WORKDIR}/gstreamer-${PV}"
CVE_PRODUCT = "gstreamer"