Peter Korsgaard
0f157e0cb9
readline: needs ncurses, so select it in kconfig
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-27 06:57:08 +02:00
Peter Korsgaard
a72794391a
readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/
...
Package configs should start with BR2_PACKAGE_.
2009-01-30 09:54:59 +00:00
Peter Korsgaard
ebf47824cc
readline: remove BR2_PACKAGE_READLINE_TARGET configuration option
...
Other packages don't have this, and several packages are depending on
readline where they actually want readline-target instead.
2009-01-30 09:50:13 +00:00
Peter Korsgaard
7eec8ea560
readline: remove redundant BR2_PACKAGE_READLINE_HEADERS configuration
...
Header files on target is globally controlled by BR2_HAVE_DEVFILES.
2009-01-30 09:50:02 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Hamish Moffatt
d53b1d1f93
Upgrade readline to 5.2, including all current upstream patches.
...
Fetch it from $(BR2_GNU_MIRROR).
Note proper dependency on ncurses.
2008-02-06 01:26:03 +00:00
Bernhard Reutner-Fischer
526b00455b
- provide means to install readline into the target. Closes #968
2007-03-20 17:50:23 +00:00
Eric Andersen
68886b0aac
These patches fix some minor problems with GNU Readline package.
...
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
2005-06-23 22:49:33 +00:00
Eric Andersen
989fc8ef59
scott writes in http://bugs.uclibc.org/view.php?id=41
...
this patch adds the package 'readline' which is the GNU readline library used
to get/save history with text input applications.
2005-02-25 02:36:58 +00:00