summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libtiff/tiff_4.0.1.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-02-27 09:31:45 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-28 12:27:48 +0000
commit68f2485a83719fca88795369a7486c035411238e (patch)
treec601cbde21592862805abb0b05b9b616bce0c929 /meta/recipes-multimedia/libtiff/tiff_4.0.1.bb
parentadc53a00f873c2c877605d50bcff8f43649596fb (diff)
downloadpoky-68f2485a83719fca88795369a7486c035411238e.tar.gz
tiff: Update to version 3.9.5
Ensure that OpenGL and friends are disable with the setting of ax_cv_check_gl_libgl = no. (From OE-Core rev: 69e67ac74bda6de1243e35643ee4af8a25a5f32f) 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.1.bb')
-rw-r--r--meta/recipes-multimedia/libtiff/tiff_4.0.1.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.1.bb b/meta/recipes-multimedia/libtiff/tiff_4.0.1.bb
new file mode 100644
index 0000000000..6fb41638af
--- /dev/null
+++ b/meta/recipes-multimedia/libtiff/tiff_4.0.1.bb
@@ -0,0 +1,24 @@
1DESCRIPTION = "This software provides support for the Tag Image File Format (TIFF)"
2LICENSE = "BSD-2-Clause"
3LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=34da3db46fab7501992f9615d7e158cf"
4HOMEPAGE = "http://www.remotesensing.org/libtiff/"
5DEPENDS = "zlib jpeg lzo"
6PR = "r0"
7
8SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \
9 file://libtool2.patch"
10
11SRC_URI[md5sum] = "fae149cc9da35c598d8be897826dfc63"
12SRC_URI[sha256sum] = "9a7a039e516c37478038740f1642818250bfb1414cf404cc8b569e5f9d4bf2f0"
13
14inherit autotools
15
16CACHED_CONFIGUREVARS = "ax_cv_check_gl_libgl=no"
17
18PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiffxx-staticdev tiff-utils tiff-utils-dbg"
19FILES_tiffxx = "${libdir}/libtiffxx.so.*"
20FILES_tiffxx-dev = "${libdir}/libtiffxx.so ${libdir}/libtiffxx.la"
21FILES_tiffxx-staticdev = "${libdir}/libtiffxx.a"
22FILES_tiffxx-dbg += "${libdir}/.debug/libtiffxx.so*"
23FILES_tiff-utils = "${bindir}/*"
24FILES_tiff-utils-dbg += "${bindir}/.debug/"