diff options
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/libpng/libpng_1.6.3.bb (renamed from meta/recipes-multimedia/libpng/libpng_1.6.2.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.2.bb b/meta/recipes-multimedia/libpng/libpng_1.6.3.bb index 7a19313c0e..11e735c5b0 100644 --- a/meta/recipes-multimedia/libpng/libpng_1.6.2.bb +++ b/meta/recipes-multimedia/libpng/libpng_1.6.3.bb | |||
@@ -3,16 +3,16 @@ DESCRIPTION = "PNG Library" | |||
3 | HOMEPAGE = "http://www.libpng.org/" | 3 | HOMEPAGE = "http://www.libpng.org/" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "Libpng" | 5 | LICENSE = "Libpng" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b7c6b3f443bd29d45da5575f36293606 \ | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6a42d0002ce5c11e4a529c29f78d13dd \ |
7 | file://png.h;beginline=207;endline=321;md5=f8e34d28a077eca674b739ded0de063c" | 7 | file://png.h;beginline=207;endline=321;md5=de933190ded7f9d6c22110c8509ea85a" |
8 | DEPENDS = "zlib" | 8 | DEPENDS = "zlib" |
9 | LIBV = "16" | 9 | LIBV = "16" |
10 | 10 | ||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/libpng-${PV}.tar.xz \ | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/libpng-${PV}.tar.xz \ |
12 | file://0001-configure-lower-automake-requirement.patch \ | 12 | file://0001-configure-lower-automake-requirement.patch \ |
13 | " | 13 | " |
14 | SRC_URI[md5sum] = "9d838f6fca9948a9f360a0cc1b516d5f" | 14 | SRC_URI[md5sum] = "9307f8ab04f4be3c1889ffb504f0fe5c" |
15 | SRC_URI[sha256sum] = "1c97a90bc22107e50f04f77a0115f4ec890d5c6a373ac4c560e8fb87259e92de" | 15 | SRC_URI[sha256sum] = "c5ecc0d38663b944a828145ed59cf15dfbad2217512875bc05ecf9b92afa0f45" |
16 | 16 | ||
17 | inherit autotools binconfig pkgconfig | 17 | inherit autotools binconfig pkgconfig |
18 | 18 | ||