buildroot.git
13 years agonews.html: add 2011.02 announcement link
Peter Korsgaard [Mon, 28 Feb 2011 21:37:41 +0000 (22:37 +0100)]
news.html: add 2011.02 announcement link

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoUpdate for 2011.02
Peter Korsgaard [Mon, 28 Feb 2011 20:54:22 +0000 (21:54 +0100)]
Update for 2011.02

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoqt: qt3 compatibility needs gui support
Peter Korsgaard [Mon, 28 Feb 2011 20:46:05 +0000 (21:46 +0100)]
qt: qt3 compatibility needs gui support

Closes #2911

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoxerces: disable parallel builds
Peter Korsgaard [Mon, 28 Feb 2011 15:56:52 +0000 (16:56 +0100)]
xerces: disable parallel builds

The build system has a race condition causing build failure with high
BR2_JLEVEL values, so ensure make -j1 is used.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoCHANGES: update with recent changes
Peter Korsgaard [Mon, 28 Feb 2011 15:11:02 +0000 (16:11 +0100)]
CHANGES: update with recent changes

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoffmpeg: disable mmx for low end x86-type processors
Gustavo Zacarias [Mon, 28 Feb 2011 14:18:21 +0000 (11:18 -0300)]
ffmpeg: disable mmx for low end x86-type processors

ffmpeg enables mmx by default for x86-class processors, so disable it for
processors that lack it (i386, i486, i586, i686, pentium pro, geode).
Solves bug #3325

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoavahi: fix avahi access through dbus
Peter Korsgaard [Mon, 28 Feb 2011 14:53:49 +0000 (15:53 +0100)]
avahi: fix avahi access through dbus

Ensure that the avahi dbus service gets installed if dbus support is
enabled, otherwise avahi access through dbus fails (as clients try
to start the daemon and dbus doesn't know how to do this).

Fixed upstream in 0.6.28 (http://avahi.org/ticket/319) but this
workaround is simpler/safer for now.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agogdb: depend on host-expat to fix remote debugging
Bjørn Forsman [Thu, 24 Feb 2011 20:37:48 +0000 (21:37 +0100)]
gdb: depend on host-expat to fix remote debugging

This patch fixes the following error when using GDB with gdbserver:

  warning: Can not parse XML target description; XML support was disabled at compile time
  Remote 'g' packet reply is too long: <very long line of hex chars>
  [remote debugging does not work]

Use $(HOST_CONFIGURE_OPTS) so expat is found.

Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agosynergy: fix build with modern toolchains
Peter Korsgaard [Mon, 28 Feb 2011 09:24:51 +0000 (10:24 +0100)]
synergy: fix build with modern toolchains

A number of includes were missing for exit/getenv/memcpy/strlen/...

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoCHANGES: update with recent changes
Peter Korsgaard [Sun, 27 Feb 2011 21:31:05 +0000 (22:31 +0100)]
CHANGES: update with recent changes

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoxerces: needs wchar support in toolchain
Peter Korsgaard [Sun, 27 Feb 2011 21:25:58 +0000 (22:25 +0100)]
xerces: needs wchar support in toolchain

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agowebif: mark as deprecated
Peter Korsgaard [Sun, 27 Feb 2011 20:28:50 +0000 (21:28 +0100)]
webif: mark as deprecated

It's long dead upstream and hasn't seen any updates since it got added
back in 2008.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agodevmem2: mark as deprecated
Peter Korsgaard [Sun, 27 Feb 2011 20:13:10 +0000 (21:13 +0100)]
devmem2: mark as deprecated

Busybox has had a devmem applet for a number of years now, so deprecate
the old standalone program.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoqt: add option to hide mouse cursor
Daniel Nyström [Wed, 2 Feb 2011 23:06:44 +0000 (00:06 +0100)]
qt: add option to hide mouse cursor

Allow the user to build Qt with the QT_NO_QWS_CURSOR macro set.

Signed-off-by: Daniel Nyström <daniel.nystrom@timeterminal.se>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agosquashfs: use kconfig to ensure atleast one compressor is selected
Peter Korsgaard [Fri, 25 Feb 2011 20:27:40 +0000 (21:27 +0100)]
squashfs: use kconfig to ensure atleast one compressor is selected

Similar to how we do it for mpd now. This way, the selection is clearly
visible to the user, instead of the hidden selection we used to do in
the makefile.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agompd: forcibly disable oggflac without flac
Gustavo Zacarias [Fri, 25 Feb 2011 20:10:06 +0000 (17:10 -0300)]
mpd: forcibly disable oggflac without flac

If flac and libogg were both built but flac isn't selected in mpd it
will be picked up anyway.
Forcibly disable oggflac support if flac support is disabled for
consistency.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agompd: move ffmpeg option up
Gustavo Zacarias [Fri, 25 Feb 2011 20:10:07 +0000 (17:10 -0300)]
mpd: move ffmpeg option up

Move the ffmpeg option up to keep the pretty sort order.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agompd: default to tremor input plugin
Gustavo Zacarias [Fri, 25 Feb 2011 20:10:05 +0000 (17:10 -0300)]
mpd: default to tremor input plugin

MPD requires at least one input plugin to build.
If there's none selected default to tremor (vorbis).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoalsamixergui: fix alsa dependencies
Peter Korsgaard [Fri, 25 Feb 2011 20:08:35 +0000 (21:08 +0100)]
alsamixergui: fix alsa dependencies

Alsamixergui needs pcm and mixer support in alsa-lib.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agompd: fix alsa dependencies
Peter Korsgaard [Fri, 25 Feb 2011 18:51:21 +0000 (19:51 +0100)]
mpd: fix alsa dependencies

Alsa output support needs pcm and mixer support in alsa-lib.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoCHANGES: update with recent changes
Peter Korsgaard [Fri, 25 Feb 2011 14:31:33 +0000 (15:31 +0100)]
CHANGES: update with recent changes

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoslang: fix mips build failure
Gustavo Zacarias [Fri, 25 Feb 2011 14:11:27 +0000 (11:11 -0300)]
slang: fix mips build failure

Closes #3295

Fix MIPS build failure as reported by Thomas Petazzoni.

We're forcing CFLAGS and busting -fPIC in the process.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agonuttcp: fix build on systems without legacy susv3 functions
Peter Korsgaard [Fri, 25 Feb 2011 14:22:33 +0000 (15:22 +0100)]
nuttcp: fix build on systems without legacy susv3 functions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agouClibc: fix uclibc-menuconfig with ccache enabled
Peter Korsgaard [Fri, 25 Feb 2011 12:18:45 +0000 (13:18 +0100)]
uClibc: fix uclibc-menuconfig with ccache enabled

If ccache is enabled, we need to ensure it is built for the host before
anything else.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agocrosstool-ng: fix ctng-menuconfig with ccache enabled
Peter Korsgaard [Fri, 25 Feb 2011 12:08:39 +0000 (13:08 +0100)]
crosstool-ng: fix ctng-menuconfig with ccache enabled

If ccache is enabled, we need to ensure it is built for the host before
anything else.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agolinux: bump 2.6.37.x stable version
Peter Korsgaard [Fri, 25 Feb 2011 11:00:07 +0000 (12:00 +0100)]
linux: bump 2.6.37.x stable version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agokernel-headers: bump 2.6.37.x stable version
Peter Korsgaard [Fri, 25 Feb 2011 10:58:55 +0000 (11:58 +0100)]
kernel-headers: bump 2.6.37.x stable version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agosylpheed: bump version, fix build
Peter Korsgaard [Fri, 25 Feb 2011 10:55:53 +0000 (11:55 +0100)]
sylpheed: bump version, fix build

The old sylpheed version no longer built with our libgtk2 version, so
move to the latest stable release. At the same time add optional openssl
support.

The sylpheed build system adds -I$includedir to the CFLAGS, so ensure
it points at our staging rather than the host headers.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoCHANGES: #3259 is resolved
Peter Korsgaard [Thu, 24 Feb 2011 19:56:15 +0000 (20:56 +0100)]
CHANGES: #3259 is resolved

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoicu: tweak icu-config exec_prefix output
Gustavo Zacarias [Thu, 24 Feb 2011 11:41:31 +0000 (08:41 -0300)]
icu: tweak icu-config exec_prefix output

Closes #3259

We need to tweak icu-config's exec_prefix too, otherwise if the host
system lacks icu the build fails when looking for the libraries in
/usr/lib rather than the staging directory.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agodocs: fix /know/known/ typo
Peter Korsgaard [Thu, 24 Feb 2011 11:53:43 +0000 (12:53 +0100)]
docs: fix /know/known/ typo

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoUpdate for 2011.02-rc2
Peter Korsgaard [Thu, 24 Feb 2011 09:10:16 +0000 (10:10 +0100)]
Update for 2011.02-rc2

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agosynergy: fix build
Peter Korsgaard [Thu, 24 Feb 2011 08:43:52 +0000 (09:43 +0100)]
synergy: fix build

Closes #3307

Synergy needs libXtst, a toolchain with wchar support and was missing
an include for exit().

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoquagga: fix build with snmp support
Gustavo Zacarias [Mon, 21 Feb 2011 19:25:06 +0000 (16:25 -0300)]
quagga: fix build with snmp support

Closes #3277

Quagga's snmp support tries to link with libcrypto from openssl by
default.
That's a bad no no since snmp might have ssl support disabled
and openssl won't be around.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agomakedevs: fix cases where (start != 0)
Thomas De Schampheleire [Wed, 23 Feb 2011 16:44:41 +0000 (17:44 +0100)]
makedevs: fix cases where (start != 0)

The makedevs script did not always generate the requested set of device names / minor number series.
* If start != 0, then requesting (count) devices would generate only (count - start)
* If start != 0 && increment != 1, then requesting minors starting with (minor) would generate minors starting with (minor + (start * (increment - 1)))

This patch fixes the code and updates the usage text with extra examples.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoopenssl: fix libdir issue
Gustavo Zacarias [Thu, 3 Feb 2011 12:55:48 +0000 (09:55 -0300)]
openssl: fix libdir issue

Closes #3205

OpenSSL's build system tries to be too wise for it's own good when
guessing what libdir should be.
This causes problems like the one reported in bug #3205 so just specify
libdir to point to /lib (since it's prefixed it would finally be
/usr/lib) since it should be present on 32 and 64 bit targets.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoCHANGES: update with recent changes
Peter Korsgaard [Wed, 23 Feb 2011 22:30:33 +0000 (23:30 +0100)]
CHANGES: update with recent changes

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agometacity: fix build, bump version
Peter Korsgaard [Wed, 23 Feb 2011 21:37:47 +0000 (22:37 +0100)]
metacity: fix build, bump version

Metacity no longer built after libgtk2 was updated, so fix it by bumping
the version. We unfortunately cannot move to the latest version, as
these have extra dependencies we don't have in BR yet
(libcanberra-gtk + gnome-doc-utils).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agou-boot: drop old 2009.xx versions
Peter Korsgaard [Wed, 23 Feb 2011 15:46:07 +0000 (16:46 +0100)]
u-boot: drop old 2009.xx versions

We use 'make tools' to build a mkimage for the host if needed by the
kernel (uImage) without having u-boot configured, but that only works
since the 2010.03 release:

http://git.denx.de/?p=u-boot.git;a=commit;h=c7c0d542a1990

So drop the old 2009.xx versions rather than having the build break
for people.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agodocs: cross toolchain is now installed into host/usr/bin.
Peter Korsgaard [Wed, 23 Feb 2011 15:34:49 +0000 (16:34 +0100)]
docs: cross toolchain is now installed into host/usr/bin.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agodocs: make xconfig now uses libqt4
Peter Korsgaard [Wed, 23 Feb 2011 15:25:55 +0000 (16:25 +0100)]
docs: make xconfig now uses libqt4

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agopackage/multimedia: mark festival packages as broken
Peter Korsgaard [Tue, 22 Feb 2011 23:40:11 +0000 (00:40 +0100)]
package/multimedia: mark festival packages as broken

After spending a couple of hours on it today, I'm still unable to get
speech-tools to build and install properly with a uClibc toolchain.

So I'm giving up. Mark the entire thing broken as the text-to-speech
stuff is unlikely to be used very much on the kind of small systems
we're targetting.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agofs/skeleton: mount /proc before remounting rw
ANDY KENNEDY [Thu, 27 Jan 2011 18:10:46 +0000 (12:10 -0600)]
fs/skeleton: mount /proc before remounting rw

inittab ordering causes mount to fail on remount,rw.  inittab
changed to mount /proc first.

Signed-off-by: Andy Kennedy <Andy.Kennedy@AdTran.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agotoolchain/gcc/4.2.4: Add missing hunk to gcc 4.2.4 libgcc patch.
Will Newton [Fri, 18 Feb 2011 12:55:55 +0000 (12:55 +0000)]
toolchain/gcc/4.2.4: Add missing hunk to gcc 4.2.4 libgcc patch.

This patch is required to build gcc 4.2.4 libgcc with dwarf2
unwinding support enabled.

Signed-off-by: Will Newton <will.newton@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agonfs-utils: needs largefile support
Peter Korsgaard [Sun, 20 Feb 2011 22:31:38 +0000 (23:31 +0100)]
nfs-utils: needs largefile support

Even though ./configure has a --disable-largefile, functions like
statfs64 is used in several places, breaking the build on toolchains
without largefile support.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agonfs-utils: bump version, convert to autotargets
Peter Korsgaard [Sun, 20 Feb 2011 21:39:04 +0000 (22:39 +0100)]
nfs-utils: bump version, convert to autotargets

Fixes build when host doesn't have rpcgen.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agobind: disable parallel build
Peter Korsgaard [Sun, 20 Feb 2011 13:35:23 +0000 (14:35 +0100)]
bind: disable parallel build

The build system of bind seems to have issues with (highly) parallel
builds, breaking the build with errors like:

libtool: link: `nothreads/condition.lo' is not a valid libtool object

So disable parallel builds.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agolibmicrohttpd: bump version
Peter Korsgaard [Sat, 19 Feb 2011 22:50:33 +0000 (23:50 +0100)]
libmicrohttpd: bump version

The old 0.4.2 version doesn't seem to be available on the GNU mirrors
anymore, so change to the slightly-less-ancient 0.4.6 version.

We're not moving to the new 0.9.x series yet, as that one needs an
external libgnutls for https support, which we don't have a BR
package for yet.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agolibmicrohttpd: make https support optional
Peter Korsgaard [Sat, 19 Feb 2011 22:37:40 +0000 (23:37 +0100)]
libmicrohttpd: make https support optional

Libmicrohttpd works nicely without https support, so make it optional.
Also ensure the cross-libgcrypt-config is found, rather than whatever
is installed on the host.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agosquashfs: fix zlib dependency
Peter Korsgaard [Sat, 19 Feb 2011 19:46:50 +0000 (20:46 +0100)]
squashfs: fix zlib dependency

The 'gzip' compression supports just needs zlib, and not the gzip package.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agompd: add option for ffmpeg support
Peter Korsgaard [Sat, 19 Feb 2011 19:42:02 +0000 (20:42 +0100)]
mpd: add option for ffmpeg support

For all the special file formats supported by ffmpeg.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoolsr: fix build
Peter Korsgaard [Fri, 18 Feb 2011 13:17:34 +0000 (14:17 +0100)]
olsr: fix build

Pass TARGET_CONFIGURE_OPTS in the environment rather than as make arguments,
so the olsr build system can append to CFLAGS / LDFLAGS - Otherwise build
fails when the wrong linker flags are used to create the plugin .so's.

Also pass ARCH, so the olsr build system choses the right libdir / PIC
settings for the target, rather than for the host.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agokernel-headers: bump 2.6.36.x / 2.6.37.x stable versions
Peter Korsgaard [Fri, 18 Feb 2011 12:23:43 +0000 (13:23 +0100)]
kernel-headers: bump 2.6.36.x / 2.6.37.x stable versions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agotaglib: fix build
Peter Korsgaard [Fri, 18 Feb 2011 11:30:00 +0000 (12:30 +0100)]
taglib: fix build

The old libtool version gets confused about rpath, which breaks the build.
FIx it by up upgrading to 1.5.22 (package is not compatible with libtool
2.x, so we cannot just autoreconf).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agopackage/multimedia: remove vlc
Peter Korsgaard [Thu, 17 Feb 2011 13:16:13 +0000 (14:16 +0100)]
package/multimedia: remove vlc

It has been marked as broken for close to 1 year (aa3439e6a3f), without
any effort to fix it, so remove it from the tree.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agopackage/games: remove ace_of_penguins
Peter Korsgaard [Thu, 17 Feb 2011 13:13:34 +0000 (14:13 +0100)]
package/games: remove ace_of_penguins

It has been marked as broken for close to 1 year (7452b4edfa1c), without
any effort to fix it, so remove it from the tree.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agotoolchain/ct-ng: use program_invocation_name option from BR config
Yann E. MORIN [Tue, 15 Feb 2011 23:41:42 +0000 (00:41 +0100)]
toolchain/ct-ng: use program_invocation_name option from BR config

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agopackage: apply libtool patch where possible
Peter Korsgaard [Thu, 17 Feb 2011 12:57:16 +0000 (13:57 +0100)]
package: apply libtool patch where possible

Now that we have libtool-2.2.x patch support, we can get rid of a bunch
of _LIBTOOL_PATH = NO, fixing (potential) cross link issues.

Notice: php not changed, as it uses a very old 1.5 version for the
embedded sqlite, where our buildroot-libtool-v1.5.patch doesn't apply.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agopackage/x11r7: apply libtool patch where possible
Peter Korsgaard [Thu, 17 Feb 2011 12:56:10 +0000 (13:56 +0100)]
package/x11r7: apply libtool patch where possible

Now that we have libtool-2.2.x patch support, we can get rid of a bunch
of _LIBTOOL_PATH = NO, fixing (potential) cross link issues.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agopackage/multimedia: apply libtool patch where possible
Peter Korsgaard [Thu, 17 Feb 2011 12:52:47 +0000 (13:52 +0100)]
package/multimedia: apply libtool patch where possible

Now that we have libtool-2.2.x patch support, we can get rid of a bunch
of _LIBTOOL_PATH = NO, fixing (potential) cross link issues.

Notice: libmad/libid3tag/madplay/taglib not changed, as they use a very
old 1.5 version, where our buildroot-libtool-v1.5.patch doesn't apply.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agonews.html: add 2011.02-rc1 announcement link
Peter Korsgaard [Tue, 15 Feb 2011 11:07:39 +0000 (12:07 +0100)]
news.html: add 2011.02-rc1 announcement link

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoUpdate for 2011.02-rc1
Peter Korsgaard [Mon, 14 Feb 2011 21:36:21 +0000 (22:36 +0100)]
Update for 2011.02-rc1

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoMakefile: remove dead code (TARGET_SKELETON_PATCH)
Bjørn Forsman [Fri, 11 Feb 2011 23:25:33 +0000 (00:25 +0100)]
Makefile: remove dead code (TARGET_SKELETON_PATCH)

TARGET_SKELETON_PATCH is no longer in use, so remove it.

Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoopenssh: security bump to version 5.8p1
Gustavo Zacarias [Fri, 11 Feb 2011 13:27:18 +0000 (10:27 -0300)]
openssh: security bump to version 5.8p1

http://www.openssh.com/txt/legacy-cert.adv
CVE-2011-0539

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoCHANGES: update with recent changes
Peter Korsgaard [Sun, 13 Feb 2011 21:58:31 +0000 (22:58 +0100)]
CHANGES: update with recent changes

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agopackage: add xmlstarlet package
Nate Ford [Fri, 11 Feb 2011 09:26:24 +0000 (10:26 +0100)]
package: add xmlstarlet package

[Peter: don't link statically, only depend on iconv if !BR_ENABLE_LOCALE]
Signed-off-by: Nate Ford <nford@westpond.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agolibcue: fix build on uClibc with locale support enabled
Peter Korsgaard [Fri, 11 Feb 2011 09:17:34 +0000 (10:17 +0100)]
libcue: fix build on uClibc with locale support enabled

Caused by a name clash between cue_scanner.c and stdio.h.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoimagemagick: bump version
Peter Korsgaard [Fri, 11 Feb 2011 08:20:19 +0000 (09:20 +0100)]
imagemagick: bump version

The 6.6.7-4 version is no longer available upstream.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agomysql_client : Add /usr/lib/mysql directory in ld.so.conf file
Fabien Marteau [Thu, 10 Feb 2011 10:12:49 +0000 (11:12 +0100)]
mysql_client : Add /usr/lib/mysql directory in ld.so.conf file

Add /usr/lib/mysql directory in ld.so.conf file

Signed-off-by: Fabien Marteau <fabien.marteau@armadeus.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agompd: new features
Gustavo Zacarias [Thu, 10 Feb 2011 17:58:14 +0000 (14:58 -0300)]
mpd: new features

* Add libcue support (.cue file parsing)
* Add lame support (mp3 encoding)
* Fix slight typo in Config.in wrt LIBCUEFILE

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agolame: new package
Gustavo Zacarias [Thu, 10 Feb 2011 17:58:13 +0000 (14:58 -0300)]
lame: new package

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agolibcue: new package
Gustavo Zacarias [Thu, 10 Feb 2011 17:58:12 +0000 (14:58 -0300)]
libcue: new package

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agomplayer: bump version to fix build error
Bjørn Forsman [Thu, 10 Feb 2011 16:47:15 +0000 (17:47 +0100)]
mplayer: bump version to fix build error

Bump mplayer to the first version that fixes this issue:

file.c:23:5: warning: "HAVE_MMAP" is not defined
file.c:25:7: warning: "HAVE_MAPVIEWOFFILE" is not defined
file.c:77:5: warning: "HAVE_MMAP" is not defined
file.c:87:7: warning: "HAVE_MAPVIEWOFFILE" is not defined
file.c:124:5: warning: "HAVE_MMAP" is not defined
file.c:126:7: warning: "HAVE_MAPVIEWOFFILE" is not defined
file.c: In function 'av_file_map':
file.c:50: error: 'HAVE_MMAP' undeclared (first use in this function)
file.c:50: error: (Each undeclared identifier is reported only once
file.c:50: error: for each function it appears in.)
make[2]: *** [file.o] Error 1

Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agotarget gcc: fix recompilation issue
Gustavo Zacarias [Thu, 10 Feb 2011 14:19:09 +0000 (11:19 -0300)]
target gcc: fix recompilation issue

gcc_target wants uclibc_target which is now first stage uclibc (not
real, from the NPTL build stage addition).
This triggers gcc-final to be rebuilt (albeit cached) and reinstalled,
thus touching all the stamps around and triggering a rebuild of
gcc_target.
Switch to $(STAMP_DIR)/gcc_libs_target_installed instead so that we only
depend on the last stage of cross gcc being installed to rebuild.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agobusybox 1.18.3: add wget and build system patches
Gustavo Zacarias [Thu, 10 Feb 2011 14:19:08 +0000 (11:19 -0300)]
busybox 1.18.3: add wget and build system patches

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agotoolchain/ct-ng: use soft-float option from BR config
Yann E. MORIN [Wed, 9 Feb 2011 22:57:22 +0000 (23:57 +0100)]
toolchain/ct-ng: use soft-float option from BR config

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agotoolchain/ct-ng: use processor variant from BR config
Yann E. MORIN [Wed, 9 Feb 2011 22:57:21 +0000 (23:57 +0100)]
toolchain/ct-ng: use processor variant from BR config

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agotoolchain/ct-ng: use MMU option from the BR config
Yann E. MORIN [Wed, 9 Feb 2011 22:57:20 +0000 (23:57 +0100)]
toolchain/ct-ng: use MMU option from the BR config

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agotoolchain/ct-ng: update to crosstool-NG 1.10.0
Yann E. MORIN [Wed, 9 Feb 2011 22:57:19 +0000 (23:57 +0100)]
toolchain/ct-ng: update to crosstool-NG 1.10.0

Update the default .config file.
Remove now unnecessary patches.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoConfig.in: use kent.dl.sourceforge.net by default
Peter Korsgaard [Wed, 9 Feb 2011 22:09:48 +0000 (23:09 +0100)]
Config.in: use kent.dl.sourceforge.net by default

Easynews has been down for a number of days, and it is no longer in the
mirror list, so use the mirror from the University of Kent instead by
default.

At the same time fix the link to the sf mirror list.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoqt: make QT_QMAKE variable point to HOST_DIR now
Gustavo Zacarias [Wed, 9 Feb 2011 19:02:17 +0000 (16:02 -0300)]
qt: make QT_QMAKE variable point to HOST_DIR now

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agolinks: bump to version 2.3pre1
Gustavo Zacarias [Wed, 9 Feb 2011 18:22:40 +0000 (15:22 -0300)]
links: bump to version 2.3pre1

* Switch to links 2.3pre1.
* Enable graphics mode via directfb.

TODO: Support X11 mode, maybe linuxfb (requires gpm).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agodirectfb: fixup directfb-config for correctness
Gustavo Zacarias [Wed, 9 Feb 2011 18:22:39 +0000 (15:22 -0300)]
directfb: fixup directfb-config for correctness

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoopenssl: security bump to 1.0.0d
Gustavo Zacarias [Wed, 9 Feb 2011 14:33:03 +0000 (11:33 -0300)]
openssl: security bump to 1.0.0d

CVE-2011-0014
http://www.openssl.org/news/secadv_20110208.txt

OCSP stapling vulnerability in OpenSSL

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agompd: fix mpd.conf installation check
Gustavo Zacarias [Wed, 9 Feb 2011 13:25:53 +0000 (10:25 -0300)]
mpd: fix mpd.conf installation check

If target /etc/mpd.conf exists the evaluation will be fail thus breaking
the build process. Fix it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agompd: fix libao support
Gustavo Zacarias [Wed, 9 Feb 2011 13:25:52 +0000 (10:25 -0300)]
mpd: fix libao support

libao output must be explicitly enabled, so fix it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agosquid: bump to version 3.1.11
Gustavo Zacarias [Wed, 9 Feb 2011 13:25:51 +0000 (10:25 -0300)]
squid: bump to version 3.1.11

Many small fixes, see
http://www.squid-cache.org/Versions/v3/3.1/changesets/SQUID_3_1_11.html

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agosqlite: bump to version 3.7.5
Gustavo Zacarias [Wed, 9 Feb 2011 13:25:50 +0000 (10:25 -0300)]
sqlite: bump to version 3.7.5

See http://www.sqlite.org/releaselog/3_7_5.html

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoiw: bump to version 0.9.22
Gustavo Zacarias [Wed, 9 Feb 2011 13:25:49 +0000 (10:25 -0300)]
iw: bump to version 0.9.22

New antenna configuration and wds peer commands.
New mesh functionality.
Misc fixes.

See http://www.spinics.net/lists/linux-wireless/msg64061.html

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agobusybox: bump to version 1.18.3
Gustavo Zacarias [Wed, 9 Feb 2011 12:00:47 +0000 (09:00 -0300)]
busybox: bump to version 1.18.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoe2fsprogs: bump to 1.41.14 and fixup
Gustavo Zacarias [Fri, 7 Jan 2011 15:24:53 +0000 (12:24 -0300)]
e2fsprogs: bump to 1.41.14 and fixup

Bump e2fsprogs to version 1.41.14

Also export libblkid properly for util-linux to use.

[Peter: install pkg-config files]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agomicroperl compile fix with ccache enabled
Martin Hicks [Tue, 8 Feb 2011 21:12:14 +0000 (16:12 -0500)]
microperl compile fix with ccache enabled

Just a simple quote problem with $(HOSTCC)

Signed-off-by: Martin Hicks <mort@bork.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoAdd support for DirectFB EP9x driver
Thomas Petazzoni [Tue, 8 Feb 2011 07:46:28 +0000 (08:46 +0100)]
Add support for DirectFB EP9x driver

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoDo not mention toolchain/uClibc/uClibc.config-locale
Thomas Petazzoni [Tue, 8 Feb 2011 07:45:42 +0000 (08:45 +0100)]
Do not mention toolchain/uClibc/uClibc.config-locale

The uClibc configuration file toolchain/uClibc/uClibc.config-locale
does not exist anymore.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agocmake: add patch to fix FindQt4 issue
Thomas Petazzoni [Tue, 8 Feb 2011 07:45:17 +0000 (08:45 +0100)]
cmake: add patch to fix FindQt4 issue

The FindQt4 module of CMake insists on having uic, even if the QtGui
module isn't part of the requirements to build the program. This isn't
correct, as Qt doesn't build/install the uic program when QtGui is
disabled (uic is used to generate some UI code).

This has been fixed upstream in
http://cmake.org/gitweb?p=cmake.git;a=commit;h=43cb9b8276a70d153d56a69d5c61daaf2bc51b78. This
commit will be part of the upcoming 2.8.4 CMake release, but in the
mean time, let's include it in Buildroot.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agocmake: bump to 2.8.3
Thomas Petazzoni [Tue, 8 Feb 2011 07:45:16 +0000 (08:45 +0100)]
cmake: bump to 2.8.3

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agokernel-headers: bump 2.6.35.x longterm version
Peter Korsgaard [Tue, 8 Feb 2011 13:46:57 +0000 (14:46 +0100)]
kernel-headers: bump 2.6.35.x longterm version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agosocat: convert to AUTOTARGETS
Peter Korsgaard [Mon, 7 Feb 2011 18:32:46 +0000 (19:32 +0100)]
socat: convert to AUTOTARGETS

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoqt: move host programs and specs in HOST_DIR
Thomas Petazzoni [Mon, 7 Feb 2011 17:18:00 +0000 (18:18 +0100)]
qt: move host programs and specs in HOST_DIR

The Qt build system installs all host programs (uic, rcc, moc, qmake,
etc.) in the same base directory as the headers and libraries, but
that's not great for Buildroot.

So we now move the host programs and the mkspecs files to the
$(HOST_DIR), and create a qt.conf, which tells qmake where everything
is located.

Tested with Qmake and Cmake as build system for a simple Qt
application.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 years agoAdd gst-omapfb package
Felipe Contreras [Sun, 6 Feb 2011 23:45:05 +0000 (01:45 +0200)]
Add gst-omapfb package

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>