| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
|
|
| |
Package configs should start with BR2_PACKAGE_.
|
|
|
|
|
| |
Other packages don't have this, and several packages are depending on
readline where they actually want readline-target instead.
|
|
|
|
| |
Header files on target is globally controlled by BR2_HAVE_DEVFILES.
|
|
|
|
| |
'default n' is the default, so there's no need to say it explicitly.
|
|
|
|
|
|
| |
Fetch it from $(BR2_GNU_MIRROR).
Note proper dependency on ncurses.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
this patch adds the package 'readline' which is the GNU readline library used
to get/save history with text input applications.
|