zlib: remove ldconfig call from install-libs
authorMartin Jansa <martin.jansa@gmail.com>
Mon, 13 Feb 2012 15:40:48 +0000 (16:40 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Feb 2012 17:00:48 +0000 (17:00 +0000)
commitc574f5dc46e18321a6ba922a8f9ab0b742cfcc3b
tree9dbcbb054b5a9c7ebf2aab90367119be37209241
parent49f3f93ef1e18eb5fbd3ca921233568367e87f2c
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 <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/zlib/zlib-1.2.6/remove.ldconfig.call.patch [new file with mode: 0644]
meta/recipes-core/zlib/zlib_1.2.6.bb