diff options
author | Sergey Lapin <slapin@ossfans.org> | 2010-03-22 18:13:56 +0300 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2010-03-22 18:13:56 +0300 |
commit | 3937c88166a493900a694ea8fe53b860f4099d83 (patch) | |
tree | 57597245b6efd4cf27c1f4c9ff21c0515e530c15 /recipes/libtiff | |
parent | df2ace6d59e22b42e50bcf4e8a9c92b580602c2e (diff) | |
parent | 3510d2ed15a4b477aa7af802a839e11a87b981ed (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/libtiff')
-rw-r--r-- | recipes/libtiff/tiff_3.9.2.bb (renamed from recipes/libtiff/tiff_3.8.2.bb) | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/recipes/libtiff/tiff_3.8.2.bb b/recipes/libtiff/tiff_3.9.2.bb index 00edb40eb3..5f022e0b1d 100644 --- a/recipes/libtiff/tiff_3.8.2.bb +++ b/recipes/libtiff/tiff_3.9.2.bb @@ -2,12 +2,23 @@ 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" +PR = "r1" -inherit autotools_stage +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 + +# requires a too recent, non-default autoconf +do_configure() { + gnu-configize + oe_runconf +} PACKAGES =+ "tiffxx tiffxx-dbg tiffxx-dev tiff-utils tiff-utils-dbg" FILES_tiffxx = "${libdir}/libtiffxx.so.*" |