]> code.ossystems Code Review - openembedded-core.git/commitdiff
mesa: fix SRC_URI
authorArmin Kuster <akuster808@gmail.com>
Tue, 21 Nov 2017 00:38:27 +0000 (16:38 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Nov 2017 14:43:00 +0000 (14:43 +0000)
ERROR: mesa-2_12.0.1-r0 do_checkuri: Fetcher failure for URL: 'ftp://ftp.freedesktop.org/pub/mesa/12.0.1/mesa-12.0.1.tar.xz'. URL ftp://ftp.freedesktop.org/pub/mesa/12.0.1/mesa-12.0.1.tar.xz doesn't work

change to https and use older-versions path

Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-graphics/mesa/mesa_12.0.1.bb

index 80189e3ff1f5981308196db3642029c8a3d72fff..cda93f6e29853587dc4725542a1cd166df1683d0 100644 (file)
@@ -1,6 +1,6 @@
 require ${BPN}.inc
 
-SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/mesa-${PV}.tar.xz \
+SRC_URI = "https://mesa.freedesktop.org/archive/older-versions/12.x/${PV}/mesa-${PV}.tar.xz \
            file://replace_glibc_check_with_linux.patch \
            file://clang-compile-PR89599.patch \
            file://disable-asm-on-non-gcc.patch \