[oe-commits] Frans Meulenbroeks : tiff: moved to 4.0.0 beta5

git version control git at git.openembedded.org
Mon Mar 15 08:38:35 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: c860f51f04d41680100a7fecd2341ecf8f657fe1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c860f51f04d41680100a7fecd2341ecf8f657fe1

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Thu Mar 11 21:08:45 2010 +0100

tiff: moved to 4.0.0 beta5

also renamed to 3.9.2 as that is the latest version before 4.0.0

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/libtiff/{tiff_3.8.2.bb => tiff_3.9.2.bb} |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/recipes/libtiff/tiff_3.8.2.bb b/recipes/libtiff/tiff_3.9.2.bb
similarity index 68%
rename from recipes/libtiff/tiff_3.8.2.bb
rename to recipes/libtiff/tiff_3.9.2.bb
index 00edb40..9beb444 100644
--- a/recipes/libtiff/tiff_3.8.2.bb
+++ b/recipes/libtiff/tiff_3.9.2.bb
@@ -2,10 +2,13 @@ DESCRIPTION = "This software provides support for the Tag Image File Format (TIF
 LICENSE = "${PN}"
 HOMEPAGE = "http://www.remotesensing.org/libtiff/"
 DEPENDS = "zlib jpeg lzo"
-PV = "3.8.2+4.0.0beta2"
+PV = "3.9.2+4.0.0beta5"
 
-SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.0beta2.tar.gz"
-S = "${WORKDIR}/${PN}-4.0.0beta2"
+SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.0beta5.tar.gz;name=tiff400beta5targz"
+SRC_URI[tiff400beta5targz.md5sum] = "a0a83604e38a299fae9f0b1a39c04870"
+SRC_URI[tiff400beta5targz.sha256sum] = "64b61567782643a841e33a8d031d0d6a9b3e436108829e2e947183f8dcdc6ec7"
+
+S = "${WORKDIR}/${PN}-4.0.0beta5"
 
 inherit autotools_stage
 





More information about the Openembedded-commits mailing list