mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
97d7e4ca75
commit
ccf5f67f5d
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user