]> code.ossystems Code Review - openembedded-core.git/commit
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 15:00:57 +0000 (15:00 +0000)
commitb5c8add7f3ed58451cb460a242b4edd671ba618e
tree90a5bd33b17737e3f091cd6d76460b2e7d95963c
parent1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89
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

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