buildroot.git
15 years agoxorg: remove references to non-existing configuration options
Thomas Petazzoni [Fri, 17 Jul 2009 13:46:32 +0000 (15:46 +0200)]
xorg: remove references to non-existing configuration options

The option BR2_PACKAGE_TINY, BR2_PACKAGE_XORG and BR2_PACKAGE_XGGI
don't exist, so do not use them to find the value of the $(XSERVER)
variable.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 years agoxorg: use BR2_PACKAGE_XORG instead of BR2_PACKAGE_XSERVER_none
Thomas Petazzoni [Fri, 17 Jul 2009 13:42:40 +0000 (15:42 +0200)]
xorg: use BR2_PACKAGE_XORG instead of BR2_PACKAGE_XSERVER_none

The BR2_PACKAGE_XSERVER_none option has gone, so use BR2_PACKAGE_XORG7
instead. It is more logical to test if BR2_PACKAGE_XORG7 is set to
know if an X.org server is available, than testing if
BR2_PACKAGE_XSERVER_none is set to know if an X.org server is *not*
available.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 years agoxorg: remove reference to non-existing BR2_PACKAGE_XSERVER_none
Thomas Petazzoni [Fri, 17 Jul 2009 13:39:42 +0000 (15:39 +0200)]
xorg: remove reference to non-existing BR2_PACKAGE_XSERVER_none

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 years agoxorg server: remove dependencies
Thomas Petazzoni [Fri, 17 Jul 2009 13:27:47 +0000 (15:27 +0200)]
xorg server: remove dependencies

Currently, the X.org server selection always trigger the compilation
and installation of libXt (the X toolkit) and libXaw (Athena Widget
toolkits), which is are legacy toolkits not used by modern toolkits
(Gtk, Qt, etc.). They are only used by old X11 applications that are
typically not used on embedded systems.

Not compiling them save compilation time, and more importantly, space
on the target.

We also remove the compilation on xlib_libxkbui, libxmu and libxpm,
because they all depend on libXt.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 years agoxorg server: beautify list of dependencies
Thomas Petazzoni [Fri, 17 Jul 2009 12:46:19 +0000 (14:46 +0200)]
xorg server: beautify list of dependencies

Reorganize the list of depencies with a sane indentation level, and
one dependency per line. Yes, the list is long, but is easier to read,
and future patches modifying this list will be easier to review.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 years agomatchbox: fix dependencies
Thomas Petazzoni [Fri, 17 Jul 2009 12:39:43 +0000 (14:39 +0200)]
matchbox: fix dependencies

A dependency on BR2_PACKAGE_XORG7 is enough, no need to depend on
BR2_PACKAGE_XORG_XSERVER.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 years agodillo: use select for library dependencies
Thomas Petazzoni [Fri, 17 Jul 2009 12:39:23 +0000 (14:39 +0200)]
dillo: use select for library dependencies

Use select independs of depends on for library dependencies. We keep
the depends on for the X.org dependency so that dillo can only be
selected once X.org is enabled (which, contrary to the library
dependencies, is a pretty obvious dependency for the user). We then
get rid of the configuration interface comment.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 years agomidori: remove configuration comment on X.org dependency
Thomas Petazzoni [Fri, 17 Jul 2009 12:37:00 +0000 (14:37 +0200)]
midori: remove configuration comment on X.org dependency

The dependency of Midori on X.org should be pretty obvious to the
user, and we don't want to unnecessarly clutter the configuration
interface with comments.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 years agoxorg: simplify dependencies on X.org
Thomas Petazzoni [Fri, 17 Jul 2009 12:34:22 +0000 (14:34 +0200)]
xorg: simplify dependencies on X.org

Many packages used to depend on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7,
but this is useless since BR2_PACKAGE_XORG is a non-existing
configuration option. So, these depencies gets simplified to
BR2_PACKAGE_XORG7 only.

Some others were depending on BR2_PACKAGE_TINYX (which doesn't) exist
or BR2_PACKAGE_XSERVER_xorg || BR2_PACKAGE_XSERVER_tiny ||
BR2_PACKAGE_XSERVER_x11r7. Replace all that mess by a simple
dependency on BR2_PACKAGE_XORG7.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 years agoxorg: remove useless configuration comment
Thomas Petazzoni [Fri, 17 Jul 2009 12:26:50 +0000 (14:26 +0200)]
xorg: remove useless configuration comment

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 years agoxorg: reindent configuration option details
Thomas Petazzoni [Fri, 17 Jul 2009 12:26:29 +0000 (14:26 +0200)]
xorg: reindent configuration option details

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 years agoxorg: reorganize the selection of the X.org server type
Thomas Petazzoni [Fri, 17 Jul 2009 12:20:06 +0000 (14:20 +0200)]
xorg: reorganize the selection of the X.org server type

The selection of the X.org server type was really strange. The user
had to select between none, tinyx and modular. Now, the menuconfig
interface display a single item for X.org, that can be
selected/unselected. This entry contains a submenu, that allows to
select the type of the X.org server (tinyX or modular) and that allows
(as before) to enable/disable X.org libraries, drivers, etc.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 years agoruby: needs WCHAR support in toolchain
Peter Korsgaard [Mon, 13 Jul 2009 07:20:40 +0000 (09:20 +0200)]
ruby: needs WCHAR support in toolchain

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoChange ruby version to 1.9.1-p129
laurent laffont [Thu, 9 Jul 2009 12:08:51 +0000 (14:08 +0200)]
Change ruby version to 1.9.1-p129

Ruby 1.9.1 handle cross compilation better, espescially extensions
(I'm working on ARM at91sam9263-ek).
This patch also disable ruby doc generation and ipv6.

[Peter: fixed ipv6 handling]

Signed-off-by: laurent laffont <laurent.laffont@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agobusybox: additional 1.14.2 patches
Peter Korsgaard [Sun, 12 Jul 2009 19:13:04 +0000 (21:13 +0200)]
busybox: additional 1.14.2 patches

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agolibvorbis: bump version
Peter Korsgaard [Sun, 12 Jul 2009 19:09:56 +0000 (21:09 +0200)]
libvorbis: bump version

bugfix release - Fixes playback of very short files.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoqtopia4: fix typo
Peter Korsgaard [Wed, 8 Jul 2009 14:07:37 +0000 (16:07 +0200)]
qtopia4: fix typo

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoqtopia4/directfb: remove default n
Peter Korsgaard [Wed, 8 Jul 2009 14:05:41 +0000 (16:05 +0200)]
qtopia4/directfb: remove default n

N is default, so no need to explicitly state it.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoliblockfile: bump version
Peter Korsgaard [Tue, 7 Jul 2009 21:26:36 +0000 (23:26 +0200)]
liblockfile: bump version

Closes #83.

Fixes build with newer glibc versions.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agobusybox: ls fix for v1.14.2
Peter Korsgaard [Sun, 5 Jul 2009 19:57:48 +0000 (21:57 +0200)]
busybox: ls fix for v1.14.2

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoenchant: New package for enchant spell-checking library.
Will Newton [Mon, 29 Jun 2009 10:26:23 +0000 (11:26 +0100)]
enchant: New package for enchant spell-checking library.

Enchant is a spell checking library that provides a consistent API across
a number of spell-checking system backends.

Signed-off-by: Will Newton <will.newton@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoMerge branch 'qtopia-fixes' of git://git.busybox.net/~tpetazzoni/git/buildroot
Peter Korsgaard [Fri, 3 Jul 2009 11:20:35 +0000 (13:20 +0200)]
Merge branch 'qtopia-fixes' of git://git.busybox.net/~tpetazzoni/git/buildroot

15 years agoNew build fix for Qtopia4
Thomas Petazzoni [Fri, 3 Jul 2009 08:44:10 +0000 (10:44 +0200)]
New build fix for Qtopia4

The new patch fixes the build failure when
BR2_PACKAGE_QTOPIA4_QTZLIB=y.

15 years agoBump Qtopia version to 4.5.2
Thomas Petazzoni [Fri, 3 Jul 2009 08:25:39 +0000 (10:25 +0200)]
Bump Qtopia version to 4.5.2

15 years agoFix Qtopia build with external toolchain
Thomas Petazzoni [Thu, 25 Jun 2009 08:43:24 +0000 (10:43 +0200)]
Fix Qtopia build with external toolchain

The fixes made to qmake.conf for the cross-compiling tools were not
sufficient in the case of an external toolchain, since the CFLAGS were
not taken into account. And the --sysroot option contained in the
CFLAGS are very important for external toolchains to work.

Additionally, it makes sure that Qtopia is compiled with the proper
CFLAGS, even if an external toolchain isn't used.

15 years agokernel-headers: bump 2.6.27.x / 2.6.29.x / 2.6.30.x stable versions
Peter Korsgaard [Fri, 3 Jul 2009 05:19:31 +0000 (07:19 +0200)]
kernel-headers: bump 2.6.27.x / 2.6.29.x / 2.6.30.x stable versions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoopenvpn: prefix variables with OPENVPN_
Peter Korsgaard [Thu, 2 Jul 2009 12:58:39 +0000 (14:58 +0200)]
openvpn: prefix variables with OPENVPN_

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoopenvpn: convert to Makefile.autotools.in format
Gustavo Zacarias [Thu, 2 Jul 2009 12:55:51 +0000 (14:55 +0200)]
openvpn: convert to Makefile.autotools.in format

Closes #359, #413.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agotoolchain/gcc: ensure libraries are copied to target_dir for x86-64
Peter Korsgaard [Thu, 2 Jul 2009 07:38:56 +0000 (09:38 +0200)]
toolchain/gcc: ensure libraries are copied to target_dir for x86-64

x86-64 stores libgcc_s / libstdc++ / libgcj under lib64 instead of lib,
so make sure that directory is searched as well for libraries to copy
to target.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoMerge branch 'dropbear-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot
Peter Korsgaard [Wed, 1 Jul 2009 18:15:33 +0000 (20:15 +0200)]
Merge branch 'dropbear-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot

15 years agoMerge branch 'matchbox-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot
Peter Korsgaard [Wed, 1 Jul 2009 18:12:47 +0000 (20:12 +0200)]
Merge branch 'matchbox-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot

15 years agopackage: add spawn-fcgi package
Gustavo Zacarias [Wed, 1 Jul 2009 13:36:19 +0000 (15:36 +0200)]
package: add spawn-fcgi package

Closes #417,

New package spawn-fcgi, basically a FastCGI process spawner.
This was previously included in lighttpd up to version 1.4.22 and is now
a separate project.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agolighttpd: bump version
Gustavo Zacarias [Wed, 1 Jul 2009 13:31:59 +0000 (15:31 +0200)]
lighttpd: bump version

Closes #419.

lighttpd 1.4.23 is out, there are many bugfixes from 1.4.20 currently in
buildroot:
 *  Fix workaround for incorrect path info/scriptname if fastcgi prefix is
    ”/” (fixes #729)
 * Finally removed spawn-fcgi
 * Fix bug with FastCGI request id overflow under high load; just use always
   id 1 as we don’t use multiplexing. (thx jgray)
 * Workaround broken operating systems: check for trailing ’/’ in filenames
   (fixes #1989)
Plus fixes from 1.4.22 and 1.4.21.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoFix Matchbox build
Thomas Petazzoni [Thu, 25 Jun 2009 08:43:01 +0000 (10:43 +0200)]
Fix Matchbox build

Several issues were encountered when trying to build Matchbox. This
patches fixes these issues :

 * Selecting BR2_PACKAGE_MATCHBOX should select BR2_PACKAGE_XORG7,
   otherwise the x11r7 mk files are not included, and matchbox.mk
   refers to non-existing dependencies (such as xlib_libXtst).

 * In matchbox.mk, wrong dependencies for Matchbox keyboard. When
   pango is available, use it through --enable-pango, otherwise, add
   the dependency to xlib_libXft

 * Enable AUTORECONF for libXfont and libXft, otherwise the libtool
   Buildroot patch has no effect, and these packages fail to build
   without the libtool hack.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 years agoFix dropbear compilation with glibc
Thomas Petazzoni [Thu, 25 Jun 2009 15:12:48 +0000 (17:12 +0200)]
Fix dropbear compilation with glibc

The patch introduced at c579e32dbe6d927bdcfffeede18123aa92abbdd5 was
incorrect, since __USE_GNU is an internal C library defined, and
should not be used by programs. _GNU_SOURCE should be used instead.

This fixes a build failure on Dropbear when compiling against a
glibc-based toolchain.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 years agosqlite: bump version
Gustavo Zacarias [Tue, 30 Jun 2009 19:40:23 +0000 (21:40 +0200)]
sqlite: bump version

Closed #333.

 * Refactor the internal representation of SQL expressions so that they
   use less memory on embedded platforms.
 * Reduce the amount of stack space used
 * Fix an 64-bit alignment bug on HP/UX and Sparc
 * The sqlite3_create_function() family of interfaces now return
   SQLITE_MISUSE instead of SQLITE_ERROR when passed invalid parameter
   combinations.
 * When new tables are created using CREATE TABLE ... AS SELECT ... the
   datatype of the columns is the simplified SQLite datatype (TEXT, INT,
   REAL, NUMERIC, or BLOB) instead of a copy of the original datatype
   from the source table.
 * Resolve race conditions when checking for a hot rollback journal.
 * The sqlite3_shutdown() interface frees all mutexes under windows.
 * Enhanced robustness against corrupt database files
 * Continuing improvements to the test suite and fixes to obscure bugs
   and inconsistencies that the test suite improvements are uncovering.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agou-boot: add 2009.06 release
Peter Korsgaard [Mon, 29 Jun 2009 18:59:39 +0000 (20:59 +0200)]
u-boot: add 2009.06 release

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agou-boot: target tools: use library files from their original location
Peter Korsgaard [Mon, 29 Jun 2009 18:56:49 +0000 (20:56 +0200)]
u-boot: target tools: use library files from their original location

u-boot 2009.06 changed the tools/ logic, and no longer adds symbolic
links to the needed library files in the tools directory.

Fix build by referencing the library files in their original location.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoqtopia4: fix build for !QTOPIA4_SHARED
Peter Korsgaard [Mon, 29 Jun 2009 12:29:20 +0000 (14:29 +0200)]
qtopia4: fix build for !QTOPIA4_SHARED

Only try to copy the shared objects from staging to target if QT
is configured for shared objects.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agolib{ogg,vorbis}: bump version
Peter Korsgaard [Wed, 24 Jun 2009 13:41:28 +0000 (15:41 +0200)]
lib{ogg,vorbis}: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agobusybox: bump 1.14.x version
Peter Korsgaard [Wed, 24 Jun 2009 09:26:05 +0000 (11:26 +0200)]
busybox: bump 1.14.x version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoCHANGES: add issue 349 + 379
Peter Korsgaard [Tue, 23 Jun 2009 11:55:38 +0000 (13:55 +0200)]
CHANGES: add issue 349 + 379

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agodirectfb: bump version
Sven Neumann [Tue, 23 Jun 2009 11:47:14 +0000 (13:47 +0200)]
directfb: bump version

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>
15 years agolibsoup: bump version
Sven Neumann [Tue, 23 Jun 2009 10:33:40 +0000 (12:33 +0200)]
libsoup: bump version

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>
15 years agoCHANGES: add resolved issues post-2009.05
Peter Korsgaard [Tue, 23 Jun 2009 07:40:23 +0000 (09:40 +0200)]
CHANGES: add resolved issues post-2009.05

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoipsec-tools: Bump version to 0.7.2.
Will Newton [Mon, 22 Jun 2009 11:21:38 +0000 (12:21 +0100)]
ipsec-tools: Bump version to 0.7.2.

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>
15 years agophp: bump version
Gustavo Zacarias [Tue, 23 Jun 2009 07:26:27 +0000 (09:26 +0200)]
php: bump version

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>
15 years agobusybox: autodetect nfs mount support based on BR2_INET_RPC setting
Peter Korsgaard [Mon, 22 Jun 2009 13:25:33 +0000 (15:25 +0200)]
busybox: autodetect nfs mount support based on BR2_INET_RPC setting

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>
15 years agobusybox: 1.13.x defconfig: enable devmem applet
Peter Korsgaard [Mon, 22 Jun 2009 13:16:13 +0000 (15:16 +0200)]
busybox: 1.13.x defconfig: enable devmem applet

Small and useful for a lot of early hardware testing/verification.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agotarget/generic: add /dev/sd{a,b}*, /dev/ub{a,b}* device nodes
Peter Korsgaard [Sun, 21 Jun 2009 12:42:15 +0000 (14:42 +0200)]
target/generic: add /dev/sd{a,b}*, /dev/ub{a,b}* device nodes

E.G. for usb disks.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agotarget/generic: add /dev/i2c-N device nodes
Peter Korsgaard [Sun, 21 Jun 2009 12:37:09 +0000 (14:37 +0200)]
target/generic: add /dev/i2c-N device nodes

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoRemove device-mapper
Nigel Kukard [Mon, 15 Jun 2009 13:52:13 +0000 (13:52 +0000)]
Remove device-mapper

Device mapper is now provided by lvm2

Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agodmraid must now require lvm2 and not dm
Nigel Kukard [Mon, 15 Jun 2009 13:52:54 +0000 (13:52 +0000)]
dmraid must now require lvm2 and not dm

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>
15 years agoLVM2 now provides device-mapper
Nigel Kukard [Mon, 15 Jun 2009 13:54:14 +0000 (13:54 +0000)]
LVM2 now provides device-mapper

- 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>
15 years agogst-plugins-bad: use "select" for dependencies
Markus Heidelberg [Fri, 19 Jun 2009 14:34:15 +0000 (16:34 +0200)]
gst-plugins-bad: use "select" for dependencies

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
15 years agoMerge branch 'master' of git://github.com/willnewton/buildroot
Peter Korsgaard [Thu, 18 Jun 2009 08:57:16 +0000 (10:57 +0200)]
Merge branch 'master' of git://github.com/willnewton/buildroot

15 years agodocs/docs.html: fix mailing list link
Peter Korsgaard [Wed, 17 Jun 2009 20:47:25 +0000 (22:47 +0200)]
docs/docs.html: fix mailing list link

As reported on IRC.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agokernel-headers: bump 2.6.29.x version
Peter Korsgaard [Wed, 17 Jun 2009 12:03:52 +0000 (14:03 +0200)]
kernel-headers: bump 2.6.29.x version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoMerge branch 'external-toolchain' of git://git.busybox.net/~tpetazzoni/git/buildroot
Peter Korsgaard [Wed, 17 Jun 2009 11:46:54 +0000 (13:46 +0200)]
Merge branch 'external-toolchain' of git://git.busybox.net/~tpetazzoni/git/buildroot

15 years agoMerge branch 'classpath-update' of git://git.busybox.net/~tpetazzoni/git/buildroot
Peter Korsgaard [Wed, 17 Jun 2009 11:43:10 +0000 (13:43 +0200)]
Merge branch 'classpath-update' of git://git.busybox.net/~tpetazzoni/git/buildroot

15 years agogst-plugins-bad: New package.
Will Newton [Tue, 16 Jun 2009 20:52:56 +0000 (21:52 +0100)]
gst-plugins-bad: New package.

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>
15 years agogst-plugins-base: Bump version to 0.10.23.
Will Newton [Tue, 16 Jun 2009 20:50:02 +0000 (21:50 +0100)]
gst-plugins-base: Bump version to 0.10.23.

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>
15 years agogstreamer: Bump version to 0.10.23.
Will Newton [Tue, 16 Jun 2009 20:45:01 +0000 (21:45 +0100)]
gstreamer: Bump version to 0.10.23.

Closes #391.

Signed-off-by: Will Newton <will.newton@gmail.com>
15 years agogst-plugins-good: Allow souphttpsrc plugin to be configured.
Will Newton [Tue, 16 Jun 2009 20:40:43 +0000 (21:40 +0100)]
gst-plugins-good: Allow souphttpsrc plugin to be configured.

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>
15 years agogstreamer: Allow libxml2 dependency to be configured.
Will Newton [Tue, 16 Jun 2009 20:33:56 +0000 (21:33 +0100)]
gstreamer: Allow libxml2 dependency to be configured.

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>
15 years agokernel-headers: bump 2.6.27.x version
Peter Korsgaard [Tue, 16 Jun 2009 10:38:45 +0000 (12:38 +0200)]
kernel-headers: bump 2.6.27.x version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoUpgrade classpath version and fix compilation
Thomas Petazzoni [Mon, 15 Jun 2009 18:46:43 +0000 (20:46 +0200)]
Upgrade classpath version and fix compilation

 * 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.

15 years agoImprove external toolchain checks
Thomas Petazzoni [Fri, 29 May 2009 16:38:03 +0000 (18:38 +0200)]
Improve external toolchain checks

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>
15 years agoSimple glibc-based external toolchain support
Thomas Petazzoni [Fri, 29 May 2009 16:37:41 +0000 (18:37 +0200)]
Simple glibc-based external toolchain support

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>
15 years agotarget/Config.in.arch: fix BR2_ARCH for i386 geode variant
Pwalters [Mon, 15 Jun 2009 18:33:11 +0000 (20:33 +0200)]
target/Config.in.arch: fix BR2_ARCH for i386 geode variant

Signed-off-by: PWalters <pwalters21@cox.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agodmraid linking against host system fix
Nigel Kukard [Mon, 1 Jun 2009 11:30:59 +0000 (11:30 +0000)]
dmraid linking against host system fix

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>
15 years agobusybox: 1.14.1 ash fix
Peter Korsgaard [Sun, 14 Jun 2009 18:12:40 +0000 (20:12 +0200)]
busybox: 1.14.1 ash fix

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agobusybox: additional 1.14.1 fixes
Peter Korsgaard [Fri, 12 Jun 2009 12:39:23 +0000 (14:39 +0200)]
busybox: additional 1.14.1 fixes

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoneon: Fix pkgconfig dependency
Will Newton [Thu, 11 Jun 2009 19:40:41 +0000 (21:40 +0200)]
neon: Fix pkgconfig dependency

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>
15 years agobusybox: additional 1.14.1 fixes
Peter Korsgaard [Thu, 11 Jun 2009 10:34:01 +0000 (12:34 +0200)]
busybox: additional 1.14.1 fixes

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agotoolchain/kernel: remove ancient versions
Peter Korsgaard [Thu, 11 Jun 2009 10:27:52 +0000 (12:27 +0200)]
toolchain/kernel: remove ancient versions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agotoolchain/kernel-headers: add 2.6.30
Peter Korsgaard [Thu, 11 Jun 2009 10:26:16 +0000 (12:26 +0200)]
toolchain/kernel-headers: add 2.6.30

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoAdd support for Freescale's MXC serial terminals
Daniel Mack [Wed, 10 Jun 2009 07:59:03 +0000 (09:59 +0200)]
Add support for Freescale's MXC serial terminals

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>
15 years agolibcurl: fix --without-ssl typo
Peter Korsgaard [Wed, 10 Jun 2009 07:27:02 +0000 (09:27 +0200)]
libcurl: fix --without-ssl typo

Reported-by: Nestor <nestor@traceback.com.br>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoConfig.in: update version for 2009.08 development
Peter Korsgaard [Tue, 9 Jun 2009 14:43:40 +0000 (16:43 +0200)]
Config.in: update version for 2009.08 development

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agotarget/generic: add ttySACx support to serial console config
Peter Korsgaard [Sun, 7 Jun 2009 21:09:26 +0000 (23:09 +0200)]
target/generic: add ttySACx support to serial console config

Add ttySACx (samsung s3c SoC) support to the generic serial console
config.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agobusybox: 1.14.1 ftpd + modprobe patches
Peter Korsgaard [Sat, 6 Jun 2009 19:53:15 +0000 (21:53 +0200)]
busybox: 1.14.1 ftpd + modprobe patches

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoxdriver_xf86-input-synaptics: fix download url
Peter Korsgaard [Sat, 6 Jun 2009 19:38:07 +0000 (21:38 +0200)]
xdriver_xf86-input-synaptics: fix download url

0.15.0 seems to never have been in Debian (it is atleast not on
snapshot.debian.net), so use the real upstream (freedesktop) instead.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoavahi: udhcpc default.script: only bring up avahi-autoipd on nak/timeout
Peter Korsgaard [Thu, 4 Jun 2009 12:55:58 +0000 (14:55 +0200)]
avahi: udhcpc default.script: only bring up avahi-autoipd on nak/timeout

The avahi udhcpc script used to start up avahi-autoipd at defconfig
(init) time, and then kill it if a dhcp lease was acquired, leading
to extra network traffic.

Change it to only start avahi-autoipd on timeout and dhcp nak.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agouse https for the bugtracker URLs
Bernhard Reutner-Fischer [Thu, 4 Jun 2009 09:58:58 +0000 (11:58 +0200)]
use https for the bugtracker URLs

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
15 years agotarget/Config.in.arch: fix BR2_GCC_TARGET_ARCH for arm926t
Alex Dobrynin [Mon, 1 Jun 2009 08:45:02 +0000 (10:45 +0200)]
target/Config.in.arch: fix BR2_GCC_TARGET_ARCH for arm926t

Closes #367.

arm926t was wrongly listed as armv4t, and not armv5te - leading to
the following error while compiling the kernel (2.6.28):

  CC      arch/arm/kernel/traps.o
{standard input}: Assembler messages:
{standard input}:1094: Error: selected processor does not support `pld [r6,#0]'

Signed-off-by: Alex Dobrynin <alex_dobrynin@hotmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agodocs/: announce 2009.05
Peter Korsgaard [Mon, 1 Jun 2009 07:23:11 +0000 (09:23 +0200)]
docs/: announce 2009.05

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoUpdate for 2009.05
Peter Korsgaard [Mon, 1 Jun 2009 07:00:03 +0000 (09:00 +0200)]
Update for 2009.05

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoFix diffutils build breakage with BR2_STRIP_none=y
Marc Gauthier [Thu, 28 May 2009 05:41:59 +0000 (22:41 -0700)]
Fix diffutils build breakage with BR2_STRIP_none=y

Look at BR2_STRIP_none to decide whether to strip diffutils binaries.
This avoids bad quoting in diffutils Makefile.in (generated by automake 1.6)
when STRIP is set to:   true -Not_stripping

Signed-off-by: Marc Gauthier <marc@alumni.uwaterloo.ca>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agolinux-advanced: bump 2.6.29.x kernel version
Svein-Erik Skjelbred [Thu, 28 May 2009 14:14:48 +0000 (16:14 +0200)]
linux-advanced: bump 2.6.29.x kernel version

Signed-off-by: Svein-Erik Skjelbred <at91rm9200@skjelbred.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agodropbear: fix initscript install
Marc Gauthier [Thu, 28 May 2009 12:31:20 +0000 (14:31 +0200)]
dropbear: fix initscript install

The -D option to install only works portably when the destination is
a file. Specifying the filename avoids the following build error (at
least on some hosts):

"/usr/bin/install: cannot overwrite directory `/tmp/buildroot/
project_build_foobar/uclibc/root/etc/init.d' with non-directory"

Signed-off-by: Marc Gauthier <marc@tensilica.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agotarget/ubifsroot: mark as broken
Peter Korsgaard [Thu, 28 May 2009 12:24:20 +0000 (14:24 +0200)]
target/ubifsroot: mark as broken

It should get fixed to use mkfs.ubifs from mtd-utils, but that's
probably unrealistic before the 2009.05 release, so mark as broken
for now.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agotarget/ubifsroot: fix source rule
Peter Korsgaard [Thu, 28 May 2009 12:22:47 +0000 (14:22 +0200)]
target/ubifsroot: fix source rule

Notice that the upstream git tree is no more, so this doesn't buy us
much.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agodocs/news.html: announce 2009.05-rc3
Peter Korsgaard [Wed, 27 May 2009 18:55:49 +0000 (20:55 +0200)]
docs/news.html: announce 2009.05-rc3

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoUpdate for 2009.05-rc3
Peter Korsgaard [Wed, 27 May 2009 18:44:08 +0000 (20:44 +0200)]
Update for 2009.05-rc3

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agobusybox: bump 1.14.x version
Peter Korsgaard [Wed, 27 May 2009 18:14:09 +0000 (20:14 +0200)]
busybox: bump 1.14.x version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agocurl: make sure openssl isn't tried when the openssl package isn't enabled
Peter Korsgaard [Wed, 27 May 2009 05:18:43 +0000 (07:18 +0200)]
curl: make sure openssl isn't tried when the openssl package isn't enabled

Works around build errors caused by broken Xorg dependencies.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agopython: disable extensions where we don't have the deps in BR
Peter Korsgaard [Wed, 27 May 2009 05:05:01 +0000 (07:05 +0200)]
python: disable extensions where we don't have the deps in BR

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agopython: fix kconfig dependencies for extension modules
Peter Korsgaard [Wed, 27 May 2009 05:02:30 +0000 (07:02 +0200)]
python: fix kconfig dependencies for extension modules

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoreadline: needs ncurses, so select it in kconfig
Peter Korsgaard [Wed, 27 May 2009 04:57:08 +0000 (06:57 +0200)]
readline: needs ncurses, so select it in kconfig

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>