diff options
author | Maxin B. John <maxin.john@intel.com> | 2017-06-13 17:29:51 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-14 14:53:57 +0100 |
commit | 381b403667658df6ccdc70f7ab080e96320441e2 (patch) | |
tree | 8e08dd6e10730195a1a1879ff992b6088ca2b1e9 | |
parent | 52839e11e10023162042ec077eb1f53198fb59bd (diff) | |
download | poky-381b403667658df6ccdc70f7ab080e96320441e2.tar.gz |
libglu: switch from ftp to https
For the same reasons as Debian:
https://www.debian.org/News/2017/20170425
(From OE-Core rev: 057bcb34b9cd7b52932320206132ab381f00c674)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/mesa/libglu_9.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/libglu_9.0.0.bb b/meta/recipes-graphics/mesa/libglu_9.0.0.bb index 8b94613c70..eeb898fd3d 100644 --- a/meta/recipes-graphics/mesa/libglu_9.0.0.bb +++ b/meta/recipes-graphics/mesa/libglu_9.0.0.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://include/GL/glu.h;endline=29;md5=6b79c570f644363b35645 | |||
12 | PE = "2" | 12 | PE = "2" |
13 | PR = "0" | 13 | PR = "0" |
14 | 14 | ||
15 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/glu/glu-${PV}.tar.bz2" | 15 | SRC_URI = "https://mesa.freedesktop.org/archive/glu/glu-${PV}.tar.bz2" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "be9249132ff49275461cf92039083030" | 17 | SRC_URI[md5sum] = "be9249132ff49275461cf92039083030" |
18 | SRC_URI[sha256sum] = "1f7ad0d379a722fcbd303aa5650c6d7d5544fde83196b42a73d1193568a4df12" | 18 | SRC_URI[sha256sum] = "1f7ad0d379a722fcbd303aa5650c6d7d5544fde83196b42a73d1193568a4df12" |