aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libtiff/tiff_3.8.2.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-10-11 11:35:58 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-14 12:53:31 +0100
commit7a6218b05eb4ec23e6378a1738ac2f6809fe5c08 (patch)
tree8214f47834281c8a955eb4eea03cacc147aa38b0 /meta/recipes-multimedia/libtiff/tiff_3.8.2.bb
parent3804ea3b6993184060236cfbb0d05c43b7cff017 (diff)
downloadopenembedded-core-7a6218b05eb4ec23e6378a1738ac2f6809fe5c08.tar.gz
libtiff: Update to 3.9.5
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia/libtiff/tiff_3.8.2.bb')
-rw-r--r--meta/recipes-multimedia/libtiff/tiff_3.8.2.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_3.8.2.bb b/meta/recipes-multimedia/libtiff/tiff_3.8.2.bb
deleted file mode 100644
index 0a0367a352..0000000000
--- a/meta/recipes-multimedia/libtiff/tiff_3.8.2.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-DESCRIPTION = "This software provides support for the Tag Image File Format (TIFF)"
-LICENSE = "${PN}"
-LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=34da3db46fab7501992f9615d7e158cf"
-HOMEPAGE = "http://www.remotesensing.org/libtiff/"
-DEPENDS = "zlib jpeg lzo"
-PR = "r2"
-
-SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \
- file://libtool2.patch"
-
-SRC_URI[md5sum] = "fbb6f446ea4ed18955e2714934e5b698"
-SRC_URI[sha256sum] = "be88f037080b93ce0a337b2b3ca5e8195f76885deb6c558cc3aa872ee848fc76"
-
-inherit autotools
-
-PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiff-utils tiff-utils-dbg"
-FILES_tiffxx = "${libdir}/libtiffxx.so.*"
-FILES_tiffxx-dev = "${libdir}/libtiffxx.so ${libdir}/libtiffxx.*a"
-FILES_tiffxx-dbg += "${libdir}/.debug/libtiffxx.so*"
-FILES_tiff-utils = "${bindir}/*"
-FILES_tiff-utils-dbg += "${bindir}/.debug/"