summaryrefslogtreecommitdiffstats
path: root/package/readline/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* readline: needs ncurses, so select it in kconfigPeter Korsgaard2009-05-271-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard2009-01-301-1/+1
| | | | Package configs should start with BR2_PACKAGE_.
* readline: remove BR2_PACKAGE_READLINE_TARGET configuration optionPeter Korsgaard2009-01-301-6/+0
| | | | | Other packages don't have this, and several packages are depending on readline where they actually want readline-target instead.
* readline: remove redundant BR2_PACKAGE_READLINE_HEADERS configurationPeter Korsgaard2009-01-301-7/+0
| | | | Header files on target is globally controlled by BR2_HAVE_DEVFILES.
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Upgrade readline to 5.2, including all current upstream patches.Hamish Moffatt2008-02-061-1/+7
| | | | | | Fetch it from $(BR2_GNU_MIRROR). Note proper dependency on ncurses.
* - provide means to install readline into the target. Closes #968Bernhard Reutner-Fischer2007-03-201-0/+6
|
* These patches fix some minor problems with GNU Readline package.Eric Andersen2005-06-231-1/+1
| | | | | | | | | | | | patch-1 will make the package selection default=n (since it's not necessary) patch-2 will fix the readline.mk makefile to better follow buildroot style. This is a cleanup only. But adds the 'readline-target' makefile target to also install readline .so files to the target in addition to the full install in the staging area. http://bugs.busybox.net/view.php?id=300
* scott writes in http://bugs.uclibc.org/view.php?id=41Eric Andersen2005-02-251-0/+7
this patch adds the package 'readline' which is the GNU readline library used to get/save history with text input applications.