[Buildroot] [PATCH 1/1] ncurses: bump to 6.1

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Feb 6 16:16:59 UTC 2018


Hello,

On Tue,  6 Feb 2018 08:46:03 -0500, Adam Duskett wrote:
> Remove 0002-recognise-uclinux.patch as it has been applies upstream.
> 
> Signed-off-by: Adam Duskett <aduskett at gmail.com>
> ---
>  package/ncurses/0001-gcc-5.x-MKlib_gen.patch |  5 +++--
>  package/ncurses/0002-recognise-uclinux.patch | 29 ----------------------------
>  package/ncurses/ncurses.hash                 |  2 +-
>  package/ncurses/ncurses.mk                   |  2 +-
>  4 files changed, 5 insertions(+), 33 deletions(-)
>  delete mode 100644 package/ncurses/0002-recognise-uclinux.patch

This seems to break the build:

  http://autobuild.buildroot.net/results/3a5/3a5ddfcf7cd3a5c2bc068e3e33c823d6bcd3e79b/build-end.log

It's because "install -s" is being used, which strips the binary, but
it's using plain "strip" and not the cross strip. Ideally, it shouldn't
strip the binary at all.

Could you have a look ?

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list