[oe-commits] org.oe.dev tiff: more granulated packaging

hrw commit openembedded-commits at lists.openembedded.org
Mon Aug 20 13:10:02 UTC 2007


tiff: more granulated packaging

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 4287770ea855fb20a7ff1b944f48982f4aab48c9
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4287770ea855fb20a7ff1b944f48982f4aab48c9
Files:
1
packages/libtiff/tiff_3.7.2.bb
Diffs:

#
# mt diff -r2940479bcfd956eef260cc704db455cc804377b8 -r4287770ea855fb20a7ff1b944f48982f4aab48c9
#
# 
# 
# patch "packages/libtiff/tiff_3.7.2.bb"
#  from [87afac8ebad21f27d937fcbf856fa987c3af79c2]
#    to [026a8c2d0b6d10cc0c2950f8266faf28a6c8d243]
# 
============================================================
--- packages/libtiff/tiff_3.7.2.bb	87afac8ebad21f27d937fcbf856fa987c3af79c2
+++ packages/libtiff/tiff_3.7.2.bb	026a8c2d0b6d10cc0c2950f8266faf28a6c8d243
@@ -1,9 +1,10 @@
-DESCRIPTION =	"This software provides support for the Tag Image File Format (TIFF)"
-LICENSE =	""
-HOMEPAGE = 	"http://www.remotesensing.org/libtiff/"
+DESCRIPTION = "This software provides support for the Tag Image File Format (TIFF)"
+LICENSE = ""
+HOMEPAGE = "http://www.remotesensing.org/libtiff/"
+DEPENDS = "zlib jpeg"
+PR = "r1"
 
-DEPENDS =	"zlib jpeg"
-SRC_URI =	"http://dl.maptools.org/dl/libtiff/old/tiff-${PV}.tar.gz"
+SRC_URI = "http://dl.maptools.org/dl/libtiff/old/tiff-${PV}.tar.gz"
 
 inherit autotools
 
@@ -13,3 +14,10 @@ do_stage() {
 	install -m 755 libtiff/.libs/libtiff.so.3.7.2 ${STAGING_LIBDIR}/libtiff.so
 	install -m 755 ./libtiff/.libs/libtiffxx.so.3.7.2 ${STAGING_LIBDIR}/libtiffxx.so
 }
+
+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/"






More information about the Openembedded-commits mailing list