diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2017-08-17 03:15:07 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-18 10:40:27 +0100 |
commit | a86a2b5858a41e439c16f4d743eb320ab75360be (patch) | |
tree | c66ce45773263dd27e1337c0859c96a490b2199d /meta-yocto | |
parent | fa231eaf9b2865d42e5b5eb7944da65a97693cc9 (diff) | |
download | poky-a86a2b5858a41e439c16f4d743eb320ab75360be.tar.gz |
mc: unify curses initialization
Since ncurses upgraded to 6.0+20170715, it compile failed
...
| ../../../mc-4.8.19/lib/tty/tty-ncurses.c:199:13: error: dereferencing
pointer to incomplete type 'TERMINAL {aka struct term}'
| cur_term->Nttyb.c_cc[VINTR] = CTRL ('g'); /* ^g */
| ^~
...
Backport a patch from upstream fixed the issue.
(From OE-Core rev: fc89bfa89aa785871f7999f2835dbcea06e2823b)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
0 files changed, 0 insertions, 0 deletions