diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-11-16 11:55:55 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-21 16:55:58 +0000 |
commit | aae8d68b0ff255b1a68d2cdf3dd6af49a71fdb73 (patch) | |
tree | 32fcdacd0732f70fbf3528317629a0158ebd03ef /meta/recipes-multimedia/libtiff/tiff_4.0.3.bb | |
parent | 3881a549a4b89c24ed65dcb86cee050870902d28 (diff) | |
download | poky-aae8d68b0ff255b1a68d2cdf3dd6af49a71fdb73.tar.gz |
tiff: Update to 4.0.3
(From OE-Core rev: 90ad57fbd72edf44336d0ad2c2e3ec861a641fb3)
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_4.0.3.bb')
-rw-r--r-- | meta/recipes-multimedia/libtiff/tiff_4.0.3.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.3.bb b/meta/recipes-multimedia/libtiff/tiff_4.0.3.bb new file mode 100644 index 0000000000..256e75eca8 --- /dev/null +++ b/meta/recipes-multimedia/libtiff/tiff_4.0.3.bb | |||
@@ -0,0 +1,26 @@ | |||
1 | DESCRIPTION = "This software provides support for the Tag Image File Format (TIFF)" | ||
2 | LICENSE = "BSD-2-Clause" | ||
3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=34da3db46fab7501992f9615d7e158cf" | ||
4 | HOMEPAGE = "http://www.remotesensing.org/libtiff/" | ||
5 | DEPENDS = "zlib jpeg xz" | ||
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] = "051c1068e6a0627f461948c365290410" | ||
12 | SRC_URI[sha256sum] = "ea1aebe282319537fb2d4d7805f478dd4e0e05c33d0928baba76a7c963684872" | ||
13 | |||
14 | inherit autotools | ||
15 | |||
16 | CACHED_CONFIGUREVARS = "ax_cv_check_gl_libgl=no" | ||
17 | |||
18 | PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiffxx-staticdev tiff-utils tiff-utils-dbg" | ||
19 | FILES_tiffxx = "${libdir}/libtiffxx.so.*" | ||
20 | FILES_tiffxx-dev = "${libdir}/libtiffxx.so ${libdir}/libtiffxx.la" | ||
21 | FILES_tiffxx-staticdev = "${libdir}/libtiffxx.a" | ||
22 | FILES_tiffxx-dbg += "${libdir}/.debug/libtiffxx.so*" | ||
23 | FILES_tiff-utils = "${bindir}/*" | ||
24 | FILES_tiff-utils-dbg += "${bindir}/.debug/" | ||
25 | |||
26 | BBCLASSEXTEND = "native" | ||