diff options
Diffstat (limited to 'meta-extras')
-rw-r--r-- | meta-extras/packages/libtiff/files/libtool2.patch | 19 | ||||
-rw-r--r-- | meta-extras/packages/libtiff/tiff_3.8.2.bb | 25 |
2 files changed, 0 insertions, 44 deletions
diff --git a/meta-extras/packages/libtiff/files/libtool2.patch b/meta-extras/packages/libtiff/files/libtool2.patch deleted file mode 100644 index 8285be51d2..0000000000 --- a/meta-extras/packages/libtiff/files/libtool2.patch +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
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 deleted file mode 100644 index e9a88ae589..0000000000 --- a/meta-extras/packages/libtiff/tiff_3.8.2.bb +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | DESCRIPTION = "This software provides support for the Tag Image File Format (TIFF)" | ||
2 | LICENSE = "" | ||
3 | HOMEPAGE = "http://www.remotesensing.org/libtiff/" | ||
4 | DEPENDS = "zlib jpeg lzo" | ||
5 | PR = "r1" | ||
6 | |||
7 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ | ||
8 | file://libtool2.patch;patch=1" | ||
9 | |||
10 | inherit autotools | ||
11 | |||
12 | do_stage() { | ||
13 | autotools_stage_includes | ||
14 | install -d ${STAGING_LIBDIR} | ||
15 | oe_libinstall -C libtiff -a -so libtiff ${STAGING_LIBDIR} | ||
16 | oe_libinstall -C libtiff -a -so libtiffxx ${STAGING_LIBDIR} | ||
17 | |||
18 | } | ||
19 | |||
20 | PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiff-utils tiff-utils-dbg" | ||
21 | FILES_tiffxx = "${libdir}/libtiffxx.so.*" | ||
22 | FILES_tiffxx-dev = "${libdir}/libtiffxx.so ${libdir}/libtiffxx.*a" | ||
23 | FILES_tiffxx-dbg += "${libdir}/.debug/libtiffxx.so*" | ||
24 | FILES_tiff-utils = "${bindir}/*" | ||
25 | FILES_tiff-utils-dbg += "${bindir}/.debug/" | ||