diff options
-rw-r--r-- | meta/recipes-multimedia/libtiff/tiff_4.0.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.1.bb b/meta/recipes-multimedia/libtiff/tiff_4.0.1.bb index 6fb41638af..54c4cbc1f6 100644 --- a/meta/recipes-multimedia/libtiff/tiff_4.0.1.bb +++ b/meta/recipes-multimedia/libtiff/tiff_4.0.1.bb | |||
@@ -2,8 +2,8 @@ DESCRIPTION = "This software provides support for the Tag Image File Format (TIF | |||
2 | LICENSE = "BSD-2-Clause" | 2 | LICENSE = "BSD-2-Clause" |
3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=34da3db46fab7501992f9615d7e158cf" | 3 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=34da3db46fab7501992f9615d7e158cf" |
4 | HOMEPAGE = "http://www.remotesensing.org/libtiff/" | 4 | HOMEPAGE = "http://www.remotesensing.org/libtiff/" |
5 | DEPENDS = "zlib jpeg lzo" | 5 | DEPENDS = "zlib jpeg xz" |
6 | PR = "r0" | 6 | PR = "r1" |
7 | 7 | ||
8 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ | 8 | SRC_URI = "ftp://ftp.remotesensing.org/pub/libtiff/tiff-${PV}.tar.gz \ |
9 | file://libtool2.patch" | 9 | file://libtool2.patch" |