Commit graph

3922 commits

Author SHA1 Message Date
Peter Korsgaard 0c33ede996 gzip, diff, grub: bump versions
Patch by andrewma (closes #2754)
2008-04-03 09:28:56 +00:00
Hamish Moffatt fe6088d9d4 Unbreak the bridge-utils package.. 2008-04-03 04:10:14 +00:00
Hamish Moffatt 4b01dfced9 Add romfs target support, courtesy Josh <buildroot@digitalpeer.com> 2008-04-02 00:18:57 +00:00
Peter Korsgaard 90ee3a0561 pkgconfig: Return appropriate error code from pkgconfig script
Patch by Will Newton.

Currently the wrapper script for pkgconfig clobbers the return status
of pkgconfig. This is a problem for example when someone tries to run
"pkgconfig --exists". This patch should allow the correct return code
to be passed through. Note it uses the "pipefail" option that was
introduced with bash 3.
2008-04-01 15:29:03 +00:00
Peter Korsgaard fd4c4ad6ec thttpd: remove unused files
Patch by Simon Pasch
2008-04-01 14:50:40 +00:00
Peter Korsgaard 18932cb003 thttpd: fix thttpd_wrapper name
Patch by Simon Pasch.
2008-04-01 12:26:49 +00:00
Peter Korsgaard e556bff41d Makefile.autotools.in: Do uninstall in staging/target dirs on -clean 2008-04-01 10:30:32 +00:00
Peter Korsgaard c9477eea89 busybox: additional 1.10.0 fix 2008-04-01 10:00:00 +00:00
Peter Korsgaard e2f56edbd3 setlocalversion: add git-svn support 2008-04-01 09:53:14 +00:00
Peter Korsgaard 34274164d9 buildroot: additional -clean target fixes
Patch by Hebbar.
2008-04-01 07:03:07 +00:00
Peter Korsgaard ea471ffff9 direct: don't fail clean target if directory doesn't exist
Patch by Hebbar.
2008-04-01 06:51:59 +00:00
Peter Korsgaard f1e2d3e671 expat: cleanup configure arguments 2008-03-31 20:09:06 +00:00
Peter Korsgaard 056d35f9f0 avahi: bump version 2008-03-31 19:56:58 +00:00
Peter Korsgaard bd6561e781 buildroot: add /etc/br-version with version info to target dir 2008-03-31 19:50:05 +00:00
Peter Korsgaard 1b6ffcb7ed avahi: make sure /etc/dbus-1/system.d exists in target dir 2008-03-31 19:43:50 +00:00
Peter Korsgaard 6b8ffd5024 dbus: use dbus-daemon as target for staging_dir installation
Use dbus-daemon as target for staging_dir installation instead of
library, as that changes name with soname changes.
2008-03-31 19:36:08 +00:00
Peter Korsgaard 714b375fd2 sqlite: cleanup configure arguments 2008-03-31 15:07:48 +00:00
Peter Korsgaard 345be8bc36 ncurses: cleanup /usr/lib/terminfo symlink handling 2008-03-31 14:44:32 +00:00
Peter Korsgaard 9021b9f21e readline: ignore errors in target-clean target 2008-03-31 14:32:38 +00:00
Peter Korsgaard 9a70301cbe avahi: depend on dbus-daemon in staging_dir
Depend on dbus-daemon in staging_dir instead of in target_dir as
fakeroot updates the timestamp on the target_dir version every time,
so the avahi makefile thinks it always needs to recompile avahi.
2008-03-31 14:28:38 +00:00
Peter Korsgaard db0748c0fd concierge: cleanup (white space + unneeded mkdir) 2008-03-31 09:51:59 +00:00
Peter Korsgaard d55b283ce7 Makefile: revert broken ccache (r21525) for now. 2008-03-31 09:06:26 +00:00
Ulf Samuelsson 0e65446676 Patch in EXTRA_VERSION 2008-03-31 05:42:03 +00:00
Ulf Samuelsson 63342eab23 Add Configs for new boards 2008-03-30 22:23:39 +00:00
Ulf Samuelsson 0bd3ec265f Do not allow optimizations which breaks linux build 2008-03-30 21:49:16 +00:00
Peter Korsgaard e013773645 Makefile: merge CVS and .svn find invocation 2008-03-30 20:52:33 +00:00
Peter Korsgaard 6a262b14ac Makefile: fix typo (.empty files, not dirs) 2008-03-30 20:48:13 +00:00
Peter Korsgaard 01c5168579 target_skeleton: mark empty directories with .empty files
Mark empty directories in target skeletons with .empty files
and remove them while copying to target (like it's already done for
svn and cvs files) to better support version control system which don't
handle empty directories (E.G. git-svn).
2008-03-30 20:45:42 +00:00
Ulf Samuelsson 697dd2ed93 Update at91 defconfigs 2008-03-30 20:42:40 +00:00
Ulf Samuelsson 0be9560cb5 Add webif package 2008-03-30 20:40:53 +00:00
Ulf Samuelsson 4b45fed006 Add example package 2008-03-30 20:39:41 +00:00
Peter Korsgaard 0a7c0c04f1 linux advanced: make menuconfig default 2008-03-30 20:22:13 +00:00
Ulf Samuelsson 62ce637fed Allow selection of kernel config tool 2008-03-30 20:04:55 +00:00
Peter Korsgaard 399a1f27fa busybox: additional 1.10.0 fixes 2008-03-30 14:37:06 +00:00
Nigel Kukard 49bb82c9f4 * Removed GCC 4.2.0, added GCC 4.2.3 (take 2) 2008-03-30 08:12:22 +00:00
Nigel Kukard c92cb2cacd * Remove legacy GCC 4.1.x versions 2008-03-30 08:07:53 +00:00
Nigel Kukard a1b9776f4b * Remove legacy GCC 4.0.x versions 2008-03-30 08:06:38 +00:00
Nigel Kukard 2c9c9bcdf2 * Remove legacy GCC 3.4.x versions 2008-03-30 08:05:22 +00:00
Nigel Kukard 5929cc768b Remove legacy GCC 3.3.x versions 2008-03-30 08:04:14 +00:00
Ulf Samuelsson 2880357071 Add build support for latest gdb 2008-03-30 07:09:07 +00:00
Ulf Samuelsson a778e32b8e libglib12 cleanup 2008-03-30 07:06:12 +00:00
Ulf Samuelsson efd8576c2e Ensure shell environment is handled correctly 2008-03-30 06:38:46 +00:00
Ulf Samuelsson 82c92e1e1a Easy update of defconfig 2008-03-30 06:29:30 +00:00
Ulf Samuelsson 0cc1cbe96a Force use of bash for patching 2008-03-29 23:10:47 +00:00
Ulf Samuelsson c659b13a2f Remove duplicate AVR32 patches, and add support for ARCH and conditional AVR32 patches 2008-03-29 23:09:46 +00:00
Ulf Samuelsson 230723920a Remove duplication of default kernel patch dir setting 2008-03-29 20:39:36 +00:00
Ulf Samuelsson 5292603285 Remove duplication of default kernel patch dir setting 2008-03-29 20:38:22 +00:00
Ulf Samuelsson 4523eb3cc7 Remove duplication of default kernel patch dir setting 2008-03-29 20:36:54 +00:00
Ulf Samuelsson 936db68f25 Remove duplication of default kernel patch dir setting 2008-03-29 20:36:24 +00:00
Nigel Kukard 0bda43bec9 Feeding the kernel zero optimization -O0 breaks the kernel build at least on x86 with asm errors, remove -O0 when building the kernel 2008-03-29 17:47:36 +00:00