generic-poky/meta/recipes-extended/newt/files
Andreas Müller 2a0f4e713a 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>
2016-09-22 11:13:23 +01:00
..
0001-detect-gold-as-GNU-linker-too.patch libnewt: link whiptail properly with libnewt 2016-09-22 11:13:23 +01:00
Makefile.in-Add-tinfo-library-to-the-linking-librari.patch libnewt: Fix linking error due missing symbols 2016-01-20 17:07:15 +00:00
cross_ar.patch libnewt/libnewt-python: upgrade to 0.52.17 2014-06-17 17:56:21 +01:00
fix_SHAREDDIR.patch libnewt/libnewt-python: upgrade to 0.52.17 2014-06-17 17:56:21 +01:00
pie-flags.patch libnewt: Fix build with PIE flags 2016-02-21 09:32:43 +00:00