diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-01-10 21:00:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-22 23:42:53 +0000 |
commit | d48ea3354eff8244e1734fa571bb52c810431b3f (patch) | |
tree | 2d8381b3fbc387b14becaeb81b83fe5ca1e7c0d5 /meta/recipes-devtools | |
parent | a40532a5277e1c0392032ff2d4992046477fadf0 (diff) | |
download | openembedded-core-d48ea3354eff8244e1734fa571bb52c810431b3f.tar.gz openembedded-core-d48ea3354eff8244e1734fa571bb52c810431b3f.tar.bz2 openembedded-core-d48ea3354eff8244e1734fa571bb52c810431b3f.zip |
musl: Create ld.so as a relative symlink
We have rootfs intercepts which fail on musl because ld.so on musl is an
absolute symlink to /usr/lib/libc.so and then it fails to load when run
with qemu user mode.
Fixes rootfs failures like
WARNING: The postinstall intercept hook 'update_pixbuf_cache' failed
(exit code: 255)! See log for details!
WARNING: The postinstalls for the following packages will be postponed
for first boot: libgdk-pixbuf-2.0-loader-jpeg li
bgdk-pixbuf-2.0-loader-png libgdk-pixbuf-2.0-loader-gif
libgdk-pixbuf-2.0-loader-xpm
WARNING: [log_check] core-image-sato: found a warning message in the
logfile (keyword 'WARNING:'):
[log_check] WARNING: The postinstall intercept hook
'update_pixbuf_cache' failed (exit code: 255)! See log for details!
WARNING: [log_check] core-image-sato: found a warning message in the
logfile (keyword 'WARNING:'):
[log_check] WARNING: The postinstalls for the following packages will be
postponed for first boot: libgdk-pixbuf-2.0-lo
ader-jpeg libgdk-pixbuf-2.0-loader-png libgdk-pixbuf-2.0-loader-gif
libgdk-pixbuf-2.0-loader-xpm
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-devtools')
0 files changed, 0 insertions, 0 deletions