buildroot.git
14 years agotremor: add patch to export all symbols
Sven Neumann [Thu, 3 Dec 2009 23:02:02 +0000 (00:02 +0100)]
tremor: add patch to export all symbols

Tremor comes with a Version_script file that limits the
list of exported symbols. Without these symbols we can't
build the ivorbisdec GStreamer plug-in (and probably other
application). This commit adds a patch that removes this
limitation and makes all global symbols available.

Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibvorbis: split tremor into its own package
Sven Neumann [Thu, 3 Dec 2009 23:02:01 +0000 (00:02 +0100)]
libvorbis: split tremor into its own package

This commit splits the Tremor fixed-point implementation
out of the libvorbis package and creates a new package
called 'tremor' for it.

Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: bump 2.6.27.x / 2.6.31.x stable versions
Peter Korsgaard [Tue, 8 Dec 2009 20:43:53 +0000 (21:43 +0100)]
kernel-headers: bump 2.6.27.x / 2.6.31.x stable versions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agogst-plugins-bad: make more dependency-less plugins configurable
Sven Neumann [Thu, 3 Dec 2009 22:34:18 +0000 (23:34 +0100)]
gst-plugins-bad: make more dependency-less plugins configurable

The latest update added a few new plugins that were missing from
the buildroot configuration system. This commit makes these
dependency-less plugins configurable.

Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoAdd fuse-sshfs package
Daniel Mack [Tue, 24 Nov 2009 16:29:09 +0000 (17:29 +0100)]
Add fuse-sshfs package

[Peter: use select for library dependencies]
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibfuse: bump version number to 2.8.1
Daniel Mack [Tue, 24 Nov 2009 15:02:40 +0000 (16:02 +0100)]
libfuse: bump version number to 2.8.1

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoCHANGES: #679 (autoconf m4) issue resolved
Peter Korsgaard [Mon, 7 Dec 2009 08:14:36 +0000 (09:14 +0100)]
CHANGES: #679 (autoconf m4) issue resolved

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoAdd new package hostapd
Gustavo Zacarias [Mon, 30 Nov 2009 14:45:35 +0000 (11:45 -0300)]
Add new package hostapd

Closes #739.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodirectfb: Fix ps2mouse driver availability
Lionel Landwerlin [Sun, 6 Dec 2009 21:21:58 +0000 (22:21 +0100)]
directfb: Fix ps2mouse driver availability

Closes #553.

The ps2mouse driver is miss named because it's not only a driver for
ps2 mice, but also usb mice. So it's not only limited to PC architecture
(x86 & x86-64).

Signed-off-by: Lionel Landwerlin <lionel.landwerlin@openwide.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoadd tcpreplay tool
Chris Packham [Thu, 30 Jul 2009 01:59:49 +0000 (13:59 +1200)]
add tcpreplay tool

Closes #515.

Tcpreplay is a tool for replaying network traffic from files saved with
tcpdump or other tools which write pcap(3) files.

The tcpreplay suite also ships with other tools (tcprewrite,
tcpreplay-edit) for manipulating pcap files.

[Peter: minor tweaks]
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agolibpcap: always make install for the staging dir
Chris Packham [Fri, 30 Oct 2009 17:04:10 +0000 (13:04 -0400)]
libpcap: always make install for the staging dir

So that the headers get installed in the staging directory for other packages
that need to use them.

[Peter: tweaked whitespace changes]
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agomesa3d: Pass LDFLAGS to the build config file
Clark Rawlins [Tue, 1 Dec 2009 13:46:27 +0000 (08:46 -0500)]
mesa3d: Pass LDFLAGS to the build config file

Closes #559.

Without the LDFLAGS in the build configuration file
building mesa3d fails with an external toolchain on amd64
machines targeting i686.  The error indicats that libX11
can't be found.

This change passes the --sysroot parameter (along with any
others specified by buildroot for LDFLAGS to the mklib script.

Signed-off-by: Clark Rawlins <clark@bit63.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump bind to 9.5.2-P1
Gustavo Zacarias [Thu, 3 Dec 2009 16:19:27 +0000 (13:19 -0300)]
Bump bind to 9.5.2-P1

Closes #773.

Unspecified vulnerability in ISC BIND 9.4 before 9.4.3-P4, 9.5 before
9.5.2-P1, 9.6 before 9.6.1-P2, 9.7 beta before 9.7.0b3, and 9.0.x through
9.3.x with DNSSEC validation enabled and checking disabled (CD), allows
remote attackers to conduct DNS cache poisoning attacks via additional
sections in a response sent for resolution of a recursive client query,
which is not properly handled when the response is processed "at the same
time as requesting DNSSEC records (DO)."

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage: get rid of redundant malloc related configure presets
Peter Korsgaard [Sun, 6 Dec 2009 18:55:42 +0000 (19:55 +0100)]
package: get rid of redundant malloc related configure presets

Those are already in TARGET_CONFIGURE_ARGS. Also get rid of unused
BR2_AC_CV_FUNC_MALLOC_0_NONNULL variable.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump usbutils package to 0.86
Gustavo Zacarias [Mon, 30 Nov 2009 15:58:49 +0000 (12:58 -0300)]
Bump usbutils package to 0.86

Closes #749.

[Peter: remove redundant ac_cv_func_malloc_0_nonnull setting]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump iw to version 0.9.18
Gustavo Zacarias [Wed, 2 Dec 2009 17:39:52 +0000 (14:39 -0300)]
Bump iw to version 0.9.18

Closes #767.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoAdd pkgversion to gcc >= 4.3
Gustavo Zacarias [Wed, 2 Dec 2009 19:36:43 +0000 (16:36 -0300)]
Add pkgversion to gcc >= 4.3

Closes #765.

[Peter: change to check for !4.2.x instead]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump pcre to 7.9
Gustavo Zacarias [Wed, 2 Dec 2009 15:39:21 +0000 (12:39 -0300)]
Bump pcre to 7.9

Closes #763.

[Peter: Only remove pcre-config from target if !BR2_HAVE_DEVFILES]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: make snapshot option more user friendly
Peter Korsgaard [Sun, 6 Dec 2009 14:40:03 +0000 (15:40 +0100)]
kernel-headers: make snapshot option more user friendly

Closes #751.

Make kernel headers snapshot more user friendly by making it more obvious
that it's about using a local kernel snapshot, and error out with a sensible
error message if the option is enabled but no linux-2.6.tar.bz2 is present
in DL_DIR, rather than trying to fetch it from kernel.org.

Furthermore fix the bug where it tried to use linux-2.6..tar.bz2 instead of
linux-2.6.tar.bz2.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoBump lighttpd package to 1.4.25
Gustavo Zacarias [Tue, 1 Dec 2009 20:00:59 +0000 (17:00 -0300)]
Bump lighttpd package to 1.4.25

Closes #753

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobinutils: get rid of ancient versions
Peter Korsgaard [Fri, 4 Dec 2009 19:55:37 +0000 (20:55 +0100)]
binutils: get rid of ancient versions

Get rid of 2.17.50.0.17, 2.18.50.0.{1,3,6,8}.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobinutils: default to 2.20, mark 2.19 as deprecated
Peter Korsgaard [Fri, 4 Dec 2009 19:53:15 +0000 (20:53 +0100)]
binutils: default to 2.20, mark 2.19 as deprecated

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agotoolchain: get rid of unused gcc 3.x legacy handling
Peter Korsgaard [Fri, 4 Dec 2009 19:34:03 +0000 (20:34 +0100)]
toolchain: get rid of unused gcc 3.x legacy handling

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoAdd binutils 2.20
Gustavo Zacarias [Wed, 2 Dec 2009 13:32:34 +0000 (10:32 -0300)]
Add binutils 2.20

Closes #761.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: 2.6.32 needs scsi.h fix like 2.6.31
Peter Korsgaard [Fri, 4 Dec 2009 13:25:08 +0000 (14:25 +0100)]
kernel-headers: 2.6.32 needs scsi.h fix like 2.6.31

Reported by Emmanuel Blot <eblot.ml@gmail.com>

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage/autoconf: autoconf for the target needs m4 for the host
Peter Korsgaard [Fri, 4 Dec 2009 13:23:39 +0000 (14:23 +0100)]
package/autoconf: autoconf for the target needs m4 for the host

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: bump 2.6.30.x version
Peter Korsgaard [Fri, 4 Dec 2009 08:35:30 +0000 (09:35 +0100)]
kernel-headers: bump 2.6.30.x version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobusybox: 1.15.2 patches
Peter Korsgaard [Fri, 4 Dec 2009 08:24:01 +0000 (09:24 +0100)]
busybox: 1.15.2 patches

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: fix 2.6.32 typo
Peter Korsgaard [Thu, 3 Dec 2009 18:05:11 +0000 (19:05 +0100)]
kernel-headers: fix 2.6.32 typo

Thanks to Joachim Pihl for noticing.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoCHANGES: update for 2010.02 development
Peter Korsgaard [Thu, 3 Dec 2009 14:59:15 +0000 (15:59 +0100)]
CHANGES: update for 2010.02 development

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: add 2.6.32
Peter Korsgaard [Thu, 3 Dec 2009 10:47:38 +0000 (11:47 +0100)]
kernel-headers: add 2.6.32

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoConfig.in: Bump version
Peter Korsgaard [Tue, 1 Dec 2009 14:46:57 +0000 (15:46 +0100)]
Config.in: Bump version

Tree is open for development again.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agodocs/news.html: add 2009.11 annoucement mail
Peter Korsgaard [Tue, 1 Dec 2009 14:46:00 +0000 (15:46 +0100)]
docs/news.html: add 2009.11 annoucement mail

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoConfig.in: bump version
Peter Korsgaard [Tue, 1 Dec 2009 14:23:10 +0000 (15:23 +0100)]
Config.in: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoupdate for 2009.11
Peter Korsgaard [Tue, 1 Dec 2009 14:20:18 +0000 (15:20 +0100)]
update for 2009.11

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage/autoconf: hardcode m4 config
Peter Korsgaard [Tue, 1 Dec 2009 11:18:38 +0000 (12:18 +0100)]
package/autoconf: hardcode m4 config

Hardcode m4 config instead of letting configure detect it automatically.
This hopefully fixes the build issues some (Ubuntu) users seems to be
having lately (E.G. #679).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage/coreutils: ensure configure isn't considered out-of-date
Peter Korsgaard [Tue, 1 Dec 2009 09:14:26 +0000 (10:14 +0100)]
package/coreutils: ensure configure isn't considered out-of-date

We were patching m4/rename.m4 to workaround an upstream issue, but this
triggers a auto* rebuild and a configure rerun when we build coreutils
using whatever auto* versions the user has installed.

Doing a manual autoreconf run after patching is unfortunately not an
option as the coreutils configure.ac isn't compatible with the autotools
version we have in BR.

Instead, simply cheat by patching configure as well and setting the
timestamp of m4/rename.m4 sufficiently far back to ensure make doesn't
consider ./configure out of date.

Long term we should convert coreutils to Makefile.autotools.in format,
but this is good enought for 2009.11.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage/microperl: fix build
Peter Korsgaard [Mon, 30 Nov 2009 21:31:50 +0000 (22:31 +0100)]
package/microperl: fix build

There seems to be some confusion about makefile/Makefile, so just fixup
both files for now to keep it safe.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoMakefile: use absolute path for TOPDIR
Peter Korsgaard [Mon, 30 Nov 2009 16:29:01 +0000 (17:29 +0100)]
Makefile: use absolute path for TOPDIR

Reported by mr_claus on IRC.

This ensure DL_DIR is always an absolute path, like it was before the
build dir reorganization - Fixes vim (patch) build.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoCreate $(TARGET_DIR)/usr/lib when installing
Clark Rawlins [Mon, 30 Nov 2009 14:05:26 +0000 (09:05 -0500)]
Create $(TARGET_DIR)/usr/lib when installing

In some configurations $(TARGET_DIR)/usr/lib isn't
created before the target install target for libncurses
is run.  This change makes sure it is created before
the install target copies files to it.

Signed-off-by: Clark Rawlins <clark@bit63.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage/alsamixergui: fix build
Peter Korsgaard [Mon, 30 Nov 2009 10:25:30 +0000 (11:25 +0100)]
package/alsamixergui: fix build

And provide correct dependencies (alsa-lib).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage/fltk: needs libXt
Peter Korsgaard [Mon, 30 Nov 2009 10:00:28 +0000 (11:00 +0100)]
package/fltk: needs libXt

Closes #707

At the same time get rid of redundant (provided by Makefile.autotools.in)
configure arguments.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agoupdate for 2009.11-rc2
Peter Korsgaard [Sun, 29 Nov 2009 22:26:54 +0000 (23:26 +0100)]
update for 2009.11-rc2

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage/fltk: needs C++ support in toolchain
Peter Korsgaard [Sun, 29 Nov 2009 20:25:49 +0000 (21:25 +0100)]
package/fltk: needs C++ support in toolchain

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agopackage/ltrace: hide for archs ltrace doesn't support
Peter Korsgaard [Sun, 29 Nov 2009 08:54:00 +0000 (09:54 +0100)]
package/ltrace: hide for archs ltrace doesn't support

Reported-By: Michael S. Zick" <minimod@morethan.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobusybox: 1.15.2 flash_eraseall fix for modern kernel headers
Peter Korsgaard [Sat, 28 Nov 2009 14:05:52 +0000 (15:05 +0100)]
busybox: 1.15.2 flash_eraseall fix for modern kernel headers

86cfb70ca upstream.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agobusybox: look at kernel headers for include files as well
Peter Korsgaard [Sat, 28 Nov 2009 13:25:13 +0000 (14:25 +0100)]
busybox: look at kernel headers for include files as well

E.G. for flash_* applets.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 years agokernel-headers: 2.6.31.6 fix for scsi/* headers
Peter Korsgaard [Sat, 28 Nov 2009 13:10:00 +0000 (14:10 +0100)]
kernel-headers: 2.6.31.6 fix for scsi/* headers

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agodocs/buildroot.html: fix minor typo
Peter Korsgaard [Thu, 26 Nov 2009 10:08:06 +0000 (11:08 +0100)]
docs/buildroot.html: fix minor typo

STAGING_DIR is output/staging, not build/staging per default.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agodbus: fix rebuild for boards where /var/lib isn't a symlink
Peter Korsgaard [Wed, 25 Nov 2009 09:22:42 +0000 (10:22 +0100)]
dbus: fix rebuild for boards where /var/lib isn't a symlink

Based on patch by Sagaert Johan <sagaert.johan@skynet.be>

Dbus rebuilds fails if /var/lib/dbus is a symlink (which it will be),
and the existing workaround only worked if /var/lib is a symlink to
/tmp, which isn't always the case.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agogvfs: drop legacy uclibc dependency
Daniel Mack [Tue, 24 Nov 2009 18:52:26 +0000 (19:52 +0100)]
gvfs: drop legacy uclibc dependency

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoRevert "gvfs: update to version 1.4.0"
Peter Korsgaard [Tue, 24 Nov 2009 18:11:19 +0000 (19:11 +0100)]
Revert "gvfs: update to version 1.4.0"

This reverts commit f49ef854ca4b6ab3836ef39cb89027ce5b7bd94b.

The new gvfs version needs libglib2 >= 2.21.2, but newer libglib2 versions
need ipv6 support and possibly cause other problems, so simply revert the
gvfs bump for now.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agopackage: remove disabled/broken irda-utils package
Peter Korsgaard [Tue, 24 Nov 2009 16:32:25 +0000 (17:32 +0100)]
package: remove disabled/broken irda-utils package

No updates since it got marked as broken back in January, so lets get
rid of it.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoupdate for 2009.11-rc1
Peter Korsgaard [Mon, 23 Nov 2009 22:20:21 +0000 (23:20 +0100)]
update for 2009.11-rc1

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoSDL_image: fix runtime libjpeg failure
Baruch Siach [Mon, 23 Nov 2009 22:05:23 +0000 (23:05 +0100)]
SDL_image: fix runtime libjpeg failure

By default SDL_image loads libjpeg at runtime on-demand. The find_lib
routine in the configure script of SDL_image searches the /usr/lib directory
of the host machine to find the file name of the jpeg library.

When the host on which Buildroot is being built contains newer version of
libjpeg (e.g.  libjpeg7), the configure script incorrectly uses its file
name. The result is a runtime failure to load libjpeg.

Fix this by disabling runtime load of libjpeg.

[Peter: disable for png+tiff as well]

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agosysklogd: needs largefile support
Peter Korsgaard [Mon, 23 Nov 2009 15:31:35 +0000 (16:31 +0100)]
sysklogd: needs largefile support

It tries to call lseek64():

ksym_mod.o: In function `InitMsyms':
ksym_mod.c:(.text+0x438): undefined reference to `lseek64'

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agorpm: fix build with BR2_CONFIG_CACHE, fix CFLAGS
Peter Korsgaard [Mon, 23 Nov 2009 15:22:36 +0000 (16:22 +0100)]
rpm: fix build with BR2_CONFIG_CACHE, fix CFLAGS

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoxfsprogs: needs e2fsprogs and (in turn) largefile support
Peter Korsgaard [Mon, 23 Nov 2009 14:29:43 +0000 (15:29 +0100)]
xfsprogs: needs e2fsprogs and (in turn) largefile support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agox11vnc: needs X11 support
Peter Korsgaard [Mon, 23 Nov 2009 14:25:17 +0000 (15:25 +0100)]
x11vnc: needs X11 support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoudpcast: needs largefile support
Peter Korsgaard [Mon, 23 Nov 2009 14:22:47 +0000 (15:22 +0100)]
udpcast: needs largefile support

And fix Kconfig tab/spaces while we're at it.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agotorsmo: needs X11 support
Peter Korsgaard [Mon, 23 Nov 2009 14:16:41 +0000 (15:16 +0100)]
torsmo: needs X11 support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agosfdisk: fix build with !BR2_LARGEFILE
Peter Korsgaard [Mon, 23 Nov 2009 14:10:53 +0000 (15:10 +0100)]
sfdisk: fix build with !BR2_LARGEFILE

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agopsmisc: bump version and fix build
Peter Korsgaard [Mon, 23 Nov 2009 13:41:36 +0000 (14:41 +0100)]
psmisc: bump version and fix build

./configure in psmisc 22.6 tested for a working C++ compiler and errored out
if not found, even though psmisc doesn't need it - Fixed in 22.8.

pstree.c uses __progname for pstree.x11 support, which isn't (per default)
available in uclibc. This stuff isn't really critical, so just disable it.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agophp: fix pdo sqlite compilation with !BR2_LARGEFILE
Peter Korsgaard [Mon, 23 Nov 2009 13:25:24 +0000 (14:25 +0100)]
php: fix pdo sqlite compilation with !BR2_LARGEFILE

Similar fix as with the sqlite package.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agong-spice-rework: needs X11 / libXaw support
Peter Korsgaard [Mon, 23 Nov 2009 12:54:05 +0000 (13:54 +0100)]
ng-spice-rework: needs X11 / libXaw support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agonetkittelnet: fix typo introduced in 8d65822f9d
Peter Korsgaard [Mon, 23 Nov 2009 12:48:35 +0000 (13:48 +0100)]
netkittelnet: fix typo introduced in 8d65822f9d

Netkittelnet needs a toolchain WITH RPC support, not WITHOUT.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agolibxml2: fix build with BR2_CONFIG_CACHE
Peter Korsgaard [Mon, 23 Nov 2009 12:11:00 +0000 (13:11 +0100)]
libxml2: fix build with BR2_CONFIG_CACHE

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoalsa-lib: fix build with BR2_CONFIG_CACHE
Peter Korsgaard [Mon, 23 Nov 2009 12:03:59 +0000 (13:03 +0100)]
alsa-lib: fix build with BR2_CONFIG_CACHE

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoleafpad: needs libgtk2
Peter Korsgaard [Mon, 23 Nov 2009 12:02:54 +0000 (13:02 +0100)]
leafpad: needs libgtk2

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agogqview: needs libgtk2
Peter Korsgaard [Mon, 23 Nov 2009 11:14:49 +0000 (12:14 +0100)]
gqview: needs libgtk2

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agopcmanfm: needs X11 support
Peter Korsgaard [Mon, 23 Nov 2009 11:08:24 +0000 (12:08 +0100)]
pcmanfm: needs X11 support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agogperf: needs C++ support
Peter Korsgaard [Mon, 23 Nov 2009 10:48:10 +0000 (11:48 +0100)]
gperf: needs C++ support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agogamin: fix build with !BR2_LARGEFILE and python enabled
Peter Korsgaard [Mon, 23 Nov 2009 10:42:47 +0000 (11:42 +0100)]
gamin: fix build with !BR2_LARGEFILE and python enabled

Python binding support is broken for cross compilation, disable for now.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoxboard: needs X11 support and gnuchess
Peter Korsgaard [Mon, 23 Nov 2009 10:34:34 +0000 (11:34 +0100)]
xboard: needs X11 support and gnuchess

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agovice: mark as broken
Peter Korsgaard [Mon, 23 Nov 2009 10:30:07 +0000 (11:30 +0100)]
vice: mark as broken

Dependencies are wrong, and it has never seen any updates, so it probably
doesn't have any users.

Will remove completely before 2010.02 unless someone fixes it.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agorubix: needs X11 support
Peter Korsgaard [Mon, 23 Nov 2009 10:24:34 +0000 (11:24 +0100)]
rubix: needs X11 support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agomagiccube4d: needs C++ and X11 support
Peter Korsgaard [Mon, 23 Nov 2009 10:21:46 +0000 (11:21 +0100)]
magiccube4d: needs C++ and X11 support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agopackage/xstroke: needs X11 support
Peter Korsgaard [Mon, 23 Nov 2009 10:07:37 +0000 (11:07 +0100)]
package/xstroke: needs X11 support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agosqlite: bump version
Peter Korsgaard [Mon, 23 Nov 2009 10:05:50 +0000 (11:05 +0100)]
sqlite: bump version

Fixes various bugs.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agosqlite: work around build breakage with !BR2_LARGEFILE
Peter Korsgaard [Mon, 23 Nov 2009 10:03:27 +0000 (11:03 +0100)]
sqlite: work around build breakage with !BR2_LARGEFILE

Should get fixed properly upstream, but this is good enough for 2009.11-rc1.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agopackage/bootutils: needs largefile support
Peter Korsgaard [Mon, 23 Nov 2009 09:26:41 +0000 (10:26 +0100)]
package/bootutils: needs largefile support

Build fails with llseek() linker errors.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoCHANGES: add non-package changes since 2009.08
Peter Korsgaard [Mon, 23 Nov 2009 09:24:52 +0000 (10:24 +0100)]
CHANGES: add non-package changes since 2009.08

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoalsamixergui: depend on x11 support, rather than (indirectly) selecting it
Peter Korsgaard [Mon, 23 Nov 2009 08:59:23 +0000 (09:59 +0100)]
alsamixergui: depend on x11 support, rather than (indirectly) selecting it

Packages should depend on BR2_PACKAGE_XORG7 rather than selecting it,
because:
 - X brings in a lot of dependencies, so shouldn't get implicitly enabled
 - Select doesn't check dependencies, so build breaks if XORG dependencies
   aren't met (locale/wchar)

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agomatchbox: depend on x11 support, rather than selecting it
Peter Korsgaard [Mon, 23 Nov 2009 08:51:46 +0000 (09:51 +0100)]
matchbox: depend on x11 support, rather than selecting it

Packages should depend on BR2_PACKAGE_XORG7 rather than selecting it,
because:
 - X brings in a lot of dependencies, so shouldn't get implicitly enabled
 - Select doesn't check dependencies, so build breaks if XORG dependencies
   aren't met (locale/wchar)

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agopackage/directfb: don't prepend $arch-linux- to programs
Peter Korsgaard [Sun, 22 Nov 2009 22:24:14 +0000 (23:24 +0100)]
package/directfb: don't prepend $arch-linux- to programs

Directfb users: Do all those applications even make sense to install to
target?

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agopackage/nbd: fix build with !BR2_LARGEFILE
Peter Korsgaard [Sun, 22 Nov 2009 22:14:45 +0000 (23:14 +0100)]
package/nbd: fix build with !BR2_LARGEFILE

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agodocs/buildroot.html: document linux26-menuconfig / LINUX26_KCONFIG
Peter Korsgaard [Sun, 22 Nov 2009 20:51:46 +0000 (21:51 +0100)]
docs/buildroot.html: document linux26-menuconfig / LINUX26_KCONFIG

This wasn't menitioned in the documentation as noticed by
Grant Edwards <grant.b.edwards@gmail.com>.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agotoolchain/binutils: make sure target-binutils runs after busybox
Peter Korsgaard [Sun, 22 Nov 2009 20:25:31 +0000 (21:25 +0100)]
toolchain/binutils: make sure target-binutils runs after busybox

Closes #597

Ensure that binutils-target runs after busybox if enabled, so it can
overwrite the busybox symlink for ar if that applet is enabled.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agopackage/nbd: add nbd-server support
Vincent Palatin [Sun, 22 Nov 2009 20:18:11 +0000 (21:18 +0100)]
package/nbd: add nbd-server support

Closes #645

Signed-off-by: Vincent Palatin <vincent.palatin_buildroot@m4x.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agotarget/jffs2: add support for nand flash with 512B page / 16 kB erasesize
Kelvin Cheung [Sun, 22 Nov 2009 20:08:37 +0000 (21:08 +0100)]
target/jffs2: add support for nand flash with 512B page / 16 kB erasesize

Closes #663

Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agopackage/sdl: fix dependencies for directfb/qt/x11 support
Peter Korsgaard [Sun, 22 Nov 2009 20:03:42 +0000 (21:03 +0100)]
package/sdl: fix dependencies for directfb/qt/x11 support

Closes #683

And cleanup Kconfig while we're at it.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agopackage/Makefile.in: fix 'true' invocation for BR2_STRIP_none
Peter Korsgaard [Sun, 22 Nov 2009 19:52:15 +0000 (20:52 +0100)]
package/Makefile.in: fix 'true' invocation for BR2_STRIP_none

Closes #701

Coreutils true doesn't understand a -Not_stripping argument.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoBump spawn-fcgi to 1.6.3
Gustavo Zacarias [Tue, 10 Nov 2009 15:01:09 +0000 (12:01 -0300)]
Bump spawn-fcgi to 1.6.3

Closes #705

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoBump iw package to 0.9.17
Gustavo Zacarias [Thu, 19 Nov 2009 13:26:43 +0000 (10:26 -0300)]
Bump iw package to 0.9.17

Closes #731

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoMakefile: cleanup *clean targets
Peter Korsgaard [Fri, 20 Nov 2009 13:05:48 +0000 (14:05 +0100)]
Makefile: cleanup *clean targets

As discussed on the list, fixup the *clean targets, so we now have:

clean: remove all generated files (E.G. everything in output/)
distclean: same as clean, but also remove the kconfig build and .config

Also tweak 'make help' output to match. This also merges the two
different clean / distclean targets we had depending on if there was
a .config present or not (most variables are not defined for !.config
case, so E.G. the clean target ends up being a noop).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoAdd support for the Cortex-A8 ARM target
Laine Walker-Avina [Thu, 29 Oct 2009 17:30:50 +0000 (10:30 -0700)]
Add support for the Cortex-A8 ARM target

Signed-off-by: Laine Walker-Avina <lwalkera@ieee.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoipkg: update source URL
Michael S. Zick [Tue, 17 Nov 2009 17:07:58 +0000 (11:07 -0600)]
ipkg: update source URL

ftp.handhelds.org doesn't seem to work any more.

Signed-off-by: Michael S. Zick <minimod@morethan.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agotoolchain/uClibc: install ldd to target
Peter Korsgaard [Tue, 17 Nov 2009 16:37:11 +0000 (17:37 +0100)]
toolchain/uClibc: install ldd to target

Reported by Julien Boibessot <julien.boibessot@free.fr>.

This somehow got disabled by cb815ae003d40cc971d (two years ago!).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agolibidn: Update Config.in to fulfill LIBIDN_BINARY
Gustavo Zacarias [Mon, 16 Nov 2009 12:33:16 +0000 (09:33 -0300)]
libidn: Update Config.in to fulfill LIBIDN_BINARY

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoopenssl: bump to 0.9.8l + security fixes
Gustavo Zacarias [Tue, 10 Nov 2009 16:42:35 +0000 (13:42 -0300)]
openssl: bump to 0.9.8l + security fixes

Closes #703

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>