diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-09-21 22:46:38 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-22 11:08:22 +0100 |
commit | 3b806c927504e682ddd159c890a5f243e273b23e (patch) | |
tree | e26638d6ee6079fd4f31aea536bb93f8c653db1c /meta/recipes-extended/unzip | |
parent | 6edd0b8dccc6e1e21f2ef87013e2e0a40d19b0d6 (diff) | |
download | openembedded-core-3b806c927504e682ddd159c890a5f243e273b23e.tar.gz openembedded-core-3b806c927504e682ddd159c890a5f243e273b23e.tar.bz2 openembedded-core-3b806c927504e682ddd159c890a5f243e273b23e.zip |
libnewt: link whiptail properly with libnewt
Configuration failed to detect gold as GNU linker. It was searching for
'GNU ld' but gold returns 'GNU gold (GNU Binutils 2.27.0.20160806) 1.12' which
does not match. When not linking by GNU linker Makefile did some magic link
target alignment:
ifneq ($(GNU_LD),)
SHLIBFLAGS= -Wl,--version-script,newt.0.52.ver -Wl,-soname,$(LIBNEWTSONAME)
else
SHLIBFLAGS=
endif
which caused:
| WARNING: libnewt-0.52.19-r0 do_package_qa: QA Issue: /usr/bin/whiptail contained in package whiptail requires libnewt.so, but no providers found in RDEPENDS_whiptail? [file-rdeps]
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/unzip')
0 files changed, 0 insertions, 0 deletions