summaryrefslogtreecommitdiffstats
path: root/meta/files
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2016-09-21 22:46:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-22 11:13:23 +0100
commit2a0f4e713a3a68f8973290531800fe5dd3d1792a (patch)
tree5bd39d72fc8f0fd5c1e68eefa2c639a2303d1269 /meta/files
parent3c1807e2d85b2b6147c113645af85fc3d73c9928 (diff)
downloadpoky-2a0f4e713a3a68f8973290531800fe5dd3d1792a.tar.gz
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] (From OE-Core rev: 3b806c927504e682ddd159c890a5f243e273b23e) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files')
0 files changed, 0 insertions, 0 deletions