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/libtiff/tiff_3.9.5.bb | |
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/libtiff/tiff_3.9.5.bb')
-rw-r--r-- | meta/recipes-multimedia/libtiff/tiff_3.9.5.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_3.9.5.bb b/meta/recipes-multimedia/libtiff/tiff_3.9.5.bb new file mode 100644 index 0000000000..c646c1532d --- /dev/null +++ b/meta/recipes-multimedia/libtiff/tiff_3.9.5.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | DESCRIPTION = "This software provides support for the Tag Image File Format (TIFF)" | ||
2 | LICENSE = "${PN}" | ||
3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=34da3db46fab7501992f9615d7e158cf" | ||
4 | HOMEPAGE = "http://www.remotesensing.org/libtiff/" | ||
5 | DEPENDS = "zlib jpeg lzo" | ||
6 | PR = "r0" | ||
7 | |||
8 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ | ||
9 | file://libtool2.patch" | ||
10 | |||
11 | SRC_URI[md5sum] = "8fc7ce3b4e1d0cc8a319336967815084" | ||
12 | SRC_URI[sha256sum] = "ecf2e30582698dbc61d269203bbd1e701a1a50fb26c87d709e10d89669badb33" | ||
13 | |||
14 | inherit autotools | ||
15 | |||
16 | PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiff-utils tiff-utils-dbg" | ||
17 | FILES_tiffxx = "${libdir}/libtiffxx.so.*" | ||
18 | FILES_tiffxx-dev = "${libdir}/libtiffxx.so ${libdir}/libtiffxx.*a" | ||
19 | FILES_tiffxx-dbg += "${libdir}/.debug/libtiffxx.so*" | ||
20 | FILES_tiff-utils = "${bindir}/*" | ||
21 | FILES_tiff-utils-dbg += "${bindir}/.debug/" | ||