summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/deploy.py
diff options
context:
space:
mode:
authorChristian Eggers <ceggers@arri.de>2022-02-16 12:08:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-24 11:12:39 +0000
commit0ca6f8f34604eaf47b749d10abcb95d17e58cfe9 (patch)
tree6b917edf26325d977a216b7d6f43d973ff6dc436 /scripts/lib/devtool/deploy.py
parentcab36b57c416a1c4da4300d4e9dba2ea72255090 (diff)
downloadpoky-0ca6f8f34604eaf47b749d10abcb95d17e58cfe9.tar.gz
mc: fix build if ncurses have been configured without wide characters
Some distros like poky-tiny set ENABLE_WIDEC=false, which disables wide character support for ncurses. The new patch fixes the build of mc for this case. Since 9000f8033662, NCURSES_WIDECHAR is set explicitly to 1 for musl. This doesn't work for ENABLE_WIDEC==false. In this case, NCURSES_WIDECHAR must be set explicitly to 0, as curses.h does not record whether the ncurses library has actually been built with or without wide characters. Fixes: 9000f8033662 ("mc: upgrade 4.8.25 -> 4.8.26") (From OE-Core rev: 9a3a1a806f0c6963c671f0a46f6e910c6206e681) Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/deploy.py')
0 files changed, 0 insertions, 0 deletions