diff options
author | Carlos Rafael Giani <crg7475@mailbox.org> | 2019-10-22 16:59:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-04 13:39:05 +0000 |
commit | 421b8d43abaed391d7ce18a34bf6f310f9126b2e (patch) | |
tree | 979cd93e1ca2c795341216e01860acafe6ea5bd6 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.1.bb | |
parent | 9cc82a6f43231810b1d0789c5ae00dfa91f0e39e (diff) | |
download | poky-421b8d43abaed391d7ce18a34bf6f310f9126b2e.tar.gz |
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.
(From OE-Core rev: c10cd9a54c5df7c5afddfa553b28a62fb0e80ff3)
Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.1.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.1.bb index 21d2b2bb7f..0fa7b86ffe 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require gstreamer1.0-plugins.inc | 1 | require gstreamer1.0-plugins.inc |
2 | 2 | ||
3 | SRC_URI = " \ | 3 | SRC_URI = " \ |
4 | http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz \ | 4 | https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz \ |
5 | file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ | 5 | file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ |
6 | " | 6 | " |
7 | 7 | ||