Commit Graph

4552 Commits

Author SHA1 Message Date
Peter Korsgaard 32de4ac2da kernel-headers: remove ancient versions 2008-08-04 19:07:26 +00:00
Peter Korsgaard d1a4923086 kernel-headers: mark 2.6.24 as deprecated and 2.6.25 as recent 2008-08-04 19:07:24 +00:00
Peter Korsgaard dc01863bce kernel-headers: add 2.6.26.x 2008-08-04 19:07:21 +00:00
Peter Korsgaard 60b5eee76e package: global largefile CFLAGS handling 2008-08-04 19:07:18 +00:00
Peter Korsgaard 02a623ddf9 buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
	sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00
Peter Korsgaard fa0ac2de33 busybox: default HIDE_OTHERS to y for all versions
There's no particular reason to only enable BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
by default for the snapshot version.
2008-08-04 19:06:19 +00:00
Peter Korsgaard 62c21f8971 strace: fix LARGEFILE typo
Patch by Claus Klein.
2008-08-04 19:06:10 +00:00
Peter Korsgaard faeb17eac0 sed: fix CPPFLAGS typo
Patch by Claus Klein.
2008-08-04 19:04:05 +00:00
Peter Korsgaard bcad6288f5 Makefile.autotools.in: fix make source-check/external-deps differently
The MAKELEVEL test is not that robust; It fails with the recent log
support or if buildroot is driven from an external Makefile.

Rework it to instead detect source-check/external-deps by the fact that
they set SPIDER.
2008-07-24 13:38:39 +00:00
Peter Korsgaard 0770fcc8a0 grep: make locale handling less verbose
As suggested by Bernhard.
2008-07-23 12:08:53 +00:00
Peter Korsgaard 653bf72926 grep: cleanup configure args 2008-07-23 10:35:59 +00:00
Peter Korsgaard 627d2ec9e6 grep: fix target install and clean 2008-07-23 10:35:56 +00:00
Peter Korsgaard 9a1526d7d9 grep: gettext/libintl is only required if locale is enabled 2008-07-23 10:35:53 +00:00
Peter Korsgaard a649ed0da0 gettext: also remove from staging on -clean 2008-07-23 10:35:50 +00:00
Peter Korsgaard 10d8ac5ed0 busybox: additional 1.11.1 fix 2008-07-23 06:01:50 +00:00
Peter Korsgaard 8bba7f0d67 vsftp: enable and fix linking
Patch by Wade Berrier.

It still errors out on sysdeputil.c for me, but this is no worse than
it was before, so committing.
2008-07-22 19:47:41 +00:00
Peter Korsgaard bca6a68ab4 which: convert to Makefile.autotools.in format 2008-07-22 14:11:01 +00:00
Peter Korsgaard e711739c9f which: install into /usr/bin 2008-07-22 13:59:42 +00:00
Peter Korsgaard 181fc86c50 which: strip target binary 2008-07-22 13:59:39 +00:00
Peter Korsgaard 367a7344bf which: needs readline
Patch by Wade Berrier.
2008-07-22 13:59:35 +00:00
Peter Korsgaard cb52bd0ddf busybox: 1.11.1 patches 2008-07-22 11:19:07 +00:00
Peter Korsgaard 658d9482ad sdl_mixer: run CONFIG_UPDATE on correct directory
The Makefile tried to update config.guess and config.sub in the wrong
directories, this patch updates the correct scripts making it possible to
compile on new systems.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-07-21 08:53:18 +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 ac653c53d6 fuse: fix target install
Also copy libfuse.so symlink so fuse target isn't considered out of date
2008-07-17 13:25:35 +00:00
Peter Korsgaard 10820e8bb1 freetype: fix target install and clean / dirclean
- target install didn't strip library
- clean didn't uninstall from staging / target
- dirclean target missing
2008-07-17 13:20:37 +00:00
Peter Korsgaard 2fa2806210 sqlite: fix target install and clean
- install -D isn't a good idea for symlinks as it replaces them with the
  target files, leading to 3 copies of libsqlite.
- clean was missing include and pkgconfig files
2008-07-17 13:20:23 +00:00
Peter Korsgaard fa0bedd0f5 package: sdl_image package
Based on patch by artemys. Closes #4194
2008-07-17 13:20:05 +00:00
Peter Korsgaard a18bc39849 zlib: cleanup and fix -clean target 2008-07-17 13:19:54 +00:00
Peter Korsgaard e80f13d515 tiff: zlib and jpeg are needed at configure time 2008-07-17 13:19:42 +00:00
Peter Korsgaard 160962b1ce tiff: cleanup and fix -clean target 2008-07-17 13:19:33 +00:00
Peter Korsgaard c40de9fe70 sdl_mixer: fix sdl dependency 2008-07-17 09:55:27 +00:00
Peter Korsgaard a48b130c51 sdl_ttf: fix sdl dependency
Patch by artemys - Closes #4164.
2008-07-17 09:55:23 +00:00
Peter Korsgaard eb04f1fe6d sdl_ttf: needs freetype
Update help text while we're at it.

Based on patch by artemys. Closes #4154.
2008-07-16 14:37:43 +00:00
Peter Korsgaard 38e12fd263 linux-advanced: add linux26-force like in the simple linux makefile
Patch by Brian Beattie.
2008-07-13 06:32:58 +00:00
Peter Korsgaard 4b586e6cda busybox: bump 1.11.x version 2008-07-11 22:19:21 +00:00
Peter Korsgaard c666875912 package/Makefile.in: cleanup MAKE/MAKE1
The extra stuff doesn't seem to be needed, so lets just get rid of it.
2008-07-11 13:43:59 +00:00
Peter Korsgaard 81021c223a fuse: re-add missing --program-prefix
--program-prefix got errorously removed in the recent cleanup work.
2008-07-11 13:43:56 +00:00
Ulf Samuelsson 04a4d946fc Do not use a localversion of kernel, to allow modules to be installed in the correct directory 2008-07-10 16:12:36 +00:00
Ulf Samuelsson 84795834f6 Use correct include dir syntax for xcursor-xthemes 2008-07-10 15:17:03 +00:00
Ulf Samuelsson 42b7d4bf56 Add AVR32 patches for 2.6.25.10 2008-07-10 15:15:52 +00:00
Ulf Samuelsson e49a025f4b Fix comments regarding latest stable kernel 2008-07-10 15:14:17 +00:00
Ulf Samuelsson 2e350eb011 Update 'latest' kernel info 2008-07-10 14:58:04 +00:00
Peter Korsgaard f51ee25658 fuse: remove unused dir (git-svn issue) 2008-07-10 10:13:16 +00:00
Peter Korsgaard ed5bb83780 fuse: bump version
The disable_symvers_22 patch no longer applies, but things seems to work
without it. There's no documentation describing what it was supposed to
fix, so get rid of it.
2008-07-10 10:12:25 +00:00
Peter Korsgaard 860c923883 fuse: use BR2_SOURCEFORGE_MIRROR 2008-07-10 10:12:20 +00:00
Peter Korsgaard 884dcd878a fuse: cleanup patch handling
Move patch to package dir like other packages and fixup patch-kernel
invocation.
2008-07-10 10:12:15 +00:00
Peter Korsgaard c50d5170f8 fuse: remove commented out lines 2008-07-10 10:12:11 +00:00
Peter Korsgaard 3d5feef931 fuse: cleanup configure args 2008-07-10 10:12:07 +00:00
Peter Korsgaard 69770a9a2e fuse: remove stray $ 2008-07-10 10:12:00 +00:00
Peter Korsgaard 9550ea2511 fuse: also remove fusermount from target 2008-07-10 10:11:51 +00:00