[oe-commits] Michael 'Mickey' Lauer : tiff 3.8.2: use autotools_stage, make default

GIT User account git at amethyst.openembedded.net
Mon Feb 16 17:42:41 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7a45ec8d68bd3767b4d737ecb64609ab9dfb9080
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7a45ec8d68bd3767b4d737ecb64609ab9dfb9080

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Mon Feb 16 18:41:05 2009 +0100

tiff 3.8.2: use autotools_stage, make default

---

 packages/libtiff/tiff_3.8.2.bb |   17 +++--------------
 1 files changed, 3 insertions(+), 14 deletions(-)

diff --git a/packages/libtiff/tiff_3.8.2.bb b/packages/libtiff/tiff_3.8.2.bb
index 8c6e02c..00edb40 100644
--- a/packages/libtiff/tiff_3.8.2.bb
+++ b/packages/libtiff/tiff_3.8.2.bb
@@ -1,24 +1,13 @@
 DESCRIPTION = "This software provides support for the Tag Image File Format (TIFF)"
-LICENSE = ""
+LICENSE = "${PN}"
 HOMEPAGE = "http://www.remotesensing.org/libtiff/"
 DEPENDS = "zlib jpeg lzo"
-
-DEFAULT_PREFERENCE = "-1"
-
 PV = "3.8.2+4.0.0beta2"
-SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.0beta2.tar.gz"
 
+SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.0beta2.tar.gz"
 S = "${WORKDIR}/${PN}-4.0.0beta2"
 
-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}
-
-}
+inherit autotools_stage
 
 PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiff-utils tiff-utils-dbg"
 FILES_tiffxx = "${libdir}/libtiffxx.so.*"





More information about the Openembedded-commits mailing list