Lionel Landwerlin
fe6e67ba96
readline: convert to autotools infrastructure
...
[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>
2010-01-28 22:31:27 +01:00
Peter Korsgaard
3fdf0bffb8
buildroot: silence ./configure step when building with 'make -s'
...
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>
2009-10-01 21:24:42 +02:00
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
4a7bfd2775
package/: convert to DOWNLOAD helper
2009-01-16 11:42:52 +00:00
Peter Korsgaard
ac1d92c425
package/: get rid of unneeded $(strip ..)
2008-12-08 08:15:27 +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
Peter Korsgaard
9021b9f21e
readline: ignore errors in target-clean target
2008-03-31 14:32:38 +00:00
John Voltz
51fa46ed29
fixes for readline makefile
2008-03-06 18:22:31 +00:00
Hamish Moffatt
83b7c8b381
Commit the new upstream patches and remove the old
2008-02-06 01:26:58 +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
Ulf Samuelsson
d9ad443b42
Config update of Readline subdir
2007-10-13 23:11:17 +00:00
Ulf Samuelsson
78cb1204c1
Build readline as shared lib
2007-09-23 09:53:12 +00:00
Bernhard Reutner-Fischer
6547bced93
- global whitespace trimming
2007-08-22 12:35:41 +00:00
Bernhard Reutner-Fischer
6c6cb06709
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
2007-08-21 19:20:18 +00:00
Ulf Samuelsson
cf55419b3f
SED away some whitespace
2007-08-20 17:21:16 +00:00
Ulf Samuelsson
ce01a666dc
Avoid rebuilding 'readline-5.1'
2007-07-16 11:14:44 +00:00
Ulf Samuelsson
e1621a4a2a
Use <package>_VERSION in all <package>.mk instead of <package>_VER
2007-07-11 14:06:06 +00:00
Bernhard Reutner-Fischer
74d518dc2a
- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
...
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-27 12:01:27 +00:00
Bernhard Reutner-Fischer
41decaa9fe
- install some more stuff that goes into staging_dir into the proper place.
...
First hunk of fixes for bug #1290
2007-04-16 18:51:20 +00:00
Bernhard Reutner-Fischer
8019956f60
- commentary typo fix
2007-04-06 16:32:05 +00:00
Bernhard Reutner-Fischer
1b5a21dab5
- install target headers into the correct dir
...
- make sure not to create libwhatever...old cruft
2007-03-21 08:04:19 +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
85d7f6f05f
fixup package LDFLAGS handling
2007-03-13 22:59:59 +00:00
Bernhard Reutner-Fischer
bbfb7b6eae
- correct improper prerequisite of -source target
2007-01-28 13:34:02 +00:00
Eric Andersen
732d94d25f
fixup a whole steaming pile of insanity. When packages are configured,
...
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
2007-01-14 03:52:21 +00:00
Bernhard Reutner-Fischer
6342c83201
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
...
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01 15:17:52 +00:00
Peter Korsgaard
bc45a9b966
The target is readline-target, not readline_target
2006-09-26 15:56:03 +00:00
Mike Frysinger
c295d3a9e3
some more patches from upstream
2006-03-23 03:04:47 +00:00
Mike Frysinger
419daf099c
grab patches from upstream
2006-03-19 08:53:49 +00:00
Bernhard Reutner-Fischer
8ec9199f17
- quote HOST_CC.
...
Allows for passing flags along HOST_CC which is sometimes needed on certain
architectures.
2006-03-10 08:30:15 +00:00
Mike Frysinger
05e5438fe3
version bump / cleanup
2005-12-13 04:58:17 +00:00
Eric Andersen
8006313159
Fix broken dependancies
2005-07-27 10:55:38 +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
20a3643bee
fixup libreadline build, per http://bugs.uclibc.org/view.php?id=229
2005-05-04 01:00:23 +00:00
Mike Frysinger
f7408e9bd4
Bug #160 , pgrayson writes: The readline package currently has a Makefile.in. This patch removes the depricated Makefile.in and adds the relevant modifications to TARGETS to readline.mk.
2005-03-21 02:54:35 +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