mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
libpng: Update to 1.6.6
License Checksum changed due to date updates in files and lines moving. (From OE-Core rev: f2065a3388cdbb4586bf5a808455a011b557de11) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1e02b0c5ca
commit
05a3ec21f2
@@ -3,16 +3,18 @@ DESCRIPTION = "PNG Library"
|
||||
HOMEPAGE = "http://www.libpng.org/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Libpng"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=6a42d0002ce5c11e4a529c29f78d13dd \
|
||||
file://png.h;beginline=207;endline=321;md5=de933190ded7f9d6c22110c8509ea85a"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=2ebec5fb1db10234542f80fdd7117e25 \
|
||||
file://png.h;endline=15;md5=41143e20c803af0a376888699ce0980e \
|
||||
file://png.h;beginline=209;endline=323;md5=d30ef0b1dd12d869cb3c6bdb3678e5f4"
|
||||
DEPENDS = "zlib"
|
||||
LIBV = "16"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/libpng-${PV}.tar.xz \
|
||||
file://0001-configure-lower-automake-requirement.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "9307f8ab04f4be3c1889ffb504f0fe5c"
|
||||
SRC_URI[sha256sum] = "c5ecc0d38663b944a828145ed59cf15dfbad2217512875bc05ecf9b92afa0f45"
|
||||
|
||||
SRC_URI[md5sum] = "3a41dcd58bcac7cc191c2ec80c7fb2ac"
|
||||
SRC_URI[sha256sum] = "0407965a0057af7a9e4cefe27c062f517d9ad701cdfd20aa91afb6a84f214e70"
|
||||
|
||||
inherit autotools binconfig pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user