summaryrefslogtreecommitdiffstats
path: root/package/newt/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* package/*/Config.in: fix help text check-package warningsThomas Petazzoni2017-12-181-1/+2
| | | | | | | | | | | | | This commit fixes the warnings reported by check-package on the help text of all package Config.in files, related to the formatting of the help text: should start with a tab, then 2 spaces, then at most 62 characters. The vast majority of warnings fixed were caused by too long lines. A few warnings were related to spaces being used instead of a tab to indent the help text. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* newt: use the new gettext logicThomas Petazzoni2017-07-051-1/+0
| | | | | | | | | | | | | This commit switches to use the new gettext logic, which involves: - using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies on gettext/host-gettext - using TARGET_NLS_LIBS to force linking against libintl - dropping BR2_PACKAGE_GETTEXT selection Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* newt: not available for static only buildsPeter Korsgaard2015-05-221-2/+3
| | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/a40/a400e1fe7291d3bd3171ad04ce5fd7ba235d39af/ http://autobuild.buildroot.net/results/ec3/ec38d0f1d1faa2a87321bab10f87772eb819adc9/ http://autobuild.buildroot.net/results/7cb/7cbc8cd265d527c7b56d57e511903b23a4a84489/ newt uses autoconf but not automake, and unconditionally tries to build a .so file - So it doesn't work in static only builds. The only reverse dependency is network-manager, which already depends on glibc. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* slang: needs mmuPeter Korsgaard2014-05-261-0/+2
| | | | | | Fixes http://autobuild.buildroot.net/results/dbc/dbce9e591466717d9c87f42b5f192d8fd1be0475/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* newt: bump to 0.52.17Yegor Yefremov2014-03-181-0/+6
| | | | | | | | Changed download location, added popt dependency and updated the Makefile.in patch. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* newt: needs slangPeter Korsgaard2010-02-081-0/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* more help updates from Tom CameronMike Frysinger2004-12-261-4/+3
|
* final step in buildroot faceliftEric Andersen2004-10-091-0/+8
OpenPOWER on IntegriCloud