summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CHANGES: update for 2009.08-rc12009.08_rc1Peter Korsgaard2009-08-021-1/+23
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update gamin to 0.1.10 to fix compilationDaniele Salvatore Albano2009-08-023-11/+23
| | | | | | | Closes #533 Signed-off-by: Daniele Salvatore Albano <d.albano@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/: new package iwGustavo Zacarias2009-08-024-0/+36
| | | | | | | | | | | Closes #289 This package is a wireless configuration utility for the linux mac80211 kernel stack. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-By: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ltp-testsuite: Bump version to 20090630.Will Newton2009-08-026-86/+26
| | | | | | | | | | | Closes #437 - Remove a few obsolete patches. - Add a patch to disable syscall tests unsupported by uClibc. - Add a patch to fix sched_getaffinity build. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* webkit: Update to WebKit svn r44552.Will Newton2009-08-023-5/+40
| | | | | | | | | | | Closes #427 - Fix generation of configure script and Makefiles. - Add dependencies on libsoup and enchant. - Allow configuration of rendering target (currently X11 or DirectFB). Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'lvm-bump' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2009-08-021-7/+9
|\
| * lvm: fix installation to target dirThomas Petazzoni2009-08-021-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The installation to the target directory was broken for two reasons: * Due to how the lvm2.mk file was written, for each file listed in $(LVM2_TARGET_SBINS) and $(LVM2_TARGET_DMSETUP_SBINS), it was reinstalling all the files listed in those variables. When a target contains several elements, there's no need to make a loop to handle each of the elements: the rule will get executed as many times as they are elements in the target. * For some odd reason, lvm2 build system installs executable with 555 and libraries with 444. Therefore, once copied to the target directory, these executables and libraries cannot be overwritten... for example by a later execution of Buildroot. We fix this up by changing the permissions of the binaries and libraries installed by lvm2 to saner values (755 and 644) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * Bump lvm2 to 2.02.50Daniele Salvatore Albano2009-08-021-1/+1
| | | | | | | | Signed-off-by: Daniele Salvatore Albano <d.albano@gmail.com>
* | CHANGES: pciutils issue is #523, not #527Peter Korsgaard2009-08-021-1/+1
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Merge branch 'pciutils-fix' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2009-08-022-1/+2
|\ \
| * | pciutils: fix build with external toolchainsThomas Petazzoni2009-08-022-1/+2
| |/ | | | | | | | | | | | | | | | | | | | | Buildroot Makefile to compile pciutils wasn't passing TARGET_LDFLAGS to pciutils build system. Therefore, at link time, the pciutils build system was not taking into account the important --sysroot option, which was breaking the link with external toolchains. Fixes bug #523. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | haserl: bump 0.9.x versionPeter Korsgaard2009-08-012-20/+1
| | | | | | | | | | | | buffer overflow fix is now upstream Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | ntfsprogs: new packageOlaf Rempel2009-08-014-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | Closes #247 wide collection of NTFS utilities from http://www.linux-ntfs.org/ [Peter: misc Config.in cleanups/fixes] Signed-off-by: Olaf Rempel <razzor@kopf-tisch.de> Tested-By: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Merge branch 'install-fix' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2009-08-011-1/+1
|\ \ | |/ |/|
| * makefile: don't hardcore install utility locationThomas Petazzoni2009-07-311-1/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | target/device: rename program invocation symbol in defconfigsPeter Korsgaard2009-07-3116-16/+16
| | | | | | | | | | | | The symbol is now BR2_PROGRAM_INVOCATION, not BR2_UCLIBC_PROGRAM_INVOCATION. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | coreutils: add TODO note about stripping the installed binariesThomas Petazzoni2009-07-311-0/+10
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | coreutils: bump versionThomas Petazzoni2009-07-312-3/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Coreutils 6.9 was broken with glibc >= 2.6, due to a coreutils internal function being named like a glibc function. This has been fixed in more recent coreutils version, by http://lists.pld-linux.org/mailman/pipermail/pld-cvs-commit/Week-of-Mon-20070514/155466.html. Therefore, we upgrade coreutils to its latest version, 7.4, which raised two problems: * Recent coreutils releases are not anymore available as .bz2 archives, only .xz archives. Since this archive format is not supported by Buildroot yet, and the corresponding tools are not widely available yet, we fallback to the bigger .gz format for the coreutils package. * The rename bug detection script m4/rename.m4 was broken, leading coreutils to try to include windows.h and compile some Windows-specific code. We introduce a patch to fix this, patch which has been taken from gnulib. We also make sure that this workaround is nevery compiled in by passing gl_cv_func_rename_dest_exists_bug=no to the configure script. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | Fix PROGRAM_INVOCATION handling with external toolchainsThomas Petazzoni2009-07-317-16/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | BR2_UCLIBC_PROGRAM_INVOCATION is a toolchain configuration option, like BR2_INET_IPV6, BR2_INET_RPC, on which some packages depend. Therefore, it should be handled like BR2_INET_IPV6 and BR2_INET_RPC in order to work properly with external toolchains. Since we move it out of toolchain/uClibc/Config.in into toolchain/Config.in.2, we rename the option to BR2_PROGRAM_INVOCATION (since BR2_INET_RPC and others don't have UCLIBC in their name). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | kernel-headers: bump 2.6.27 / 2.6.30 stable versionsPeter Korsgaard2009-07-311-2/+2
| | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Merge branch 'kconfig-cleanup' of ↵Peter Korsgaard2009-07-311-0/+4
|\ \ | |/ |/| | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * kconfig: tell git to ignore new generated filesThomas Petazzoni2009-07-301-0/+4
| | | | | | | | | | | | | | The update of kconfig and the addition of xconfig support generates more files in package/config/. Tell git to ignore them. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | Bump sqlite package to 3.6.16Gustavo Zacarias2009-07-302-1/+2
| | | | | | | | | | | | | | Closes #509 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | libxml2: Bump version to 2.7.3.Will Newton2009-07-302-6/+2
| | | | | | | | | | | | | | | | | | | | Closes #491 - Deletion of reject files no longer required as they have gone from the upstream release. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Bump to bind-9.5.1-P3 security fix for CVE-2009-0696Gustavo Zacarias2009-07-302-1/+2
| | | | | | | | | | | | | | Closes #495. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Merge branch 'cleanup' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2009-07-301-10/+0
|\ \
| * | makefile: remove unused AUTO_CONFIGURE_OPTS variableThomas Petazzoni2009-07-301-10/+0
| |/ | | | | | | | | | | | | | | The AUTO_CONFIGURE_OPTS is not used anywhere in the tree. autoconf based packages should used the Makefile.autotools.in machinery instead. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | openssl: remove invalid quotes around x86_64Peter Korsgaard2009-07-291-1/+1
| | | | | | | | | | | | Thanks for Thomas for noticing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | openssl: fix arch handlingPeter Korsgaard2009-07-292-4/+5
|/ | | | | | | | | Closes #497 Use ARCH instead of BR2_ARCH as BR2_ARCH won't match because of the surrounding quotes. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xorg: update CHANGES after bug fixThomas Petazzoni2009-07-281-0/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xorg: add a new cross-compile fix for libXt 1.0.6Thomas Petazzoni2009-07-282-1/+30
| | | | | | | | | | | | The cross-compile fix included in mainline of libXt between 1.0.5 and 1.0.6 is not sufficient. It allows to pass a different compiler for the host tools, but still uses the TARGET_CFLAGS/TARGET_LDFLAGS to compile the host tools, which obviously isn't correct. The new patch allows to use the CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD variables as the CFLAGS/LDFLAGS to build the host tools. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xorg: bump version of xutil/macros to 1.2.2Thomas Petazzoni2009-07-284-24/+17
| | | | | | | | | | | | | This version bump is required by the bump of xlib_libXt from 1.0.5 to 1.0.6 (1.0.6 requires at least xutil/macros 1.2). The linuxdoc patch is removed, since it has been merged upstream, at http://cgit.freedesktop.org/xorg/util/macros/commit/?id=e20c503d24e5ccf03035aa0f6d833d235d2179df The other patch exposing STAGING_DIR is kept, as it is Buildroot specific. It has just been updated to resolve conflicts. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xorg: bump X.org server version to 1.5.3Thomas Petazzoni2009-07-281-1/+1
| | | | | | | | This version contains a fix to allow the compilation of the Xvesa server against recent versions of the kernel headers (fix http://cgit.freedesktop.org/xorg/xserver/commit/?h=server-1.5-branch&id=992a7168f0db5733fe4a6cbd2f40c6b1f2a150e0) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xorg: bump libXt to 1.0.6Thomas Petazzoni2009-07-282-53/+1
| | | | | | | | | Bump libXt to 1.0.6 and remove the xlib_libXt-1.0.5-makestrs-nocc.patch, which has been included in a better form in upstream: http://cgit.freedesktop.org/xorg/lib/libXt/commit/?id=36e9f0d351afbf7fd2595990b2d39e7c551f6420 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Merge branch 'xconfig-documentation' of ↵Peter Korsgaard2009-07-273-6/+21
|\ | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * documentation: mention the new xconfig interfaceThomas Petazzoni2009-07-272-6/+20
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * Makefile: add the xconfig target to the help of the main MakefileThomas Petazzoni2009-07-271-0/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | ctorrent: new packageOlaf Rempel2009-07-274-0/+26
|/ | | | | | | | | | | | | | | Closes #243. CTorrent is a BitTorrent client implemented in C++ to be lightweight and quick. This is the enhanced version from http://www.rahul.net/dholmes/ctorrent/ [Peter: minor kconfig tweaks] Signed-off-by: Olaf Rempel <razzor@kopf-tisch.de> Tested-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: replace mkdosfs with dosfstoolsMike Crowe2009-07-276-55/+99
| | | | | | | | | | | | | Closes #451 Move from old unmaintained dosfstools-2.11 (packaged as mkdosfs) to now maintained dosfstools-3.0.3. Allow each binary to be installed independently. Signed-off-by: Mike Crowe <mac@mcrowe.com> Tested-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'kconfig-update' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2009-07-2733-1454/+1384
|\
| * xconfig: Save the configuration properly in qconfThomas Petazzoni2009-07-272-2/+20
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * xconfig: Change titlebar to Buildroot ConfigurationThomas Petazzoni2009-07-272-3/+17
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * config: Add support for xconfigAlper Yildirim2009-07-274-6/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It involved: * Modifying the top-level Makefile to create the xconfig target, and the $(CONFIG)/qconf target to compile the qconf utility * Modifying the package/config/Makefile magic so that C++ files and binaries gets linked properly, re-using the package/config/Makefile.kconfig logic inherited from the kernel * Hacking a little bit package/config/Makefile.kconfig in a way similar to the modifications done for the mconf (menuconfig interface) Signed-off-by: Alper Yildirim <ayildirim@aselsan.com>
| * config: Update package/config to Kconfig 2.6.30Alper Yildirim2009-07-2731-1450/+1311
| | | | | | | | | | | | | | Update the package/config stuff with the code available in the Linux kernel 2.6.30. Signed-off-by: Alper Yildirim <ayildirim@aselsan.com>
* | mplayer: Update mplayer to version 1.0rc2.Will Newton2009-07-278-481/+159
| | | | | | | | | | | | | | | | | | | | | | Closes #331. - Remove patches applied upstream - Add updated avr32 patch from Hans-Christian Egtvedt. Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | xf86-video-intel: Fixed cross-compile patch to apply to version 2.4.2Maurice van der Pot2009-07-271-23/+19
| | | | | | | | | | Signed-off-by: Maurice van der Pot <griffon26@kfk4ever.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Merge branch 'qt' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2009-07-2710-718/+720
|\ \
| * | qt: the GUI module requires the network module to work properlyThomas Petazzoni2009-07-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Running a simple Qt GUI application on an embedded systems without QtNetwork installed doesn't work, the dynamic loader complains that QtNetwork is not present. While I'm not a Qt build system expert, it looks like this dependency really exists, since the src/gui/gui.pri file in Qt sources contains the following line: embedded: QT += network Which would mean that the GUI module needs the network module to operate properly. And a few files in src/gui/embedded/ also include some QtNetwork stuff. This isn't really surprising since the Qt QWS mechanism uses communication between processes through a Unix socket. Therefore, we add a dependency on the network module in the GUI module. We use a 'select' dependency here, since it's might not be really obvious to the user that the GUI module requires the network one. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * | qt: fix build with external toolchainThomas Petazzoni2009-07-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Set QMAKE_LFLAGS so that at link time --sysroot is passed to the linker, and Qt finds the external libraries. This fixes Qt build when zlib or other libraries are external, instead of using Qt's internal copy. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * | qt: put the Qt options into a submenuThomas Petazzoni2009-07-251-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Put the Qt options into a submenu to make the configuration interface easier to use. The comment on the dependency on C++ has to be put before the menuconfig definition, otherwise kconfig gets confused and doesn't put the suboptions into a submenu. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>