tiff: add a download mirror

The original upstream source download url http://download.osgeo.org/
is not stable and sometimes corrupt, so add a mirror from
https://ftp.osuosl.org/ to avoid the do_fetch failure when the
upstream one is corrupted.

Closes-bug: 1954357

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I307e8a10c85b837081cb3118e619df768f40e385
This commit is contained in:
Jackie Huang 2021-12-09 22:12:14 -08:00
parent 22c00a7691
commit f5b598ce2c

View File

@ -0,0 +1,3 @@
PREMIRRORS_prepend = "\n \
http://download.osgeo.org/libtiff/ https://ftp.osuosl.org/pub/blfs/conglomeration/tiff/ \n \
"