diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2013-05-30 10:15:54 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-07 16:48:22 +0100 |
commit | bccc74c406322d544fc942d99d739f75ba3fdf1a (patch) | |
tree | b9f92e690a9265404e524f2df07927dea9e8e43a /meta/recipes-core | |
parent | 0ac7a182aa21ee0c2241dc2198adbd059719a97b (diff) | |
download | poky-bccc74c406322d544fc942d99d739f75ba3fdf1a.tar.gz |
zlib: update to upstream version 1.2.8
Only version number and release year changed in license text.
(From OE-Core rev: 4688c905776b9d995b2510224da269ac85bc8253)
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/zlib/zlib_1.2.8.bb (renamed from meta/recipes-core/zlib/zlib_1.2.7.bb) | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-core/zlib/zlib_1.2.7.bb b/meta/recipes-core/zlib/zlib_1.2.8.bb index dfdf5fe2d6..8dd29b9485 100644 --- a/meta/recipes-core/zlib/zlib_1.2.7.bb +++ b/meta/recipes-core/zlib/zlib_1.2.8.bb | |||
@@ -4,15 +4,16 @@ library which is used by many different programs." | |||
4 | HOMEPAGE = "http://zlib.net/" | 4 | HOMEPAGE = "http://zlib.net/" |
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | LICENSE = "Zlib" | 6 | LICENSE = "Zlib" |
7 | LIC_FILES_CHKSUM = "file://zlib.h;beginline=4;endline=23;md5=94d1b5a40dadd127f3351471727e66a9" | 7 | LIC_FILES_CHKSUM = "file://zlib.h;beginline=4;endline=23;md5=fde612df1e5933c428b73844a0c494fd" |
8 | 8 | ||
9 | PR = "r1" | 9 | PR = "r0" |
10 | 10 | ||
11 | SRC_URI = "http://www.zlib.net/${BPN}-${PV}.tar.bz2 \ | 11 | SRC_URI = "http://www.zlib.net/${BPN}-${PV}.tar.xz \ |
12 | file://remove.ldconfig.call.patch \ | 12 | file://remove.ldconfig.call.patch \ |
13 | " | 13 | " |
14 | SRC_URI[md5sum] = "2ab442d169156f34c379c968f3f482dd" | 14 | |
15 | SRC_URI[sha256sum] = "49e2e9658dfb036900da6ea0267a737fa3c4eee6666776d378c79d52e9334934" | 15 | SRC_URI[md5sum] = "28f1205d8dd2001f26fec1e8c2cebe37" |
16 | SRC_URI[sha256sum] = "831df043236df8e9a7667b9e3bb37e1fcb1220a0f163b6de2626774b9590d057" | ||
16 | 17 | ||
17 | do_configure (){ | 18 | do_configure (){ |
18 | ./configure --prefix=${prefix} --shared --libdir=${libdir} | 19 | ./configure --prefix=${prefix} --shared --libdir=${libdir} |