summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2020-11-19 10:38:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-03 23:02:08 +0000
commite03e48975860ab344f03a95144c9e41bddfdac0b (patch)
treeadbdd537f2917cd0679272c0449895e7dec9347c /meta
parent321e17803e4fd06c0484914c169dad9d809eac10 (diff)
downloadpoky-e03e48975860ab344f03a95144c9e41bddfdac0b.tar.gz
gstreamer1.0-rtsp-server: set CVE_PRODUCT
There are CVEs with the 'gst-rtsp-server' product, so set that. (From OE-Core rev: 096b1aa0727ee29adaf54b3133ebdaa71399a967) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit eb5cbdead78d092733e783b09528b208efccac3d) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.3.bb
index 5f1b1d44fa..ed51a5693e 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.3.bb
@@ -29,3 +29,5 @@ GIR_MESON_DISABLE_FLAG = "disabled"
29 29
30# Starting with 1.8.0 gst-rtsp-server includes dependency-less plugins as well 30# Starting with 1.8.0 gst-rtsp-server includes dependency-less plugins as well
31require gstreamer1.0-plugins-packaging.inc 31require gstreamer1.0-plugins-packaging.inc
32
33CVE_PRODUCT += "gst-rtsp-server"