diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-09-08 16:35:31 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-13 15:17:41 +0100 |
commit | f544e1d10e9dc0f750efdb45a78ce9d5c9603070 (patch) | |
tree | efa66a75294dd472f4f30a0d0445ce829dc92b35 /meta/recipes-multimedia | |
parent | 52182efe70a8fb59b5640cd1cf2bdb55e77c0076 (diff) | |
download | openembedded-core-f544e1d10e9dc0f750efdb45a78ce9d5c9603070.tar.gz openembedded-core-f544e1d10e9dc0f750efdb45a78ce9d5c9603070.tar.bz2 openembedded-core-f544e1d10e9dc0f750efdb45a78ce9d5c9603070.zip |
tiff: Update download URL
remotesensing.org domain has been taken over by someone unrelated.
There does not seem to be an up-to-date tiff homepage, but
osgeo.org is a reliable download site.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/libtiff/tiff_4.0.6.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb b/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb index 83d88df1c1..8147bc4fb0 100644 --- a/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb +++ b/meta/recipes-multimedia/libtiff/tiff_4.0.6.bb @@ -1,9 +1,8 @@ SUMMARY = "Provides support for the Tag Image File Format (TIFF)" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=34da3db46fab7501992f9615d7e158cf" -HOMEPAGE = "http://www.remotesensing.org/libtiff/" -SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ +SRC_URI = "http://download.osgeo.org/libtiff/tiff-${PV}.tar.gz \ file://libtool2.patch \ file://CVE-2015-8665_8683.patch \ file://CVE-2015-8781.patch \ |