summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-29docs/buildroot.html: fix typoPeter Korsgaard
2009-04-29Add the shared-mime-info packageThomas Petazzoni
The shared-mime-info package contains the core database of common types and the update-mime-database command used to extend it. The only thing that is actually needed in the target is the file mime.cache. In order to generate that file, shared-mime-info is installed into the staging-dir. The idea is that other packages might add more mime-info files and these should be collected in staging-dir. From there the mime.cache file is created using tools installed in host-dir and copied to target. From Sven Neumann <s.neumann@raumfeld.com> Modifications by Thomas Petazzoni : * Add a patch to the main Makefile.am so that the $(XMLLINT) variable is used instead of hardcoding xmllint * Apply the patch in the host build of shared-mime-info * In the target build, pass an XMLLINT environment variable so that the xmllint binary isn't searched in $(STAGING_DIR) but in $(HOST_DIR) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-04-29Add libxml2 for the hostThomas 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-28New section on external toolchain usageThomas Petazzoni
2009-04-28Documentation cleanupsThomas 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-28toolchain/gdb: remove empty dirs (git-svn issue)Peter Korsgaard
2009-04-28toolchain/gdb: remove ancient deprecated versionsPeter 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-28toolchain/gdb: remove broken snapshot supportPeter Korsgaard
2009-04-28package/openssl: fix uninstallPeter Korsgaard
2009-04-28package/openssl: STRIP_STRIP_ALL should be used for binariesPeter Korsgaard
2009-04-28package/openssl: also strip libraries with _OPENSSL_BIN is enabledPeter Korsgaard
2009-04-28package/openssl: make sure TARGET_CFLAGS are usedPeter 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-28Older versions of 'find' don't have the '-delete' optionWade Berrier
Use find's '-print0' and 'xargs -0' as an equivalent alternative.
2009-04-28toolchain/kernel-headers: bump 2.6.29 versionPeter Korsgaard
2009-04-27toolchain/gcc: java needs largefile supportPeter Korsgaard
2009-04-27toolchain/gcc: fix java supportPeter Korsgaard
Not runtime tested, but now it atleast builds.
2009-04-27toolchain/gcc: disable tls supportPeter Korsgaard
Fixes libstdc++ linking with gcc 4.4.x
2009-04-27libglib2: bump versionPeter Korsgaard
Patch by Sven Neumann <s.neumann@phase-zero.de>, closes #279.
2009-04-26package: add libsoup packagePeter Korsgaard
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #35.
2009-04-26samba: fix build with ipv6 support is disabledPeter Korsgaard
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #285
2009-04-26busybox: 1.14.0 dhcp fixPeter Korsgaard
2009-04-24toolchain/uClibc: 0.9.30.1 getaddrinfo fix for intfs without addressPeter Korsgaard
From uClibc r24336.
2009-04-23package/multimeda: add taglib packagePeter Korsgaard
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #283.
2009-04-23directfb: bump versionPeter Korsgaard
Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #281.
2009-04-23Update to 4.5.1Thiago A. Corrêa
2009-04-23dbus-glib: workaround Kconfig issue with selectPeter Korsgaard
Kconfig gets confused about the selects and thinks there's a recursive dependency around expat, so implement an alternative solution instead.
2009-04-23package/qtopia4: fix GPL download URLPeter Korsgaard
Patch by Will Newton <will.newton@gmail.com>
2009-04-23toolchain/gcc: add 4.4.0Peter Korsgaard
2009-04-23dbus-glib: host compilation needs libglib2 and expatPeter Korsgaard
2009-04-23dbus-glib: needs expatPeter Korsgaard
Even though dbus can use libxml2 for XML support, dbus-glib cannot - So make sure expat is available.
2009-04-23toolchain/gcc: fix PR 32044 patchPeter Korsgaard
Somehow the patch was a patch adding a patch instead of the patch itself.
2009-04-22toolchain: add BR2_USE_SSP option for stack protection supportPeter Korsgaard
Using the support in uClibc.
2009-04-22toolchain/gcc: don't enable libssp supportPeter 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-21dbus: fix rebuild if /var/lib is a symlink to /tmp for targetPeter Korsgaard
/tmp/dbus will end up being a recursive symlink to itself on the build host.
2009-04-20Workaround problem with configure for x86 crosscompile to x86 under linux.Thiago A. Corrêa
2009-04-18busybox: 1.14.0 fixesPeter Korsgaard
2009-04-18cups: add -source targetPeter Korsgaard
2009-04-17busybox: 1.14.0 fix for move_to_unaligned32 / dnsd.c on !x86Peter Korsgaard
2009-04-17pkg-config: fix target packagePeter Korsgaard
As reported by Sven Neumann on the list.
2009-04-17toolchain/br2_autoreconf: removePeter Korsgaard
It got added by Ulf back in 2007, but there's no references to it anywhere, so remove it.
2009-04-17Makefile: distclean: remove correct dirsPeter 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-17sqlite: bump versionPeter Korsgaard
Closes #277.
2009-04-17Updated i686 configThiago A. Corrêa
2009-04-17Fix busybox config file locationThiago A. Corrêa
2009-04-15bind: bump version (security issue with DNSSEC DLV)Peter Korsgaard
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #275.
2009-04-15target/generic: support for busybox >= 1.14.x speed=0 handlingPeter Korsgaard
2009-04-15busybox: remove ancient versionsPeter Korsgaard
2009-04-15busybox: add 1.14.xPeter Korsgaard
2009-04-15busybox: bump 1.13.x versionPeter Korsgaard
2009-04-15toolchain/gcc: shared libgcc broken for sparc, so disable itPeter Korsgaard