diff options
-rw-r--r-- | meta-extras/packages/libtiff/files/libtool2.patch | 19 | ||||
-rw-r--r-- | meta-extras/packages/libtiff/tiff_3.8.2.bb | 4 |
2 files changed, 22 insertions, 1 deletions
diff --git a/meta-extras/packages/libtiff/files/libtool2.patch b/meta-extras/packages/libtiff/files/libtool2.patch new file mode 100644 index 0000000000..8285be51d2 --- /dev/null +++ b/meta-extras/packages/libtiff/files/libtool2.patch | |||
@@ -0,0 +1,19 @@ | |||
1 | --- | ||
2 | configure.ac | 2 +- | ||
3 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
4 | |||
5 | --- tiff-3.8.2.orig/configure.ac | ||
6 | +++ tiff-3.8.2/configure.ac | ||
7 | @@ -25,11 +25,11 @@ dnl OF THIS SOFTWARE. | ||
8 | dnl Process this file with autoconf to produce a configure script. | ||
9 | |||
10 | AC_PREREQ(2.59) | ||
11 | AC_INIT([LibTIFF Software], 3.8.2, [tiff@lists.maptools.org], tiff) | ||
12 | AC_CONFIG_AUX_DIR(config) | ||
13 | -AC_CONFIG_MACRO_DIR(m4) | ||
14 | +dnl AC_CONFIG_MACRO_DIR(m4) | ||
15 | AC_LANG(C) | ||
16 | |||
17 | dnl Compute the canonical target-system type variable | ||
18 | AC_CANONICAL_TARGET | ||
19 | |||
diff --git a/meta-extras/packages/libtiff/tiff_3.8.2.bb b/meta-extras/packages/libtiff/tiff_3.8.2.bb index c11f760061..e9a88ae589 100644 --- a/meta-extras/packages/libtiff/tiff_3.8.2.bb +++ b/meta-extras/packages/libtiff/tiff_3.8.2.bb | |||
@@ -2,8 +2,10 @@ DESCRIPTION = "This software provides support for the Tag Image File Format (TIF | |||
2 | LICENSE = "" | 2 | LICENSE = "" |
3 | HOMEPAGE = "http://www.remotesensing.org/libtiff/" | 3 | HOMEPAGE = "http://www.remotesensing.org/libtiff/" |
4 | DEPENDS = "zlib jpeg lzo" | 4 | DEPENDS = "zlib jpeg lzo" |
5 | PR = "r1" | ||
5 | 6 | ||
6 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz" | 7 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ |
8 | file://libtool2.patch;patch=1" | ||
7 | 9 | ||
8 | inherit autotools | 10 | inherit autotools |
9 | 11 | ||