summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/zlib
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2017-02-27 20:26:37 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-08 11:52:57 +0000
commit3fc53377e2c19d43bb9dcd06088295b8f8b3b3ac (patch)
tree2f9094f0557a295d0df6999c5aa744e1fb0054e8 /meta/recipes-core/zlib
parentd070d151d35ad2adcd5bc84c91d3b14859c4eeba (diff)
downloadpoky-3fc53377e2c19d43bb9dcd06088295b8f8b3b3ac.tar.gz
zlib: Upgrade 1.2.8 -> 1.2.11
Licence updated by removing its first line which was containing copyright notice including year, which could change quite often. Additional empty line was deleted, too. (From OE-Core rev: 8b15b7bd10db83b3390827231b54aeb3452bcb6f) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/zlib')
-rw-r--r--meta/recipes-core/zlib/zlib-1.2.11/Makefile-runtests.patch (renamed from meta/recipes-core/zlib/zlib-1.2.8/Makefile-runtests.patch)0
-rw-r--r--meta/recipes-core/zlib/zlib-1.2.11/ldflags-tests.patch (renamed from meta/recipes-core/zlib/zlib-1.2.8/ldflags-tests.patch)0
-rw-r--r--meta/recipes-core/zlib/zlib-1.2.11/remove.ldconfig.call.patch (renamed from meta/recipes-core/zlib/zlib-1.2.8/remove.ldconfig.call.patch)0
-rw-r--r--meta/recipes-core/zlib/zlib-1.2.11/run-ptest (renamed from meta/recipes-core/zlib/zlib-1.2.8/run-ptest)0
-rw-r--r--meta/recipes-core/zlib/zlib_1.2.11.bb (renamed from meta/recipes-core/zlib/zlib_1.2.8.bb)6
5 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/zlib/zlib-1.2.8/Makefile-runtests.patch b/meta/recipes-core/zlib/zlib-1.2.11/Makefile-runtests.patch
index 61eea8238a..61eea8238a 100644
--- a/meta/recipes-core/zlib/zlib-1.2.8/Makefile-runtests.patch
+++ b/meta/recipes-core/zlib/zlib-1.2.11/Makefile-runtests.patch
diff --git a/meta/recipes-core/zlib/zlib-1.2.8/ldflags-tests.patch b/meta/recipes-core/zlib/zlib-1.2.11/ldflags-tests.patch
index 19c40b7452..19c40b7452 100644
--- a/meta/recipes-core/zlib/zlib-1.2.8/ldflags-tests.patch
+++ b/meta/recipes-core/zlib/zlib-1.2.11/ldflags-tests.patch
diff --git a/meta/recipes-core/zlib/zlib-1.2.8/remove.ldconfig.call.patch b/meta/recipes-core/zlib/zlib-1.2.11/remove.ldconfig.call.patch
index 403b4825c9..403b4825c9 100644
--- a/meta/recipes-core/zlib/zlib-1.2.8/remove.ldconfig.call.patch
+++ b/meta/recipes-core/zlib/zlib-1.2.11/remove.ldconfig.call.patch
diff --git a/meta/recipes-core/zlib/zlib-1.2.8/run-ptest b/meta/recipes-core/zlib/zlib-1.2.11/run-ptest
index 884d9dc699..884d9dc699 100644
--- a/meta/recipes-core/zlib/zlib-1.2.8/run-ptest
+++ b/meta/recipes-core/zlib/zlib-1.2.11/run-ptest
diff --git a/meta/recipes-core/zlib/zlib_1.2.8.bb b/meta/recipes-core/zlib/zlib_1.2.11.bb
index 06d1d21d51..d4a81820df 100644
--- a/meta/recipes-core/zlib/zlib_1.2.8.bb
+++ b/meta/recipes-core/zlib/zlib_1.2.11.bb
@@ -4,7 +4,7 @@ library which is used by many different programs."
4HOMEPAGE = "http://zlib.net/" 4HOMEPAGE = "http://zlib.net/"
5SECTION = "libs" 5SECTION = "libs"
6LICENSE = "Zlib" 6LICENSE = "Zlib"
7LIC_FILES_CHKSUM = "file://zlib.h;beginline=4;endline=23;md5=fde612df1e5933c428b73844a0c494fd" 7LIC_FILES_CHKSUM = "file://zlib.h;beginline=6;endline=23;md5=5377232268e952e9ef63bc555f7aa6c0"
8 8
9SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/${BPN}/${PV}/${BPN}-${PV}.tar.xz \ 9SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/${BPN}/${PV}/${BPN}-${PV}.tar.xz \
10 file://remove.ldconfig.call.patch \ 10 file://remove.ldconfig.call.patch \
@@ -14,8 +14,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/${BPN}/${PV}/${BPN}-${PV}.tar.xz \
14 " 14 "
15UPSTREAM_CHECK_URI = "http://zlib.net/" 15UPSTREAM_CHECK_URI = "http://zlib.net/"
16 16
17SRC_URI[md5sum] = "28f1205d8dd2001f26fec1e8c2cebe37" 17SRC_URI[md5sum] = "85adef240c5f370b308da8c938951a68"
18SRC_URI[sha256sum] = "831df043236df8e9a7667b9e3bb37e1fcb1220a0f163b6de2626774b9590d057" 18SRC_URI[sha256sum] = "4ff941449631ace0d4d203e3483be9dbc9da454084111f97ea0a2114e19bf066"
19 19
20RDEPENDS_${PN}-ptest += "make" 20RDEPENDS_${PN}-ptest += "make"
21 21