[OE-core] [PATCH] libpng: upgrade to 1.6.30

Maxin B. John maxin.john at intel.com
Thu Jul 20 11:51:34 UTC 2017


1.6.29 -> 1.6.30

No changes in License.The license checksums changed because of
update in Copyright dates in LICENSE and png.h files.

Since GENTOO_MIRROR also removes the older releases of libpng,
it makes sense to move back to the original SOURCEFORGE_MIRROR
and provide an additional MIRROR to the standard path of the
old binaries present in libpng project - "older-releases".

Signed-off-by: Maxin B. John <maxin.john at intel.com>
---
 .../libpng/{libpng_1.6.29.bb => libpng_1.6.30.bb}         | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)
 rename meta/recipes-multimedia/libpng/{libpng_1.6.29.bb => libpng_1.6.30.bb} (53%)

diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.29.bb b/meta/recipes-multimedia/libpng/libpng_1.6.30.bb
similarity index 53%
rename from meta/recipes-multimedia/libpng/libpng_1.6.29.bb
rename to meta/recipes-multimedia/libpng/libpng_1.6.30.bb
index 8a3056e..f9ff1a9 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.29.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.30.bb
@@ -2,14 +2,17 @@ SUMMARY = "PNG image format decoding library"
 HOMEPAGE = "http://www.libpng.org/"
 SECTION = "libs"
 LICENSE = "Libpng"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=f9acafc1325f8f8da80aeee94dbc1bda \
-                    file://png.h;endline=144;md5=0b2aa20c7ff55d9411108317df8ff0c9"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e2caf3f5970737a6a7b746d8a0d12105 \
+                    file://png.h;endline=144;md5=7c8feac6904795276e99304ac474f852"
 DEPENDS = "zlib"
+LIBV = "16"
 
-SRC_URI = "${GENTOO_MIRROR}/libpng-${PV}.tar.xz \
-          "
-SRC_URI[md5sum] = "3245dbd76ea91e1437507357b858ec97"
-SRC_URI[sha256sum] = "4245b684e8fe829ebb76186327bb37ce5a639938b219882b53d64bd3cfc5f239"
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/libpng-${PV}.tar.xz"
+
+MIRRORS += "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/older-releases/${PV}"
+
+SRC_URI[md5sum] = "88a729d47eaf880d61a0ef90f4bd5e8f"
+SRC_URI[sha256sum] = "267c332ffff70cc599d3929207869f698798f1df143aa5f9597b007c14353666"
 
 BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config"
 
-- 
2.4.0




More information about the Openembedded-core mailing list