mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
libtiff: added 3.7.2 from OE (required by python-imaging)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4161 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
Index: tiff-3.7.2/configure.ac
|
||||||
|
===================================================================
|
||||||
|
--- tiff-3.7.2.orig/configure.ac 2005-03-15 10:42:19.000000000 -0500
|
||||||
|
+++ tiff-3.7.2/configure.ac 2007-10-10 12:05:58.000000000 -0400
|
||||||
|
@@ -32,7 +32,6 @@
|
||||||
|
AC_CANONICAL_TARGET
|
||||||
|
|
||||||
|
AM_INIT_AUTOMAKE
|
||||||
|
-AM_PROG_CC_C_O
|
||||||
|
dnl Do not rebuild generated files every time
|
||||||
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
|
@@ -55,6 +54,7 @@
|
||||||
|
|
||||||
|
dnl Checks for programs.
|
||||||
|
AC_PROG_CC
|
||||||
|
+AM_PROG_CC_C_O
|
||||||
|
|
||||||
|
dnl We want warnings. As many warnings as possible.
|
||||||
|
#VL_PROG_CC_WARNINGS()
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
DESCRIPTION = "This software provides support for the Tag Image File Format (TIFF)"
|
||||||
|
LICENSE = ""
|
||||||
|
HOMEPAGE = "http://www.remotesensing.org/libtiff/"
|
||||||
|
DEPENDS = "zlib jpeg lzo"
|
||||||
|
PR = "r4"
|
||||||
|
|
||||||
|
SRC_URI = "http://dl.maptools.org/dl/libtiff/old/tiff-${PV}.tar.gz \
|
||||||
|
file://configure.patch;patch=1"
|
||||||
|
|
||||||
|
inherit autotools
|
||||||
|
|
||||||
|
do_stage() {
|
||||||
|
autotools_stage_includes
|
||||||
|
install -d ${STAGING_LIBDIR}
|
||||||
|
oe_libinstall -C libtiff -a -so libtiff ${STAGING_LIBDIR}
|
||||||
|
oe_libinstall -C libtiff -a -so libtiffxx ${STAGING_LIBDIR}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
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/"
|
||||||
Reference in New Issue
Block a user