Thomas Petazzoni
b7b6946b56
Documentation cleanups
...
* Add the section describing the project feature to the table of
contents
* Change the formatting of titles in the section on the project
feature
* Mention that the section on project feature is obsolete since the
feature has now been implemented
* Remove the duplication about two different sections documenting
basically the same thing : how to use the Buildroot toolchain.
2009-04-28 20:58:57 +00:00
Peter Korsgaard
37de0c8cc3
toolchain/gdb: remove empty dirs (git-svn issue)
2009-04-28 18:43:06 +00:00
Peter Korsgaard
8759a416c4
toolchain/gdb: remove ancient deprecated versions
...
They shouldn't be used anymore, needs havily patching (6.3 has more than
200k patches) and no one tests them with current toolchains.
2009-04-28 18:42:08 +00:00
Peter Korsgaard
f46b9cda0d
toolchain/gdb: remove broken snapshot support
2009-04-28 18:42:02 +00:00
Peter Korsgaard
a4c8130640
package/openssl: fix uninstall
2009-04-28 18:30:20 +00:00
Peter Korsgaard
32c9952c3f
package/openssl: STRIP_STRIP_ALL should be used for binaries
2009-04-28 18:30:15 +00:00
Peter Korsgaard
df1f80d645
package/openssl: also strip libraries with _OPENSSL_BIN is enabled
2009-04-28 18:30:10 +00:00
Peter Korsgaard
98dcd8656d
package/openssl: make sure TARGET_CFLAGS are used
...
And remove the unnedded c_rehash binary while we're at it.
Patch by Gustavo Zacarias <gustavo@zacarias.com.br>, closes #307 .
Saves ~250k on PPC with default config (E.G. -Os)
2009-04-28 18:30:06 +00:00
Wade Berrier
027aa1d2ec
Older versions of 'find' don't have the '-delete' option
...
Use find's '-print0' and 'xargs -0' as an equivalent alternative.
2009-04-28 17:33:44 +00:00
Peter Korsgaard
ff7e08083b
toolchain/kernel-headers: bump 2.6.29 version
2009-04-28 07:07:11 +00:00
Peter Korsgaard
30ee5f0560
toolchain/gcc: java needs largefile support
2009-04-27 14:07:42 +00:00
Peter Korsgaard
a62ceefdd4
toolchain/gcc: fix java support
...
Not runtime tested, but now it atleast builds.
2009-04-27 14:07:36 +00:00
Peter Korsgaard
1f3eec6e8f
toolchain/gcc: disable tls support
...
Fixes libstdc++ linking with gcc 4.4.x
2009-04-27 10:26:56 +00:00
Peter Korsgaard
038c5ee028
libglib2: bump version
...
Patch by Sven Neumann <s.neumann@phase-zero.de>, closes #279 .
2009-04-27 08:36:04 +00:00
Peter Korsgaard
2f094a9247
package: add libsoup package
...
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #35 .
2009-04-26 21:40:32 +00:00
Peter Korsgaard
4a653c39d4
samba: fix build with ipv6 support is disabled
...
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #285
2009-04-26 21:17:33 +00:00
Peter Korsgaard
78e8e2c74e
busybox: 1.14.0 dhcp fix
2009-04-26 21:17:29 +00:00
Peter Korsgaard
d76155005f
toolchain/uClibc: 0.9.30.1 getaddrinfo fix for intfs without address
...
From uClibc r24336.
2009-04-24 18:42:18 +00:00
Peter Korsgaard
f856f324d4
package/multimeda: add taglib package
...
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #283 .
2009-04-23 20:26:28 +00:00
Peter Korsgaard
b091877aa9
directfb: bump version
...
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #281 .
2009-04-23 19:29:23 +00:00
Thiago A. Corrêa
f3bce517ed
Update to 4.5.1
2009-04-23 18:59:34 +00:00
Peter Korsgaard
8a68eb29bb
dbus-glib: workaround Kconfig issue with select
...
Kconfig gets confused about the selects and thinks there's a recursive
dependency around expat, so implement an alternative solution instead.
2009-04-23 14:24:58 +00:00
Peter Korsgaard
c5dc5dcc00
package/qtopia4: fix GPL download URL
...
Patch by Will Newton <will.newton@gmail.com>
2009-04-23 12:49:36 +00:00
Peter Korsgaard
5eeeeec056
toolchain/gcc: add 4.4.0
2009-04-23 11:45:02 +00:00
Peter Korsgaard
6930ce9415
dbus-glib: host compilation needs libglib2 and expat
2009-04-23 11:44:58 +00:00
Peter Korsgaard
7f6e9b2e10
dbus-glib: needs expat
...
Even though dbus can use libxml2 for XML support, dbus-glib cannot -
So make sure expat is available.
2009-04-23 11:44:54 +00:00
Peter Korsgaard
6d48463df6
toolchain/gcc: fix PR 32044 patch
...
Somehow the patch was a patch adding a patch instead of the patch itself.
2009-04-23 11:44:48 +00:00
Peter Korsgaard
503ab93cfe
toolchain: add BR2_USE_SSP option for stack protection support
...
Using the support in uClibc.
2009-04-22 07:27:22 +00:00
Peter Korsgaard
3b712a3d89
toolchain/gcc: don't enable libssp support
...
It's broken anyway as we don't install libssp* into TARGET_DIR, and we
should use the SSP support in uClibc if we want stack protection.
2009-04-22 07:27:17 +00:00
Peter Korsgaard
e493fc6ce5
dbus: fix rebuild if /var/lib is a symlink to /tmp for target
...
/tmp/dbus will end up being a recursive symlink to itself on the build host.
2009-04-21 15:10:39 +00:00
Thiago A. Corrêa
f9c5711c07
Workaround problem with configure for x86 crosscompile to x86 under linux.
2009-04-20 22:26:09 +00:00
Peter Korsgaard
3165260921
busybox: 1.14.0 fixes
2009-04-18 14:13:53 +00:00
Peter Korsgaard
c52f02514d
cups: add -source target
2009-04-18 14:13:49 +00:00
Peter Korsgaard
40367aa404
busybox: 1.14.0 fix for move_to_unaligned32 / dnsd.c on !x86
2009-04-17 18:17:33 +00:00
Peter Korsgaard
23795ec71f
pkg-config: fix target package
...
As reported by Sven Neumann on the list.
2009-04-17 15:55:16 +00:00
Peter Korsgaard
475bf3a83a
toolchain/br2_autoreconf: remove
...
It got added by Ulf back in 2007, but there's no references to it anywhere,
so remove it.
2009-04-17 13:53:10 +00:00
Peter Korsgaard
a767c8bdf7
Makefile: distclean: remove correct dirs
...
Remove toolchain build dir, and don't try to remove the non-existing include
dir. Also don't explicitly remove the kernel image located in binaries as
we're already removing that dir.
2009-04-17 13:53:07 +00:00
Peter Korsgaard
0c2043240f
sqlite: bump version
...
Closes #277 .
2009-04-17 07:38:03 +00:00
Thiago A. Corrêa
52cc210d88
Updated i686 config
2009-04-17 05:50:44 +00:00
Thiago A. Corrêa
d55d6180a2
Fix busybox config file location
2009-04-17 05:44:01 +00:00
Peter Korsgaard
66ef1e589a
bind: bump version (security issue with DNSSEC DLV)
...
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #275 .
2009-04-15 18:29:50 +00:00
Peter Korsgaard
635346844c
target/generic: support for busybox >= 1.14.x speed=0 handling
2009-04-15 13:42:12 +00:00
Peter Korsgaard
55b03d6115
busybox: remove ancient versions
2009-04-15 13:42:08 +00:00
Peter Korsgaard
c19a51f993
busybox: add 1.14.x
2009-04-15 13:42:03 +00:00
Peter Korsgaard
edfe9feee7
busybox: bump 1.13.x version
2009-04-15 13:41:59 +00:00
Peter Korsgaard
ef8fd64dcb
toolchain/gcc: shared libgcc broken for sparc, so disable it
2009-04-15 13:41:55 +00:00
austinf
a1e086da09
unmark the sparc targets as broken, they build if you disable shared libgcc
2009-04-15 09:13:21 +00:00
Peter Korsgaard
73f4adaa54
openssl: git rid of version number in patches
...
As noted by Hamish Moffatt on the list.
2009-04-14 05:21:22 +00:00
Thiago A. Corrêa
7f69e5369f
Qtopia4: -xmlpatterns requires -exceptions .
2009-04-13 18:58:35 +00:00
Peter Korsgaard
e9cb98273d
target/Makefile.in: make 3.80 compatibility fix
...
Patch by Andreas Schweigstill <aschweig@schweigstill.de>
2009-04-09 11:34:11 +00:00