diff options
author | Amy Fong <amy.fong@windriver.com> | 2012-07-09 14:50:17 -0400 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-07-16 08:31:40 -0700 |
commit | 3f85ab6d0d05a4e34fe73fa343d2b3b942fc69b7 (patch) | |
tree | b50a5798b639df6d3ed9a92bed417d2498fa46d8 /meta/recipes-devtools/mkelfimage | |
parent | 3fec966531059b4b21f40be3b22a60edf88c5190 (diff) | |
download | openembedded-core-3f85ab6d0d05a4e34fe73fa343d2b3b942fc69b7.tar.gz openembedded-core-3f85ab6d0d05a4e34fe73fa343d2b3b942fc69b7.tar.bz2 openembedded-core-3f85ab6d0d05a4e34fe73fa343d2b3b942fc69b7.zip |
package install failure on systems without /sbin/ldconfig
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 ] && /sbin/ldconfig
results in the post install rule returning a failure. Modify to
if [ -x /sbin/ldconfig ]; then /sbin/ldconfig; fi
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/mkelfimage')
0 files changed, 0 insertions, 0 deletions