]> code.ossystems Code Review - openembedded-core.git/commitdiff
zlib: upgrade to 1.2.7
authorEric Bénard <eric@eukrea.com>
Tue, 8 May 2012 17:30:43 +0000 (19:30 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 May 2012 20:41:32 +0000 (21:41 +0100)
1.2.6 is no more fetchable and 1.2.7 fix some bugs, full changelog is
available here : http://zlib.net/ChangeLog.txt

Signed-off-by: Eric Bénard <eric@eukrea.com>
meta/recipes-core/zlib/zlib-1.2.7/remove.ldconfig.call.patch [moved from meta/recipes-core/zlib/zlib-1.2.6/remove.ldconfig.call.patch with 100% similarity]
meta/recipes-core/zlib/zlib_1.2.7.bb [moved from meta/recipes-core/zlib/zlib_1.2.6.bb with 80% similarity]

similarity index 80%
rename from meta/recipes-core/zlib/zlib_1.2.6.bb
rename to meta/recipes-core/zlib/zlib_1.2.7.bb
index 54f8abfd9c232a1b0f7f0e4eb39ecc1366cc449d..803fec35c40da73d442d916152ca19479a427886 100644 (file)
@@ -6,13 +6,11 @@ SECTION = "libs"
 LICENSE = "Zlib"
 LIC_FILES_CHKSUM = "file://zlib.h;beginline=4;endline=23;md5=94d1b5a40dadd127f3351471727e66a9"
 
-PR = "r1"
-
 SRC_URI = "http://www.zlib.net/${BPN}-${PV}.tar.bz2 \
            file://remove.ldconfig.call.patch \
            "
-SRC_URI[md5sum] = "dc2cfa0d2313ca77224b4d932b2911e9"
-SRC_URI[sha256sum] = "fa3e3e4881fa5810b8903f2c7e0dcd5a0a673535f0438021c4bbb5db1b918c8e"
+SRC_URI[md5sum] = "2ab442d169156f34c379c968f3f482dd"
+SRC_URI[sha256sum] = "49e2e9658dfb036900da6ea0267a737fa3c4eee6666776d378c79d52e9334934"
 
 do_configure (){
        ./configure --prefix=${prefix} --shared --libdir=${libdir}