* 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

Signed-off-by: Martin Jansa <[email protected]>
---
 meta/recipes-core/zlib/zlib_1.2.6.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/zlib/zlib_1.2.6.bb 
b/meta/recipes-core/zlib/zlib_1.2.6.bb
index a220773..dcdc16f 100644
--- a/meta/recipes-core/zlib/zlib_1.2.6.bb
+++ b/meta/recipes-core/zlib/zlib_1.2.6.bb
@@ -11,6 +11,9 @@ SRC_URI = "http://www.zlib.net/${BPN}-${PV}.tar.bz2 \
 SRC_URI[md5sum] = "dc2cfa0d2313ca77224b4d932b2911e9"
 SRC_URI[sha256sum] = 
"fa3e3e4881fa5810b8903f2c7e0dcd5a0a673535f0438021c4bbb5db1b918c8e"
 
+# disable calling ldconfig on host, it breaks /etc/ld.so.cache if it's 
writeable by user running bitbake
+export LDCONFIG = "true"
+
 do_configure (){
        ./configure --prefix=${prefix} --shared --libdir=${libdir}
 }
-- 
1.7.8.4


_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to