Re: [OE-core] [PATCH] package install failure on systems without /sbin/ldconfig

2012-07-17 Thread Saul Wold
On 07/09/2012 11:50 AM, Amy Fong wrote: Package install failures due to issues in post install rules. package_do_shlibs only looks for libraries in a directory "lib", this should be modified to the variable baselib. ldconfig_postinst_fragment failure observed on systems without /sbin/ldconfig

Re: [OE-core] [PATCH] package install failure on systems without /sbin/ldconfig

2012-07-10 Thread Amy Fong
On Mon, Jul 09, 2012 at 09:23:46PM -0700, Saul Wold wrote: > On 07/09/2012 11:50 AM, Amy Fong wrote: > >Package install failures due to issues in post install rules. > > > >package_do_shlibs only looks for libraries in a directory "lib", this should > >be > >modified to the variable baselib. > > >

Re: [OE-core] [PATCH] package install failure on systems without /sbin/ldconfig

2012-07-09 Thread Saul Wold
On 07/09/2012 11:50 AM, Amy Fong wrote: Package install failures due to issues in post install rules. package_do_shlibs only looks for libraries in a directory "lib", this should be modified to the variable baselib. ldconfig_postinst_fragment failure observed on systems without /sbin/ldconfig

[OE-core] [PATCH] package install failure on systems without /sbin/ldconfig

2012-07-09 Thread Amy Fong
Package install failures due to issues in post install rules. package_do_shlibs only looks for libraries in a directory "lib", this should be modified to the variable baselib. ldconfig_postinst_fragment failure observed on systems without /sbin/ldconfig [ -x /sbin/ldconfig ] && /s

[OE-core] [PATCH] package install failure on systems without /sbin/ldconfig

2012-07-09 Thread Amy Fong
Package install failures due to issues in post install rules. package_do_shlibs only looks for libraries in a directory "lib", this should be modified to the variable baselib. ldconfig_postinst_fragment failure observed on systems without /sbin/ldconfig [ -x /sbin/ldconfig ] && /s