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-14 22:22:07 +0100 |
commit | 25468b58a5302355ac836ac33bfdea950bcc519f (patch) | |
tree | e21a3a2a9953c6dd83cf49bc797cdfa0f6cd8a09 /meta | |
parent | 03fa8209e4ebcf16b2bdf4038e26db31b14e9de0 (diff) | |
download | poky-25468b58a5302355ac836ac33bfdea950bcc519f.tar.gz |
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.
(From OE-Core rev: f544e1d10e9dc0f750efdb45a78ce9d5c9603070)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 @@ | |||
1 | SUMMARY = "Provides support for the Tag Image File Format (TIFF)" | 1 | SUMMARY = "Provides support for the Tag Image File Format (TIFF)" |
2 | LICENSE = "BSD-2-Clause" | 2 | LICENSE = "BSD-2-Clause" |
3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=34da3db46fab7501992f9615d7e158cf" | 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=34da3db46fab7501992f9615d7e158cf" |
4 | HOMEPAGE = "http://www.remotesensing.org/libtiff/" | ||
5 | 4 | ||
6 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ | 5 | SRC_URI = "http://download.osgeo.org/libtiff/tiff-${PV}.tar.gz \ |
7 | file://libtool2.patch \ | 6 | file://libtool2.patch \ |
8 | file://CVE-2015-8665_8683.patch \ | 7 | file://CVE-2015-8665_8683.patch \ |
9 | file://CVE-2015-8781.patch \ | 8 | file://CVE-2015-8781.patch \ |