aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libtiff/tiff_3.7.2.bb
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-08-05 21:21:43 +0400
committerRoman I Khimov <khimov@altell.ru>2010-08-05 21:22:41 +0400
commit35655a4dcb745596697829a63e1471eef2f81c7a (patch)
tree98ebd493211116fd9d6dc5b07e72102738493980 /recipes/libtiff/tiff_3.7.2.bb
parent0418175eb514d86ef6129e2fc2df5d2f516e20cc (diff)
downloadopenembedded-35655a4dcb745596697829a63e1471eef2f81c7a.tar.gz
tiff: remove version 3.7.2
* released March 2005, obsolete * not pinned by any public distro * uses legacy staging Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/libtiff/tiff_3.7.2.bb')
-rw-r--r--recipes/libtiff/tiff_3.7.2.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes/libtiff/tiff_3.7.2.bb b/recipes/libtiff/tiff_3.7.2.bb
deleted file mode 100644
index 9887df24c8..0000000000
--- a/recipes/libtiff/tiff_3.7.2.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-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"
-
-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/"
-
-SRC_URI[md5sum] = "9d7123bd0dbde2a3853fb758346adb78"
-SRC_URI[sha256sum] = "802e13e13cb0051e0b06e5f1e24e0cc613aa0f7c0ef742e5b90a667b40978c46"