From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp2-g21.free.fr ([212.27.42.2]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SRoKN-0001bw-EF for openembedded-core@lists.openembedded.org; Tue, 08 May 2012 19:35:59 +0200 Received: from localhost.localdomain (unknown [82.240.38.71]) by smtp2-g21.free.fr (Postfix) with ESMTP id 61E5D4B0129 for ; Tue, 8 May 2012 19:26:06 +0200 (CEST) From: =?UTF-8?q?Eric=20B=C3=A9nard?= To: openembedded-core@lists.openembedded.org Date: Tue, 8 May 2012 19:25:47 +0200 Message-Id: <1336497947-28128-1-git-send-email-eric@eukrea.com> X-Mailer: git-send-email 1.7.0.4 MIME-Version: 1.0 Subject: [PATCH] zlib: upgrade to 1.2.7 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 May 2012 17:35:59 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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=C3=A9nard --- .../remove.ldconfig.call.patch | 0 .../zlib/{zlib_1.2.6.bb =3D> zlib_1.2.7.bb} | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/zlib/{zlib-1.2.6 =3D> zlib-1.2.7}/remove.ldconf= ig.call.patch (100%) rename meta/recipes-core/zlib/{zlib_1.2.6.bb =3D> zlib_1.2.7.bb} (82%) diff --git a/meta/recipes-core/zlib/zlib-1.2.6/remove.ldconfig.call.patch= b/meta/recipes-core/zlib/zlib-1.2.7/remove.ldconfig.call.patch similarity index 100% rename from meta/recipes-core/zlib/zlib-1.2.6/remove.ldconfig.call.patch rename to meta/recipes-core/zlib/zlib-1.2.7/remove.ldconfig.call.patch diff --git a/meta/recipes-core/zlib/zlib_1.2.6.bb b/meta/recipes-core/zli= b/zlib_1.2.7.bb similarity index 82% rename from meta/recipes-core/zlib/zlib_1.2.6.bb rename to meta/recipes-core/zlib/zlib_1.2.7.bb index 54f8abf..f37856e 100644 --- a/meta/recipes-core/zlib/zlib_1.2.6.bb +++ b/meta/recipes-core/zlib/zlib_1.2.7.bb @@ -11,8 +11,8 @@ PR =3D "r1" SRC_URI =3D "http://www.zlib.net/${BPN}-${PV}.tar.bz2 \ file://remove.ldconfig.call.patch \ " -SRC_URI[md5sum] =3D "dc2cfa0d2313ca77224b4d932b2911e9" -SRC_URI[sha256sum] =3D "fa3e3e4881fa5810b8903f2c7e0dcd5a0a673535f0438021= c4bbb5db1b918c8e" +SRC_URI[md5sum] =3D "2ab442d169156f34c379c968f3f482dd" +SRC_URI[sha256sum] =3D "49e2e9658dfb036900da6ea0267a737fa3c4eee6666776d3= 78c79d52e9334934" =20 do_configure (){ ./configure --prefix=3D${prefix} --shared --libdir=3D${libdir} --=20 1.7.0.4