From b2196ca25697bfb6c1412780a27cea5be1d80d6c Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 13 Feb 2012 16:40:48 +0100 Subject: zlib: remove ldconfig call from install-libs * it's called from install-libs target and when /etc/ld.so.cache is writeable by user running bitbake then it creates invalid cache (in my case libstdc++.so cannot be found after building zlib(-native) and I have to call touch */libstdc++.so && /sbin/ldconfig to fix it (From OE-Core rev: b5c8add7f3ed58451cb460a242b4edd671ba618e) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-core/zlib/zlib_1.2.6.bb | 3 +++ 1 file changed, 3 insertions(+) (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 index a220773dd4..54f8abfd9c 100644 --- a/meta/recipes-core/zlib/zlib_1.2.6.bb +++ b/meta/recipes-core/zlib/zlib_1.2.6.bb @@ -6,7 +6,10 @@ 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" -- cgit v1.2.3-54-g00ecf