mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 05:02:24 +02:00
libpng12: update to 1.2.54
1.2.53 -> 1.2.54 No updates in License.The license checksums changed because of update in Copyright date and update of png.h (From OE-Core rev: 0ed98246d17504e509f189451cebcfeda305ed31) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6d1eb34d6a
commit
9b075cafa3
@@ -2,8 +2,8 @@ SUMMARY = "PNG image format decoding library"
|
||||
HOMEPAGE = "http://www.libpng.org/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Libpng"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=bd2a7a13355fcca92ad83bdf7e296011 \
|
||||
file://png.h;beginline=322;endline=436;md5=caf9ee541234c663aeecdcfef2f79ae1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=74b5ed0e4da965adc6f2c00d8ec2bc81 \
|
||||
file://png.h;beginline=19;endline=109;md5=b59f5432223381017280e327e605bb9a"
|
||||
DEPENDS = "zlib"
|
||||
|
||||
PN = "libpng12"
|
||||
@@ -11,8 +11,8 @@ S = "${WORKDIR}/libpng-${PV}"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng12/${PV}/libpng-${PV}.tar.xz"
|
||||
|
||||
SRC_URI[md5sum] = "7d18a74e6fd2029aee76ccd00e00a9e6"
|
||||
SRC_URI[sha256sum] = "b45e49f689e7451bd576569e6a344f7e0d11c02ecbb797f4da0e431526765c0a"
|
||||
SRC_URI[md5sum] = "bbb7a7264f1c7d9c444fd16bf6f89832"
|
||||
SRC_URI[sha256sum] = "cf85516482780f2bc2c5b5073902f12b1519019d47bf473326c2018bdff1d272"
|
||||
|
||||
BINCONFIG_GLOB = "${PN}-config"
|
||||
|
||||
Reference in New Issue
Block a user