diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-10-11 11:35:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-14 13:18:17 +0100 |
commit | 4467ef63984d48fc208ab646d18b890c6aa08db0 (patch) | |
tree | ef32332ae72ede20d76d44c7c34b6fab48fcb2dc /meta/recipes-multimedia | |
parent | 3697fdf77ad6c738135467714e7a77a05bbb7939 (diff) | |
download | poky-4467ef63984d48fc208ab646d18b890c6aa08db0.tar.gz |
libtiff: Update to 3.9.5
(From OE-Core rev: 7a6218b05eb4ec23e6378a1738ac2f6809fe5c08)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/libtiff/files/libtool2.patch | 18 | ||||
-rw-r--r-- | meta/recipes-multimedia/libtiff/tiff_3.9.5.bb (renamed from meta/recipes-multimedia/libtiff/tiff_3.8.2.bb) | 6 |
2 files changed, 11 insertions, 13 deletions
diff --git a/meta/recipes-multimedia/libtiff/files/libtool2.patch b/meta/recipes-multimedia/libtiff/files/libtool2.patch index 2ee8309d1d..457202eae5 100644 --- a/meta/recipes-multimedia/libtiff/files/libtool2.patch +++ b/meta/recipes-multimedia/libtiff/files/libtool2.patch | |||
@@ -4,18 +4,16 @@ Upstream-Status: Inappropriate [configuration] | |||
4 | configure.ac | 2 +- | 4 | configure.ac | 2 +- |
5 | 1 file changed, 1 insertion(+), 1 deletion(-) | 5 | 1 file changed, 1 insertion(+), 1 deletion(-) |
6 | 6 | ||
7 | --- tiff-3.8.2.orig/configure.ac | 7 | Index: tiff-3.9.5/configure.ac |
8 | +++ tiff-3.8.2/configure.ac | 8 | =================================================================== |
9 | @@ -25,11 +25,11 @@ dnl OF THIS SOFTWARE. | 9 | --- tiff-3.9.5.orig/configure.ac |
10 | dnl Process this file with autoconf to produce a configure script. | 10 | +++ tiff-3.9.5/configure.ac |
11 | 11 | @@ -27,7 +27,7 @@ dnl Process this file with autoconf to p | |
12 | AC_PREREQ(2.59) | 12 | AC_PREREQ(2.64) |
13 | AC_INIT([LibTIFF Software], 3.8.2, [tiff@lists.maptools.org], tiff) | 13 | AC_INIT([LibTIFF Software],[3.9.5],[tiff@lists.maptools.org],[tiff]) |
14 | AC_CONFIG_AUX_DIR(config) | 14 | AC_CONFIG_AUX_DIR(config) |
15 | -AC_CONFIG_MACRO_DIR(m4) | 15 | -AC_CONFIG_MACRO_DIR(m4) |
16 | +dnl AC_CONFIG_MACRO_DIR(m4) | 16 | +dnl AC_CONFIG_MACRO_DIR(m4) |
17 | AC_LANG(C) | 17 | AC_LANG(C) |
18 | 18 | ||
19 | dnl Compute the canonical target-system type variable | 19 | dnl Compute the canonical host (run-time) system type variable |
20 | AC_CANONICAL_TARGET | ||
21 | |||
diff --git a/meta/recipes-multimedia/libtiff/tiff_3.8.2.bb b/meta/recipes-multimedia/libtiff/tiff_3.9.5.bb index 0a0367a352..c646c1532d 100644 --- a/meta/recipes-multimedia/libtiff/tiff_3.8.2.bb +++ b/meta/recipes-multimedia/libtiff/tiff_3.9.5.bb | |||
@@ -3,13 +3,13 @@ LICENSE = "${PN}" | |||
3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=34da3db46fab7501992f9615d7e158cf" | 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=34da3db46fab7501992f9615d7e158cf" |
4 | HOMEPAGE = "http://www.remotesensing.org/libtiff/" | 4 | HOMEPAGE = "http://www.remotesensing.org/libtiff/" |
5 | DEPENDS = "zlib jpeg lzo" | 5 | DEPENDS = "zlib jpeg lzo" |
6 | PR = "r2" | 6 | PR = "r0" |
7 | 7 | ||
8 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ | 8 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ |
9 | file://libtool2.patch" | 9 | file://libtool2.patch" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "fbb6f446ea4ed18955e2714934e5b698" | 11 | SRC_URI[md5sum] = "8fc7ce3b4e1d0cc8a319336967815084" |
12 | SRC_URI[sha256sum] = "be88f037080b93ce0a337b2b3ca5e8195f76885deb6c558cc3aa872ee848fc76" | 12 | SRC_URI[sha256sum] = "ecf2e30582698dbc61d269203bbd1e701a1a50fb26c87d709e10d89669badb33" |
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||