libpng: update to upstream version 1.5.14

obsolete_automake_macros.patch removed as it's not part of upstream.
The only changes to license texts are latest libpng version number
and release dates.

(From OE-Core rev: d68e9660327db2dd4f2ae7bcea9925146b94eb77)

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Marko Lindqvist 2013-02-13 13:26:18 +02:00 committed by Richard Purdie
parent 3a154fa0ad
commit 4eca6f43d0
3 changed files with 20 additions and 36 deletions

View File

@ -1,15 +0,0 @@
Upstream-status: Accepted [will be in 1.5.14]
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
diff -Nurd libpng-1.5.13/configure.ac libpng-1.5.13/configure.ac
--- libpng-1.5.13/configure.ac 2012-09-27 14:21:22.000000000 +0300
+++ libpng-1.5.13/configure.ac 2013-01-02 16:50:27.876103410 +0200
@@ -31,7 +31,7 @@
dnl End of version number stuff
AC_CONFIG_SRCDIR([pngget.c])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
# Checks for programs.
AC_LANG([C])

View File

@ -1,21 +0,0 @@
SUMMARY = "PNG Library"
DESCRIPTION = "PNG Library"
HOMEPAGE = "http://www.libpng.org/"
SECTION = "libs"
LICENSE = "Libpng"
LIC_FILES_CHKSUM = "file://LICENSE;md5=00b5b35853278d508806c2e5860e82cb \
file://png.h;beginline=207;endline=321;md5=50e583fb60bb36f37ab5023b2a3715d1"
DEPENDS = "zlib"
PR = "r2"
LIBV = "15"
SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/libpng-${PV}.tar.xz \
file://obsolete_automake_macros.patch \
"
SRC_URI[md5sum] = "0b607a685da977f1bfc96e1c47055183"
SRC_URI[sha256sum] = "b843f9cb01d10ae22acd9aaf58aceaa4a6aeb9cf78943b41588004b271257aee"
inherit autotools binconfig pkgconfig
BBCLASSEXTEND = "native nativesdk"

View File

@ -0,0 +1,20 @@
SUMMARY = "PNG Library"
DESCRIPTION = "PNG Library"
HOMEPAGE = "http://www.libpng.org/"
SECTION = "libs"
LICENSE = "Libpng"
LIC_FILES_CHKSUM = "file://LICENSE;md5=58c8238139ee86082f8d29eb89304241 \
file://png.h;beginline=207;endline=321;md5=4f17771edaee8bb3c17a95d7faaa3681"
DEPENDS = "zlib"
PR = "r0"
LIBV = "15"
SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/libpng-${PV}.tar.xz \
"
SRC_URI[md5sum] = "94284b01d62ca43c5eb3f6702db08ed8"
SRC_URI[sha256sum] = "1459488e1b58d3be1c798453cf40c522c05bd66b61156cd51f469f17dff87b54"
inherit autotools binconfig pkgconfig
BBCLASSEXTEND = "native nativesdk"