Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | readline: bump to version 6.1 | Gustavo Zacarias | 2010-11-04 | 13 | -986/+1 |
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | readline: convert to autotools infrastructure | Lionel Landwerlin | 2010-01-28 | 13 | -86/+21 |
| | | | | | | [Peter: renamed patches to get picked up by infrastructure] Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | buildroot: silence ./configure step when building with 'make -s' | Peter Korsgaard | 2009-10-01 | 1 | -1/+1 |
| | | | | | | | | | | We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | readline: needs ncurses, so select it in kconfig | Peter Korsgaard | 2009-05-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/ | Peter Korsgaard | 2009-01-30 | 2 | -2/+2 |
| | | | | Package configs should start with BR2_PACKAGE_. | ||||
* | readline: remove BR2_PACKAGE_READLINE_TARGET configuration option | Peter Korsgaard | 2009-01-30 | 2 | -16/+3 |
| | | | | | 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 configuration | Peter Korsgaard | 2009-01-30 | 2 | -10/+0 |
| | | | | Header files on target is globally controlled by BR2_HAVE_DEVFILES. | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -3/+3 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | readline: ignore errors in target-clean target | Peter Korsgaard | 2008-03-31 | 1 | -1/+1 |
| | |||||
* | fixes for readline makefile | John Voltz | 2008-03-06 | 1 | -5/+5 |
| | |||||
* | Commit the new upstream patches and remove the old | Hamish Moffatt | 2008-02-06 | 16 | -0/+985 |
| | |||||
* | Upgrade readline to 5.2, including all current upstream patches. | Hamish Moffatt | 2008-02-06 | 6 | -245/+18 |
| | | | | | | Fetch it from $(BR2_GNU_MIRROR). Note proper dependency on ncurses. | ||||
* | Config update of Readline subdir | Ulf Samuelsson | 2007-10-13 | 1 | -0/+1 |
| | |||||
* | Build readline as shared lib | Ulf Samuelsson | 2007-09-23 | 1 | -0/+1 |
| | |||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | SED away some whitespace | Ulf Samuelsson | 2007-08-20 | 1 | -1/+1 |
| | |||||
* | Avoid rebuilding 'readline-5.1' | Ulf Samuelsson | 2007-07-16 | 1 | -2/+5 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
| | |||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -2/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | - install some more stuff that goes into staging_dir into the proper place. | Bernhard Reutner-Fischer | 2007-04-16 | 1 | -10/+8 |
| | | | | First hunk of fixes for bug #1290 | ||||
* | - commentary typo fix | Bernhard Reutner-Fischer | 2007-04-06 | 1 | -1/+1 |
| | |||||
* | - install target headers into the correct dir | Bernhard Reutner-Fischer | 2007-03-21 | 1 | -13/+15 |
| | | | | - make sure not to create libwhatever...old cruft | ||||
* | - provide means to install readline into the target. Closes #968 | Bernhard Reutner-Fischer | 2007-03-20 | 2 | -5/+16 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | - correct improper prerequisite of -source target | Bernhard Reutner-Fischer | 2007-01-28 | 1 | -1/+1 |
| | |||||
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 1 | -20/+15 |
| | | | | | | | | | | | | | they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik | ||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -1/+1 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | The target is readline-target, not readline_target | Peter Korsgaard | 2006-09-26 | 1 | -1/+1 |
| | |||||
* | some more patches from upstream | Mike Frysinger | 2006-03-23 | 1 | -0/+90 |
| | |||||
* | grab patches from upstream | Mike Frysinger | 2006-03-19 | 3 | -0/+149 |
| | |||||
* | - quote HOST_CC. | Bernhard Reutner-Fischer | 2006-03-10 | 1 | -2/+2 |
| | | | | | Allows for passing flags along HOST_CC which is sometimes needed on certain architectures. | ||||
* | version bump / cleanup | Mike Frysinger | 2005-12-13 | 2 | -26/+10 |
| | |||||
* | Fix broken dependancies | Eric Andersen | 2005-07-27 | 1 | -4/+14 |
| | |||||
* | These patches fix some minor problems with GNU Readline package. | Eric Andersen | 2005-06-23 | 2 | -55/+55 |
| | | | | | | | | | | | | 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 | ||||
* | fixup libreadline build, per http://bugs.uclibc.org/view.php?id=229 | Eric Andersen | 2005-05-04 | 1 | -5/+1 |
| | |||||
* | Bug #160, pgrayson writes: The readline package currently has a Makefile.in. ↵ | Mike Frysinger | 2005-03-21 | 2 | -6/+6 |
| | | | | This patch removes the depricated Makefile.in and adds the relevant modifications to TARGETS to readline.mk. | ||||
* | scott writes in http://bugs.uclibc.org/view.php?id=41 | Eric Andersen | 2005-02-25 | 4 | -0/+107 |
this patch adds the package 'readline' which is the GNU readline library used to get/save history with text input applications. |