diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/zlib/zlib-1.2.7/remove.ldconfig.call.patch (renamed from meta/recipes-core/zlib/zlib-1.2.6/remove.ldconfig.call.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-core/zlib/zlib_1.2.7.bb (renamed from meta/recipes-core/zlib/zlib_1.2.6.bb) | 6 |
2 files changed, 2 insertions, 4 deletions
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 index 403b4825c9..403b4825c9 100644 --- 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 | |||
diff --git a/meta/recipes-core/zlib/zlib_1.2.6.bb b/meta/recipes-core/zlib/zlib_1.2.7.bb index 54f8abfd9c..803fec35c4 100644 --- a/meta/recipes-core/zlib/zlib_1.2.6.bb +++ b/meta/recipes-core/zlib/zlib_1.2.7.bb | |||
@@ -6,13 +6,11 @@ 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=94d1b5a40dadd127f3351471727e66a9" |
8 | 8 | ||
9 | PR = "r1" | ||
10 | |||
11 | SRC_URI = "http://www.zlib.net/${BPN}-${PV}.tar.bz2 \ | 9 | SRC_URI = "http://www.zlib.net/${BPN}-${PV}.tar.bz2 \ |
12 | file://remove.ldconfig.call.patch \ | 10 | file://remove.ldconfig.call.patch \ |
13 | " | 11 | " |
14 | SRC_URI[md5sum] = "dc2cfa0d2313ca77224b4d932b2911e9" | 12 | SRC_URI[md5sum] = "2ab442d169156f34c379c968f3f482dd" |
15 | SRC_URI[sha256sum] = "fa3e3e4881fa5810b8903f2c7e0dcd5a0a673535f0438021c4bbb5db1b918c8e" | 13 | SRC_URI[sha256sum] = "49e2e9658dfb036900da6ea0267a737fa3c4eee6666776d378c79d52e9334934" |
16 | 14 | ||
17 | do_configure (){ | 15 | do_configure (){ |
18 | ./configure --prefix=${prefix} --shared --libdir=${libdir} | 16 | ./configure --prefix=${prefix} --shared --libdir=${libdir} |