tiff: Add lzo to dependencies, otherwise it will try to link against a build host...
authorFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 29 Oct 2007 14:20:12 +0000 (14:20 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 29 Oct 2007 14:20:12 +0000 (14:20 +0000)
packages/libtiff/tiff_3.7.2.bb

index 671de80..e11028e 100644 (file)
@@ -1,8 +1,8 @@
 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"