diff options
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/libtiff/tiff_4.0.2.bb (renamed from meta/recipes-multimedia/libtiff/tiff_4.0.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.1.bb b/meta/recipes-multimedia/libtiff/tiff_4.0.2.bb index 72d99a197f..5188963f17 100644 --- a/meta/recipes-multimedia/libtiff/tiff_4.0.1.bb +++ b/meta/recipes-multimedia/libtiff/tiff_4.0.2.bb | |||
@@ -3,13 +3,13 @@ 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 xz" | 5 | DEPENDS = "zlib jpeg xz" |
6 | PR = "r1" | 6 | PR = "r0" |
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" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "fae149cc9da35c598d8be897826dfc63" | 11 | SRC_URI[md5sum] = "04a08fa1e07e696e820a0c3f32465a13" |
12 | SRC_URI[sha256sum] = "9a7a039e516c37478038740f1642818250bfb1414cf404cc8b569e5f9d4bf2f0" | 12 | SRC_URI[sha256sum] = "aa29f1f5bfe3f443c3eb4dac472ebde15adc8ff0464b83376f35e3b2fef935da" |
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||