From 2f071e32128d8c022277c8af72dae47f60cf212b Mon Sep 17 00:00:00 2001 From: Eric Bénard Date: Tue, 8 May 2012 19:30:43 +0200 Subject: zlib: upgrade to 1.2.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- meta/recipes-core/zlib/zlib_1.2.6.bb | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 meta/recipes-core/zlib/zlib_1.2.6.bb (limited to 'meta/recipes-core/zlib/zlib_1.2.6.bb') diff --git a/meta/recipes-core/zlib/zlib_1.2.6.bb b/meta/recipes-core/zlib/zlib_1.2.6.bb deleted file mode 100644 index 54f8abfd9..000000000 --- a/meta/recipes-core/zlib/zlib_1.2.6.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "Zlib Compression Library" -DESCRIPTION = "Zlib is a general-purpose, patent-free, lossless data compression \ -library which is used by many different programs." -HOMEPAGE = "http://zlib.net/" -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" - -do_configure (){ - ./configure --prefix=${prefix} --shared --libdir=${libdir} -} - -do_compile (){ - oe_runmake -} - -do_install() { - oe_runmake DESTDIR=${D} install -} - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3