- Jun 23, 2009
-
-
Sven Neumann authored
Closes #379 update DirectFB to version 1.4.0 A new stable version of DirectFB has been released upstream, http://directfb.org/index.php?path=Main%2FNews&entry=2009-06-04-1.niels Attached patch updates the DirectFB package and introduces a BR2 configuration option for the RGB16 dithering feature that is new in DirectFB 1.4.0. Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Sven Neumann authored
Closes #349. Attached patch updates libsoup to version 2.26.2. This is relevant for bug 303 as it allows to compile gvfs with much less patching. Signed-off-by:
Sven Neumann <s.neumann@raumfeld.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Will Newton authored
Add support for configuring security context support to allow building for non-SELinux targets. Remove some obsolete patches. Signed-off-by:
Will Newton <will.newton@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Gustavo Zacarias authored
Closes #409. php-5.2.10 is out, mostly misc bugfixes, one small security fix: Security Enhancements and Fixes in PHP 5.2.10: * Fixed bug #48378 (exif_read_data() segfaults on certain corrupted .jpeg files). (Pierre) Key enhancements in PHP 5.2.10 include: * Added "ignore_errors" option to http fopen wrapper. (David Zulke, Sara) * Fixed memory corruptions while reading properties of zip files. (Ilia) * Fixed memory leak in ob_get_clean/ob_get_flush. (Christian) * Fixed segfault on invalid session.save_path. (Hannes) * Fixed leaks in imap when a mail_criteria is used. (Pierre) * Changed default value of array_unique()'s optional sorting type parameter back to SORT_STRING to fix backwards compatibility breakage introduced in PHP 5.2.9. (Moriyoshi) * Fixed bug #47940 (memory leaks in imap_body). (Pierre, Jake Levitt) * Fixed bug #47903 ("@" operator does not work with string offsets). (Felipe) * Fixed bug #47644 (Valid integers are truncated with json_decode()). (Scott) * Fixed bug #47564 (unpacking unsigned long 32bit big endian returns wrong result). (Ilia) * Fixed bug #47365 (ip2long() may allow some invalid values on certain 64bit systems). * Over 100 bug fixes. Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jun 22, 2009
-
-
Peter Korsgaard authored
Override nfs mount support based on BR2_INET_RPC setting, so BR will DTRT. This way you will automatically get NFS support in busybox if available in the toolchain, and the build won't break if the defconfig enables it but the user has it disabled in the toolchain. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Small and useful for a lot of early hardware testing/verification. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jun 21, 2009
-
-
Peter Korsgaard authored
E.G. for usb disks. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jun 20, 2009
-
-
Nigel Kukard authored
Device mapper is now provided by lvm2 Signed-off-by:
Nigel Kukard <nkukard@lbsd.net> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Nigel Kukard authored
As device-mapper has moved to lvm2, dmraid must now require lvm2. Signed-off-by:
Nigel Kukard <nkukard@lbsd.net> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Nigel Kukard authored
- Updated LVM2 to version 2.02.47 - Added option to only install dmsetup - Updated config description - thanks Olaf Rempel - Fixed readline issues - thanks Olaf Rempel Signed-off-by:
Nigel Kukard <nkukard@lbsd.net> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jun 19, 2009
-
-
Markus Heidelberg authored
Signed-off-by:
Markus Heidelberg <markus.heidelberg@web.de>
-
- Jun 18, 2009
-
-
- Jun 17, 2009
-
-
Peter Korsgaard authored
As reported on IRC. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
-
-
- Jun 16, 2009
-
-
Will Newton authored
A package of gstreamer plugins that may be of lesser quality or lacking in features. Closes #395. Signed-off-by:
Will Newton <will.newton@gmail.com>
-
Will Newton authored
Also add a config option for the app plugin that was moved from to gst-plugins-base from gst-plugins-bad in version 0.10.22. Closes #393. Signed-off-by:
Will Newton <will.newton@gmail.com>
-
Will Newton authored
Closes #391. Signed-off-by:
Will Newton <will.newton@gmail.com>
-
Will Newton authored
Add a config option to enable the user to enable or disable the souphttpsrc plugin. Closes #383. Signed-off-by:
Will Newton <will.newton@gmail.com>
-
Will Newton authored
gstreamer uses libxml2 to support the plugin registry and pipeline load/save features. This change allows the user to build gstreamer without libxml2 which saves a large amount of space on the target. Closes #373. Signed-off-by:
Will Newton <will.newton@gmail.com>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jun 15, 2009
-
-
Thomas Petazzoni authored
* Upgrade to version 0.98 * Use --disable-Werror, otherwise it doesn't build since warnings are treated as errors * Don't depend on tiff, which isn't mandatory, and doesn't build. Once tiff is fixed, we can re-add it as a dependency.
-
Thomas Petazzoni authored
This patch adds some checks on the external toolchains. First, it checks that the C library selection is correct, by looking if gcc is able to find the main C library file through the -print-file-name option. Then, it attempts to check if the Buildroot toolchain options match the configuration of the toolchain : * for glibc, it checks that IPv6, RPC, locales, wide-char, large file support Buildroot options are enabled, since with glibc all these features are always available (at least this is the assumption we make) ; * for uClibc, it checks the Buildroot options with the uClibc configuration file in $SYSROOT_DIR/usr/include/bits/uClibc_config.h Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Thomas Petazzoni authored
The current Buildroot works just well with sysrootable glibc toolchains, using the external toolchain feature. The only thing that needs to be customized is the set of libraries that must be compiled to the target. The following patch takes a simple approach to making it easier for users to use glibc toolchains. It just adds a uClibc/glibc choice in the external toolchain menu. Then, depending on that selection, the configuration system will choose a sane default value for the library files list. The other advantage of having a uClibc/glibc choice is that in the future, we'll be able to add checks verifying that the external toolchain configuration matches the features selected in Buildroot (in terms of IPv6, RPC, locales or large file support). Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Pwalters authored
Signed-off-by:
PWalters <pwalters21@cox.net> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Nigel Kukard authored
dmraid is hard coded with -L$(DESTDIR)$(libdir) which tries to link in the host systems' libs Signed-off-by:
Nigel Kukard <nkukard@lbsd.net> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jun 14, 2009
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jun 12, 2009
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jun 11, 2009
-
-
Will Newton authored
neon should depend on host-pkgconfig rather than pkgconfig. Closes #385. Signed-off-by:
Will Newton <will.newton@gmail.com> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jun 10, 2009
-
-
Daniel Mack authored
This patch makes ttymxc[012] an option to choose for BR2_TARGET_GENERIC_GETTY. It also adds these ports to the generic device table and to securetty. Signed-off-by:
Daniel Mack <daniel@caiaq.de> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
Peter Korsgaard authored
Reported-by:
Nestor <nestor@traceback.com.br> Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jun 09, 2009
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jun 07, 2009
-
-
Peter Korsgaard authored
Add ttySACx (samsung s3c SoC) support to the generic serial console config. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-
- Jun 06, 2009
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk>
-