diff options
author | Maxin B. John <maxin.john@intel.com> | 2017-06-13 17:29:49 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-14 14:53:57 +0100 |
commit | 6bf1d215b71c9d8d1ab6e505f2f990f8f049e9a0 (patch) | |
tree | a955afb84d9f922fa071c68fada5ba1032a47c5c /meta/recipes-graphics/mesa | |
parent | 6a7684e104f88ad86b7f441a2f7d15f392f3452a (diff) | |
download | poky-6bf1d215b71c9d8d1ab6e505f2f990f8f049e9a0.tar.gz |
mesa-demos: switch from ftp to https
For the same reasons as Debian:
https://www.debian.org/News/2017/20170425
(From OE-Core rev: 31a6e2dca7c22420d981bca199299c4457e3c3d2)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-demos_8.3.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.3.0.bb b/meta/recipes-graphics/mesa/mesa-demos_8.3.0.bb index e43b9effba..bae3b18bea 100644 --- a/meta/recipes-graphics/mesa/mesa-demos_8.3.0.bb +++ b/meta/recipes-graphics/mesa/mesa-demos_8.3.0.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "MIT & PD" | |||
9 | LIC_FILES_CHKSUM = "file://src/xdemos/glxgears.c;beginline=1;endline=20;md5=914225785450eff644a86c871d3ae00e \ | 9 | LIC_FILES_CHKSUM = "file://src/xdemos/glxgears.c;beginline=1;endline=20;md5=914225785450eff644a86c871d3ae00e \ |
10 | file://src/xdemos/glxdemo.c;beginline=1;endline=8;md5=b01d5ab1aee94d35b7efaa2ef48e1a06" | 10 | file://src/xdemos/glxdemo.c;beginline=1;endline=8;md5=b01d5ab1aee94d35b7efaa2ef48e1a06" |
11 | 11 | ||
12 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/demos/${PV}/${BPN}-${PV}.tar.bz2 \ | 12 | SRC_URI = "https://mesa.freedesktop.org/archive/demos/${PV}/${BPN}-${PV}.tar.bz2 \ |
13 | file://0001-mesa-demos-Add-missing-data-files.patch \ | 13 | file://0001-mesa-demos-Add-missing-data-files.patch \ |
14 | file://0003-configure-Allow-to-disable-demos-which-require-GLEW-.patch \ | 14 | file://0003-configure-Allow-to-disable-demos-which-require-GLEW-.patch \ |
15 | file://0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch \ | 15 | file://0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch \ |