Thiago A. Corrêa
0e0bd3a780
Improve Qt embedded target_dir install handling and granularity. This saves me 600k on jffs2 compressed fs for avr32.
2009-04-29 18:29:24 +00:00
Thiago A. Corrêa
bb1b213570
Fix atngw100_defconfig busybox config location
2009-04-29 18:27:24 +00:00
Peter Korsgaard
e628da073b
package/: remove obsolete qte package
2009-04-29 15:52:24 +00:00
Peter Korsgaard
c67733f9a2
toolchain/uClibc: 0.9.30.1 arm linuxthreads fix
...
Reported by Michael Roth <mroth@nessie.de>. Identical to the 0.9.30 patch.
2009-04-29 13:12:56 +00:00
Peter Korsgaard
e594f5d591
package/multimedia/gstreamer: bump version
...
Patch by Sven Neumann <s.neumann@raumfeld.com>, closes #101 .
2009-04-29 13:08:22 +00:00
Thomas Petazzoni
17950c9ab3
Fix issues in shared-mime-info
...
* Properly indent Config.in
* Remove unneeded SHARED_MIME_INFO_INSTALL_STAGING_OPT definition
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-04-29 08:51:39 +00:00
Peter Korsgaard
01dce41217
docs/buildroot.html: fix typo
2009-04-29 08:12:22 +00:00
Thomas Petazzoni
f6d00867f9
Add the shared-mime-info package
...
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-29 07:21:02 +00:00
Thomas Petazzoni
b7c3eb7aa7
Add libxml2 for the host
...
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-29 07:13:20 +00:00
Thomas Petazzoni
c9adae97af
New section on external toolchain usage
2009-04-28 21:12:23 +00:00
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