]> code.ossystems Code Review - openembedded-core.git/commitdiff
mesa: switch from ftp to https
authorMaxin B. John <maxin.john@intel.com>
Tue, 13 Jun 2017 14:29:50 +0000 (17:29 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Jun 2017 13:45:00 +0000 (14:45 +0100)
For the same reasons as Debian:
https://www.debian.org/News/2017/20170425

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/mesa/mesa_17.1.1.bb

index ff84015aeeaf7aa8332592e1346809a2ce63a732..55c6f71ab4fb98e82a860342efe6c9dc9ce83a8c 100644 (file)
@@ -1,6 +1,6 @@
 require ${BPN}.inc
 
-SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/mesa-${PV}.tar.xz \
+SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
            file://replace_glibc_check_with_linux.patch \
            file://disable-asm-on-non-gcc.patch \
            file://0001-Use-wayland-scanner-in-the-path.patch \