summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-11-20 16:38:27 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-21 14:43:56 +0000
commitccf5f67f5d1eba52ab80ef09c56a39aad6885e17 (patch)
tree3a459e62073098dc5072e4dee9254fa3b2d2fecd /meta/recipes-graphics
parent97d7e4ca751e6010da97e7f082dd13230fe3ef10 (diff)
downloadpoky-ccf5f67f5d1eba52ab80ef09c56a39aad6885e17.tar.gz
mesa: fix SRC_URI
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 (From OE-Core rev: dfab5f822c7fd73736953a3883bc16829cd5582e) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/mesa/mesa_12.0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_12.0.1.bb b/meta/recipes-graphics/mesa/mesa_12.0.1.bb
index 80189e3ff1..cda93f6e29 100644
--- a/meta/recipes-graphics/mesa/mesa_12.0.1.bb
+++ b/meta/recipes-graphics/mesa/mesa_12.0.1.bb
@@ -1,6 +1,6 @@
1require ${BPN}.inc 1require ${BPN}.inc
2 2
3SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/mesa-${PV}.tar.xz \ 3SRC_URI = "https://mesa.freedesktop.org/archive/older-versions/12.x/${PV}/mesa-${PV}.tar.xz \
4 file://replace_glibc_check_with_linux.patch \ 4 file://replace_glibc_check_with_linux.patch \
5 file://clang-compile-PR89599.patch \ 5 file://clang-compile-PR89599.patch \
6 file://disable-asm-on-non-gcc.patch \ 6 file://disable-asm-on-non-gcc.patch \