Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-29 | Add libxml2 for the host | Thomas Petazzoni | |
Some other packages, such as shared-mime-info, might need libxml2 and related tools (xmllint, etc.) to be available on the host. This patch modifies tthe libxml2 Makefile to compile libxml2 for the host, in $(HOST_DIR). Patch from Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-04-28 | New section on external toolchain usage | Thomas Petazzoni | |
2009-04-28 | Documentation cleanups | Thomas Petazzoni | |
* 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 | toolchain/gdb: remove empty dirs (git-svn issue) | Peter Korsgaard | |
2009-04-28 | toolchain/gdb: remove ancient deprecated versions | Peter Korsgaard | |
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 | toolchain/gdb: remove broken snapshot support | Peter Korsgaard | |
2009-04-28 | package/openssl: fix uninstall | Peter Korsgaard | |
2009-04-28 | package/openssl: STRIP_STRIP_ALL should be used for binaries | Peter Korsgaard | |
2009-04-28 | package/openssl: also strip libraries with _OPENSSL_BIN is enabled | Peter Korsgaard | |
2009-04-28 | package/openssl: make sure TARGET_CFLAGS are used | Peter Korsgaard | |
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 | Older versions of 'find' don't have the '-delete' option | Wade Berrier | |
Use find's '-print0' and 'xargs -0' as an equivalent alternative. | |||
2009-04-28 | toolchain/kernel-headers: bump 2.6.29 version | Peter Korsgaard | |
2009-04-27 | toolchain/gcc: java needs largefile support | Peter Korsgaard | |
2009-04-27 | toolchain/gcc: fix java support | Peter Korsgaard | |
Not runtime tested, but now it atleast builds. | |||
2009-04-27 | toolchain/gcc: disable tls support | Peter Korsgaard | |
Fixes libstdc++ linking with gcc 4.4.x | |||
2009-04-27 | libglib2: bump version | Peter Korsgaard | |
Patch by Sven Neumann <s.neumann@phase-zero.de>, closes #279. | |||
2009-04-26 | package: add libsoup package | Peter Korsgaard | |
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #35. | |||
2009-04-26 | samba: fix build with ipv6 support is disabled | Peter Korsgaard | |
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #285 | |||
2009-04-26 | busybox: 1.14.0 dhcp fix | Peter Korsgaard | |
2009-04-24 | toolchain/uClibc: 0.9.30.1 getaddrinfo fix for intfs without address | Peter Korsgaard | |
From uClibc r24336. | |||
2009-04-23 | package/multimeda: add taglib package | Peter Korsgaard | |
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #283. | |||
2009-04-23 | directfb: bump version | Peter Korsgaard | |
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #281. | |||
2009-04-23 | Update to 4.5.1 | Thiago A. Corrêa | |
2009-04-23 | dbus-glib: workaround Kconfig issue with select | Peter Korsgaard | |
Kconfig gets confused about the selects and thinks there's a recursive dependency around expat, so implement an alternative solution instead. | |||
2009-04-23 | package/qtopia4: fix GPL download URL | Peter Korsgaard | |
Patch by Will Newton <will.newton@gmail.com> | |||
2009-04-23 | toolchain/gcc: add 4.4.0 | Peter Korsgaard | |
2009-04-23 | dbus-glib: host compilation needs libglib2 and expat | Peter Korsgaard | |
2009-04-23 | dbus-glib: needs expat | Peter Korsgaard | |
Even though dbus can use libxml2 for XML support, dbus-glib cannot - So make sure expat is available. | |||
2009-04-23 | toolchain/gcc: fix PR 32044 patch | Peter Korsgaard | |
Somehow the patch was a patch adding a patch instead of the patch itself. | |||
2009-04-22 | toolchain: add BR2_USE_SSP option for stack protection support | Peter Korsgaard | |
Using the support in uClibc. | |||
2009-04-22 | toolchain/gcc: don't enable libssp support | Peter Korsgaard | |
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-21 | dbus: fix rebuild if /var/lib is a symlink to /tmp for target | Peter Korsgaard | |
/tmp/dbus will end up being a recursive symlink to itself on the build host. | |||
2009-04-20 | Workaround problem with configure for x86 crosscompile to x86 under linux. | Thiago A. Corrêa | |
2009-04-18 | busybox: 1.14.0 fixes | Peter Korsgaard | |
2009-04-18 | cups: add -source target | Peter Korsgaard | |
2009-04-17 | busybox: 1.14.0 fix for move_to_unaligned32 / dnsd.c on !x86 | Peter Korsgaard | |
2009-04-17 | pkg-config: fix target package | Peter Korsgaard | |
As reported by Sven Neumann on the list. | |||
2009-04-17 | toolchain/br2_autoreconf: remove | Peter Korsgaard | |
It got added by Ulf back in 2007, but there's no references to it anywhere, so remove it. | |||
2009-04-17 | Makefile: distclean: remove correct dirs | Peter Korsgaard | |
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 | sqlite: bump version | Peter Korsgaard | |
Closes #277. | |||
2009-04-17 | Updated i686 config | Thiago A. Corrêa | |
2009-04-17 | Fix busybox config file location | Thiago A. Corrêa | |
2009-04-15 | bind: bump version (security issue with DNSSEC DLV) | Peter Korsgaard | |
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #275. | |||
2009-04-15 | target/generic: support for busybox >= 1.14.x speed=0 handling | Peter Korsgaard | |
2009-04-15 | busybox: remove ancient versions | Peter Korsgaard | |
2009-04-15 | busybox: add 1.14.x | Peter Korsgaard | |
2009-04-15 | busybox: bump 1.13.x version | Peter Korsgaard | |
2009-04-15 | toolchain/gcc: shared libgcc broken for sparc, so disable it | Peter Korsgaard | |
2009-04-15 | unmark the sparc targets as broken, they build if you disable shared libgcc | austinf | |
2009-04-14 | openssl: git rid of version number in patches | Peter Korsgaard | |
As noted by Hamish Moffatt on the list. |