]> code.ossystems Code Review - openembedded-core.git/commit
gstreamer: Change SRC_URI to use HTTPS access instead of HTTP
authorCarlos Rafael Giani <crg7475@mailbox.org>
Sun, 24 Nov 2019 23:50:32 +0000 (15:50 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Nov 2019 21:37:01 +0000 (21:37 +0000)
commit7ca54d025168688b1b612c43c9ed4bc0f2ca4d02
tree47776f61e81812b9ac3addafc9a5088537a11029
parent2dc11f32c6ddfbfc39317ed8ef08a0010b612ea3
gstreamer: Change SRC_URI to use HTTPS access instead of HTTP

Some GStreamer recipes like gstreamer1.0-vaapi already use HTTPS instead
of http. Also, access to http:// is simply redirected by the freedesktop
server to https://, and using HTTPS is anyway generally recommended over
plain HTTP for security reasons. So, normalize the URLs to use HTTPS only.

Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.16.1.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.16.1.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.1.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.1.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.1.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.16.1.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.1.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.1.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.1.bb