summaryrefslogtreecommitdiffstats
path: root/recipes-extended/mc/mc_4.7.5.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* mc: disable Ctrl-g key and Ctrl-\ keyHongxu Jia2017-08-181-0/+1
| | | | | | | | | | | | | | | | | Since ncurses upgraded to 6.0+20170715, it compile failed ... | ../../../mc-4.7.5.2/lib/tty/tty-ncurses.c: In function 'tty_init': | ../../../mc-4.7.5.2/lib/tty/tty-ncurses.c:163:13: error: dereferencing pointer to incomplete type 'TERMINAL {aka struct term}' | cur_term->Nttyb.c_cc[VINTR] = CTRL ('g'); /* ^g */ ... We could not backport fix from the latest master which introduce gplv3 contamination, but we could revert to disable Ctrl-g key and Ctrl-\ key Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Revert "mc: Drop from meta-gplv2 as incompatible with newer ncurses versions"Hongxu Jia2017-08-181-0/+47
| | | | | | | This reverts commit ec80d2cac67a952b06ed27fbd4d71f17641e9a7c. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mc: Drop from meta-gplv2 as incompatible with newer ncurses versionsRichard Purdie2017-08-171-47/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Create meta-gplv2 from files from OE-CoreRichard Purdie2017-03-021-0/+47
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>