[oe-commits] org.oe.dev tiff: Add lzo to dependencies, otherwise it will try to link against a build host lzo.

florian commit openembedded-commits at lists.openembedded.org
Mon Oct 29 16:13:46 UTC 2007


tiff: Add lzo to dependencies, otherwise it will try to link against a build host lzo.

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: b628e5860e28a7a60e9631fcea1744bcbf821365
ViewMTN: http://monotone.openembedded.org/revision/info/b628e5860e28a7a60e9631fcea1744bcbf821365
Files:
1
packages/libtiff/tiff_3.7.2.bb
Diffs:

#
# mt diff -r670088b04633da95593b635532f7831a766b6ba4 -rb628e5860e28a7a60e9631fcea1744bcbf821365
#
# 
# 
# patch "packages/libtiff/tiff_3.7.2.bb"
#  from [11812494c5ede2018d6bf81e95c44cde62630994]
#    to [dcf63f64a0fd80e6c8938c56074be4ceff0756d5]
# 
============================================================
--- packages/libtiff/tiff_3.7.2.bb	11812494c5ede2018d6bf81e95c44cde62630994
+++ packages/libtiff/tiff_3.7.2.bb	dcf63f64a0fd80e6c8938c56074be4ceff0756d5
@@ -1,8 +1,8 @@ HOMEPAGE = "http://www.remotesensing.org
 DESCRIPTION = "This software provides support for the Tag Image File Format (TIFF)"
 LICENSE = ""
 HOMEPAGE = "http://www.remotesensing.org/libtiff/"
-DEPENDS = "zlib jpeg"
-PR = "r3"
+DEPENDS = "zlib jpeg lzo"
+PR = "r4"
 
 SRC_URI = "http://dl.maptools.org/dl/libtiff/old/tiff-${PV}.tar.gz \
 	  file://configure.patch;patch=1"






More information about the Openembedded-commits mailing list