summaryrefslogtreecommitdiffstats
path: root/package/joe
Commit message (Collapse)AuthorAgeFilesLines
* packages: rename FOO_CONF_OPT into FOO_CONF_OPTSThomas De Schampheleire2014-10-041-2/+2
| | | | | | | | | | | | To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_CONF_OPT. Sed command used: find * -type f | xargs sed -i 's#_CONF_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* joe: needs mmuGustavo Zacarias2014-02-071-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/f92/f920c85244afffe38497459753bf005946001d0d/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/joe: Add package for the JOE editorAlan Ott2014-02-023-0/+95
JOE is an easy-to-use, full-screen, terminal-based text editor. http://joe-editor.sf.net [Peter: add uClibc patch, add to package/Config.in, optional ncurses support] Signed-off-by: Alan Ott <alan@signal11.us> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud