buildroot.git
12 years agognutls: add optional zlib support
Peter Korsgaard [Mon, 4 Jun 2012 14:14:43 +0000 (16:14 +0200)]
gnutls: add optional zlib support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoconnman: needs IPv6 support in toolchain
Peter Korsgaard [Mon, 4 Jun 2012 12:10:47 +0000 (14:10 +0200)]
connman: needs IPv6 support in toolchain

Fixes http://autobuild.buildroot.net/results/c405f9b3a59463fb7367daeb63e282c5d60f0685

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoconnman: fixup libglib2 (gettext) dependencies
Peter Korsgaard [Mon, 4 Jun 2012 12:02:54 +0000 (14:02 +0200)]
connman: fixup libglib2 (gettext) dependencies

Connman was missing from commit b730010c90a (package: gettext needs
WCHAR support).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agognutls: fix libgcrypt handling with external toolchains
Peter Korsgaard [Mon, 4 Jun 2012 12:00:13 +0000 (14:00 +0200)]
gnutls: fix libgcrypt handling with external toolchains

The explicit gnutls prefix in combination with the libc.so linker script
and non-default sysroot seems to confuse external toolchains, causing
configure to error out. Workaround it by not using an explicit libgcrypt
prefix as it is installed in the sysroot anyway.

Fixes http://autobuild.buildroot.net/results/3b3901bea904bf32bccbd3e9a4274d604776cb98

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agomediastreamer: fix intltool dependency
Peter Korsgaard [Mon, 4 Jun 2012 11:58:41 +0000 (13:58 +0200)]
mediastreamer: fix intltool dependency

Fixes http://autobuild.buildroot.net/results/c93c1bc01feeea0ff37cb33c81d8712281a01c00

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolinphone: add optional gtk support
Peter Korsgaard [Sun, 3 Jun 2012 22:04:16 +0000 (00:04 +0200)]
linphone: add optional gtk support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolinphone: use external ortp/mediastreamer libraries
Peter Korsgaard [Sun, 3 Jun 2012 19:25:00 +0000 (21:25 +0200)]
linphone: use external ortp/mediastreamer libraries

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agopackage: add mediastreamer
Peter Korsgaard [Sun, 3 Jun 2012 19:21:28 +0000 (21:21 +0200)]
package: add mediastreamer

It doesn't really need C++ support on Linux, but the configure script
checks for it (and fails if not available), and the package is not easy
to autoreconf as there's C++ source files for Android/Windows, causing
automake to fail if AC_PROG_CXX isn't set.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agopackage: add ortp
Peter Korsgaard [Sun, 3 Jun 2012 19:20:45 +0000 (21:20 +0200)]
package: add ortp

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agonews.html: add 2012.05 announcement mail link
Peter Korsgaard [Thu, 31 May 2012 21:27:09 +0000 (23:27 +0200)]
news.html: add 2012.05 announcement mail link

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agonfs-utils: needs pkg-config
Peter Korsgaard [Thu, 31 May 2012 11:16:10 +0000 (13:16 +0200)]
nfs-utils: needs pkg-config

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoMerge branch 'next'
Peter Korsgaard [Thu, 31 May 2012 07:23:23 +0000 (09:23 +0200)]
Merge branch 'next'

Conflicts:
toolchain/kernel-headers/Config.in

12 years agoKickoff 2012.08 cycle
Peter Korsgaard [Thu, 31 May 2012 07:17:10 +0000 (09:17 +0200)]
Kickoff 2012.08 cycle

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoUpdate for 2012.05
Peter Korsgaard [Wed, 30 May 2012 21:23:07 +0000 (23:23 +0200)]
Update for 2012.05

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agodocs/docs.html: Point users to html asciidoc documentation
Peter Korsgaard [Wed, 30 May 2012 20:39:13 +0000 (22:39 +0200)]
docs/docs.html: Point users to html asciidoc documentation

Rather than the outdated buildroot.html. The asciidoc documentation is
still not autogenerated from git, instead a static snapshot is made per
release (like we did for /downloads/buildroot.html).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agonfs-utils: bump to version 1.2.6
Gustavo Zacarias [Tue, 29 May 2012 18:13:21 +0000 (15:13 -0300)]
nfs-utils: bump to version 1.2.6

Bump nfs-utils to version 1.2.6
Portmap or rpcbind (which we don't have) is required so select it.
Remove nfsiostat if there's no target python.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agomobile-broadband-provider-info: use release tarball instead of git
Peter Korsgaard [Wed, 30 May 2012 09:04:36 +0000 (11:04 +0200)]
mobile-broadband-provider-info: use release tarball instead of git

Reported-by: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agopptp-linux: fix build with high BR2_JLEVEL settings
Peter Korsgaard [Tue, 29 May 2012 08:05:04 +0000 (10:05 +0200)]
pptp-linux: fix build with high BR2_JLEVEL settings

The pptp-linux build system is not robust against parallel builds.

Fixes http://autobuild.buildroot.net/results/a75fab3f04d03cb39cd41a86b6f57307198ba5f1

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoofono: bump version
Peter Korsgaard [Tue, 29 May 2012 07:55:13 +0000 (09:55 +0200)]
ofono: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoofono: fix build on uClibc without backtrace support
Peter Korsgaard [Tue, 29 May 2012 07:48:00 +0000 (09:48 +0200)]
ofono: fix build on uClibc without backtrace support

Identical to connman patch as this code seems to be cut'n'pasted.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoAdd ofono package
Marek Belisko [Sun, 1 Apr 2012 03:58:49 +0000 (03:58 +0000)]
Add ofono package

[Peter: add upstream URL, fix dep, drop explicit bluetooth option, no AUTORECONF]
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoAdd mobile-broadband-provider-info package.
Marek Belisko [Sun, 1 Apr 2012 03:58:48 +0000 (03:58 +0000)]
Add mobile-broadband-provider-info package.

[Peter: minor whitespace fixes]
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoiptables: bump to version 1.4.14
Gustavo Zacarias [Mon, 28 May 2012 04:50:06 +0000 (04:50 +0000)]
iptables: bump to version 1.4.14

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoconntrack-tools: bump to version 1.2.1
Gustavo Zacarias [Mon, 28 May 2012 04:50:05 +0000 (04:50 +0000)]
conntrack-tools: bump to version 1.2.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolibnetfilter_cttimeout: new package
Gustavo Zacarias [Mon, 28 May 2012 04:50:04 +0000 (04:50 +0000)]
libnetfilter_cttimeout: new package

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolibmnl: bump to version 1.0.3
Gustavo Zacarias [Mon, 28 May 2012 04:50:03 +0000 (04:50 +0000)]
libmnl: bump to version 1.0.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agobusybox: bump 1.20.x version
Peter Korsgaard [Mon, 28 May 2012 07:25:17 +0000 (09:25 +0200)]
busybox: bump 1.20.x version

Bugfix release.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agonetsnmp: fix build with high BR2_JLEVEL settings
Peter Korsgaard [Sun, 27 May 2012 19:10:42 +0000 (21:10 +0200)]
netsnmp: fix build with high BR2_JLEVEL settings

The netsnmp build system is not robust against parallel builds.

Fixes http://autobuild.buildroot.net/results/5bb827425ed07617a47a0c0d942a3c6c423fc02f

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agomidori: bump version to 0.4.6
Simon Dawson [Fri, 25 May 2012 02:47:31 +0000 (02:47 +0000)]
midori: bump version to 0.4.6

[Peter: sort/indent dependencies]
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoUpdate for 2012.05-rc3
Peter Korsgaard [Fri, 25 May 2012 19:09:50 +0000 (21:09 +0200)]
Update for 2012.05-rc3

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agomtd: fix build when no sub options are enabled
Peter Korsgaard [Fri, 25 May 2012 19:02:55 +0000 (21:02 +0200)]
mtd: fix build when no sub options are enabled

mtd-utils with no sub options enabled should be a noop, but we end up
calling make with the default target (E.G. to build everything), breaking
the build if zlib/lzo aren't available.

Fixes http://autobuild.buildroot.net/results/a0781db394792e6d3831c1884fc4bb3525fedb2e/

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agohiawatha: bump to version 8.3
Gustavo Zacarias [Thu, 24 May 2012 01:25:18 +0000 (01:25 +0000)]
hiawatha: bump to version 8.3

Bump hiawatha to version 8.3 - adds reverse proxy functionality.
Also define WORK_DIR to /var/lib/hiawatha instead of the uncommon
/usr/var/lib/hiawatha - missed it in the last path fixes.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agobind: bump to version 9.6-ESV-R7
Gustavo Zacarias [Wed, 23 May 2012 03:29:39 +0000 (03:29 +0000)]
bind: bump to version 9.6-ESV-R7

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agompg123: bump to version 1.14.2
Gustavo Zacarias [Wed, 23 May 2012 03:29:38 +0000 (03:29 +0000)]
mpg123: bump to version 1.14.2

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoaudiofile: bump to version 0.3.4
Gustavo Zacarias [Wed, 23 May 2012 03:29:37 +0000 (03:29 +0000)]
audiofile: bump to version 0.3.4

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolibidn: bump to version 1.25
Gustavo Zacarias [Wed, 23 May 2012 03:29:36 +0000 (03:29 +0000)]
libidn: bump to version 1.25

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agonbd: bump to version 3.1
Gustavo Zacarias [Wed, 23 May 2012 03:29:35 +0000 (03:29 +0000)]
nbd: bump to version 3.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoipset: bump to version 6.12.1
Gustavo Zacarias [Wed, 23 May 2012 03:29:34 +0000 (03:29 +0000)]
ipset: bump to version 6.12.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolibnetfilter-conntrack: bump to version 1.0.1
Gustavo Zacarias [Wed, 23 May 2012 03:29:33 +0000 (03:29 +0000)]
libnetfilter-conntrack: bump to version 1.0.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agopkg-download.mk: Add missing argument when downloading from primary mirror (scp)
Thomas De Schampheleire [Wed, 23 May 2012 09:30:36 +0000 (09:30 +0000)]
pkg-download.mk: Add missing argument when downloading from primary mirror (scp)

This problem was already fixed by Markos Chandras for wget, but not for scp.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agowpa_supplicant: enable interworking and enhance
Gustavo Zacarias [Wed, 23 May 2012 02:06:01 +0000 (02:06 +0000)]
wpa_supplicant: enable interworking and enhance

Enable IEEE 802.11u (interworking).
Also enable new supported EAP methods.
Switch from echo to sed where possible for a cleaner .config output

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agohostapd: enable interworking and enhance
Gustavo Zacarias [Wed, 23 May 2012 02:06:00 +0000 (02:06 +0000)]
hostapd: enable interworking and enhance

Enable IEEE 802.11u (interworking).
Also enable new supported EAP methods.
Switch from echo to sed where possible for a cleaner .config output

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolibmpeg2: move ARM patch to the correct directory
Gustavo Zacarias [Wed, 23 May 2012 11:36:38 +0000 (08:36 -0300)]
libmpeg2: move ARM patch to the correct directory

The patch was added after the multimedia category reorganization so it
became unreachable.
Move it to the final libmpeg2 package directory.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoqemu/configs: update to use kernel 3.3.7
Gustavo Zacarias [Tue, 22 May 2012 04:56:31 +0000 (04:56 +0000)]
qemu/configs: update to use kernel 3.3.7

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolinux: bump default to kernel version 3.3.7
Gustavo Zacarias [Tue, 22 May 2012 04:56:30 +0000 (04:56 +0000)]
linux: bump default to kernel version 3.3.7

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agokernel-headers: bump 3.{0, 3}.x stable versions
Gustavo Zacarias [Tue, 22 May 2012 04:56:29 +0000 (04:56 +0000)]
kernel-headers: bump 3.{0, 3}.x stable versions

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agobison: m4 needs MMU
Peter Korsgaard [Tue, 22 May 2012 13:26:27 +0000 (15:26 +0200)]
bison: m4 needs MMU

Fixes http://autobuild.buildroot.net/results/0bb659881ed6a01745f596f00da9acbef02a4c31/

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoiproute2: bump version
Peter Korsgaard [Tue, 22 May 2012 11:36:17 +0000 (13:36 +0200)]
iproute2: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agooprofile: fix target-install for archs without performance counters support
Peter Korsgaard [Tue, 22 May 2012 08:11:47 +0000 (10:11 +0200)]
oprofile: fix target-install for archs without performance counters support

These archs can still use the timer mode.

Fixes http://autobuild.buildroot.org/results/2627ee17e1f1a58520e01c52af365998f648bbc5/

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agontfs-3g: fix build with encryption support
Peter Korsgaard [Tue, 22 May 2012 07:39:34 +0000 (09:39 +0200)]
ntfs-3g: fix build with encryption support

Fixes http://autobuild.buildroot.org/results/4baa45ca1f4804be1a76a69bb8158c6a91d96d6b/

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agognuchess: needs threads
Peter Korsgaard [Tue, 22 May 2012 07:11:15 +0000 (09:11 +0200)]
gnuchess: needs threads

Fixes http://autobuild.buildroot.org/results/63a7cf35ecef02f30641a37d602f7cc55d59f543/

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agokernel-headers: remove 2.6.35, add 3.4
Peter Korsgaard [Mon, 21 May 2012 17:39:14 +0000 (19:39 +0200)]
kernel-headers: remove 2.6.35, add 3.4

And mark 2.6.36 / 2.6.37 as deprecated.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoqemu/sh4-r2d: update to use kernel 3.2.18
Gustavo Zacarias [Mon, 21 May 2012 05:03:09 +0000 (05:03 +0000)]
qemu/sh4-r2d: update to use kernel 3.2.18

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agokernel-headers: bump 3.2.x stable version
Gustavo Zacarias [Mon, 21 May 2012 05:03:08 +0000 (05:03 +0000)]
kernel-headers: bump 3.2.x stable version

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agophp: security bump to version 5.3.13 and enhance
Gustavo Zacarias [Mon, 21 May 2012 01:17:54 +0000 (01:17 +0000)]
php: security bump to version 5.3.13 and enhance

Bump php to version 5.3.13 to solve multiple CVEs.
The 5.2 series is no longer maintained.

The PCRE and SPL extensions are no longer optional.
Reflection is no longer optional either.

Ncurses was spun out to PECL.

Add a ton of new extensions and give more granular options on others
(like the libxml2-based ones).

The FastCGI option no longer exists, it's always on as long as CGI is.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agosqlite: bump to version 3.7.12
Gustavo Zacarias [Mon, 21 May 2012 01:14:59 +0000 (01:14 +0000)]
sqlite: bump to version 3.7.12

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoe2fsprogs: bump to 1.42.3
Yegor Yefremov [Sun, 20 May 2012 22:29:05 +0000 (22:29 +0000)]
e2fsprogs: bump to 1.42.3

remove e2fsprogs-add-missing-dep-of-tst_uuid-o.patch as
the changes are already upstream

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoconnman: bump version
Peter Korsgaard [Sun, 20 May 2012 22:21:03 +0000 (00:21 +0200)]
connman: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoconnman: tweak compiler version dependencies
Peter Korsgaard [Sun, 20 May 2012 22:07:42 +0000 (00:07 +0200)]
connman: tweak compiler version dependencies

uClibc 0.9.33+ has resolver support, so we don't need to depend on a
snapshot uClibc version any more. We're also using 0.9.33 for ctng, so
we can just disallow the old internal uClibc versions instead.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoconnmann: fix build on uClibc without backtrace support
Peter Korsgaard [Sun, 20 May 2012 22:04:16 +0000 (00:04 +0200)]
connmann: fix build on uClibc without backtrace support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoquagga: bump to version 0.99.21
Gustavo Zacarias [Sun, 20 May 2012 03:35:48 +0000 (03:35 +0000)]
quagga: bump to version 0.99.21

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agosudo: bump to version 1.8.5p1
Gustavo Zacarias [Sun, 20 May 2012 03:35:47 +0000 (03:35 +0000)]
sudo: bump to version 1.8.5p1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agobusybox: add 1.20.0 patch for mdev and update buildsys patch
Gustavo Zacarias [Sun, 20 May 2012 03:34:25 +0000 (03:34 +0000)]
busybox: add 1.20.0 patch for mdev and update buildsys patch

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoiperf: needs MMU
Peter Korsgaard [Sun, 20 May 2012 17:52:35 +0000 (19:52 +0200)]
iperf: needs MMU

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agocifs-utils: needs MMU
Peter Korsgaard [Sun, 20 May 2012 17:50:17 +0000 (19:50 +0200)]
cifs-utils: needs MMU

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agopulseaudio: add optional systemd support
Peter Korsgaard [Sun, 20 May 2012 10:53:15 +0000 (12:53 +0200)]
pulseaudio: add optional systemd support

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agosystemd: install into staging
Peter Korsgaard [Sun, 20 May 2012 10:52:49 +0000 (12:52 +0200)]
systemd: install into staging

systemd provides a number of libraries, so install into staging.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agopulseaudio: don't build man pages if not needed
Peter Korsgaard [Sun, 20 May 2012 00:06:03 +0000 (02:06 +0200)]
pulseaudio: don't build man pages if not needed

No sense in building them if they are thrown away by target-finalize anyway.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agopulseaudio: bump version
Peter Korsgaard [Sun, 20 May 2012 00:03:55 +0000 (02:03 +0200)]
pulseaudio: bump version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agopackage: add webrtc-audio-processing library
Peter Korsgaard [Sat, 19 May 2012 22:28:07 +0000 (00:28 +0200)]
package: add webrtc-audio-processing library

Optional dependency to pulseaudio >= 2.0

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agogpsd: Remove package version from the navcom patch
Markos Chandras [Fri, 11 May 2012 00:24:14 +0000 (00:24 +0000)]
gpsd: Remove package version from the navcom patch

If the buildroot infrastructure finds a patch file that contains the
$PKG-$VERSION tuple in the filename, it will only apply this kind of
patches, ignoring the rest of the patches in the package directory.
As a result of which, the gpsd-fix-libgpsmm.patch did not apply
because the gpsd-2.95-navcom.patch satisfies the $PKG-$VERSION convention.
The buildroot policy (as discussed during the Buildroot Developer meeting)
is to remove the package version from the patch filename.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agotoolchain/gcc: block unsupported CPUs according to version
Gustavo Zacarias [Fri, 11 May 2012 03:36:06 +0000 (03:36 +0000)]
toolchain/gcc: block unsupported CPUs according to version

Block unsupported processors according to gcc version.
Also remove the comments since we now hide them according to this.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agotoolchain/gcc: bump snapshot version
Gustavo Zacarias [Fri, 11 May 2012 03:36:05 +0000 (03:36 +0000)]
toolchain/gcc: bump snapshot version

Bump default snapshot gcc version to 4.8-20120429 so that it is newer
than our latest supported version (4.7.0 release).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agou-boot: build signed image for OMAP processors
Luca Ceresoli [Thu, 17 May 2012 10:11:31 +0000 (10:11 +0000)]
u-boot: build signed image for OMAP processors

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoomap-u-boot-utils: add new host package
Luca Ceresoli [Thu, 17 May 2012 10:11:30 +0000 (10:11 +0000)]
omap-u-boot-utils: add new host package

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoapply-patches.sh: add documentation
Ludovic Desroches [Fri, 18 May 2012 10:47:01 +0000 (10:47 +0000)]
apply-patches.sh: add documentation

Signed-off-by: Ludovic Desroches <ludovic.desroches@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agobusybox: add 1.20.0 patches for find and volume_id
Gustavo Zacarias [Sat, 19 May 2012 06:57:36 +0000 (06:57 +0000)]
busybox: add 1.20.0 patches for find and volume_id

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agologsurfer: new package
Dominik Faessler [Mon, 14 May 2012 21:36:22 +0000 (21:36 +0000)]
logsurfer: new package

[Peter: fix target installation, install man pages, AUTOTARGETS args]
Signed-off-by: Dominik Faessler <faessler@was.ch>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoxserver-xorg: fix build when Xtst isn't available
Peter Korsgaard [Sat, 19 May 2012 06:55:47 +0000 (08:55 +0200)]
xserver-xorg: fix build when Xtst isn't available

The optional DMX support (Distributed Multihead X) needs Xtst, which
may or may not be available in the buildroot config. DMX is unlikely
to be needed for a BR system, so simply disable it rather than
forcibly requiring Xtst.

Fixes http://autobuild.buildroot.org/results/df990ded6472de62132e3a089634fafe0e029107/

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agobinutils: fix build with external toolchains on avr32
Peter Korsgaard [Sat, 19 May 2012 06:46:28 +0000 (08:46 +0200)]
binutils: fix build with external toolchains on avr32

Fixes http://autobuild.buildroot.org/results/7f0545a7c824bf0523ab3506db83f7f5c930d63d/

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoAdd package 'opkg'
Thomas De Schampheleire [Tue, 15 May 2012 08:34:23 +0000 (08:34 +0000)]
Add package 'opkg'

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoUpdate for 2012.05-rc2
Peter Korsgaard [Fri, 18 May 2012 20:50:37 +0000 (22:50 +0200)]
Update for 2012.05-rc2

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agompg123: bump to version 1.14.1
Gustavo Zacarias [Fri, 11 May 2012 09:37:39 +0000 (09:37 +0000)]
mpg123: bump to version 1.14.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agognutls: bump to version 2.12.19
Gustavo Zacarias [Fri, 11 May 2012 09:37:38 +0000 (09:37 +0000)]
gnutls: bump to version 2.12.19

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agomrouted: bump to version 3.9.6
Gustavo Zacarias [Fri, 11 May 2012 09:37:37 +0000 (09:37 +0000)]
mrouted: bump to version 3.9.6

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agosamba: bump to version 3.6.5 and enhancements
Gustavo Zacarias [Fri, 11 May 2012 09:37:36 +0000 (09:37 +0000)]
samba: bump to version 3.6.5 and enhancements

Bump samba to version 3.6.5 with SMB2 protocol support.

Use shared popt rather than the builtin - it saves some space if you've
already got it on your target.

mount.cifs & umount.cifs have been unbundled so remove the option -
users must use cifs-tools for that.

Add recommended enhancement from bug #807 (make iconv support optional).
Optional smbd was already commited some time ago.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agogmp: bump to version 5.0.5
Gustavo Zacarias [Fri, 11 May 2012 09:37:35 +0000 (09:37 +0000)]
gmp: bump to version 5.0.5

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolibcurl: bump to version 7.25.0
Gustavo Zacarias [Fri, 11 May 2012 09:37:34 +0000 (09:37 +0000)]
libcurl: bump to version 7.25.0

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agolibmbus: bump to version 0.7.0
Gustavo Zacarias [Fri, 11 May 2012 09:37:33 +0000 (09:37 +0000)]
libmbus: bump to version 0.7.0

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agohiawatha: bump to version 8.2 and define saner default directories
Gustavo Zacarias [Fri, 11 May 2012 09:37:32 +0000 (09:37 +0000)]
hiawatha: bump to version 8.2 and define saner default directories

Bump to version 8.2.
Define CONFIG_DIR=/etc/hiawatha, LOG_DIR=/var/log, PID_DIR=/var/run and
WEBROOT_DIR=/var/www/hiawatha which are the same as the defaults but
without the /usr prefix.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agogrep: bump to version 2.12
Gustavo Zacarias [Fri, 11 May 2012 09:37:31 +0000 (09:37 +0000)]
grep: bump to version 2.12

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoicu: bump to version 4.8.1.1
Gustavo Zacarias [Fri, 11 May 2012 09:37:30 +0000 (09:37 +0000)]
icu: bump to version 4.8.1.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agovala: do not append a -dirty suffix to the valac version number
Simon Dawson [Fri, 18 May 2012 06:15:05 +0000 (06:15 +0000)]
vala: do not append a -dirty suffix to the valac version number

When vala is built inside a Git repository with uncommitted changes, the
valac version number has -dirty appended. This creates problems for
packages (e.g. Midori) which require a valac version number without
the -dirty suffix.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoccache: allow dynamic selection of cache directory
Thomas De Schampheleire [Wed, 16 May 2012 19:39:28 +0000 (21:39 +0200)]
ccache: allow dynamic selection of cache directory

The existing ccache infrastructure sets the cache directory hardcoded in the
ccache binary. As this directory was set to ~/.buildroot-ccache, the cache
is not necessarily local (e.g. in corporate environments the home directories
may be mounted over NFS.)
Previous versions of buildroot did allow to set the cache directory, but this
was also hardcoded (so you had to rebuild ccache to change it), plus that
support was removed.
See http://lists.busybox.net/pipermail/buildroot/2011-July/044511.html for
a discussion on this.

This patch modifies ccache to respect a new shell variable (exported from
the Makefile, based on a configuration option) instead of CCACHE_DIR.
The name CCACHE_DIR itself is already used by autotargets for the ccache
package.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agodocs/news.html: add 2012.05-rc1 announcement link
Peter Korsgaard [Thu, 17 May 2012 21:59:21 +0000 (23:59 +0200)]
docs/news.html: add 2012.05-rc1 announcement link

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agosocat: disable documentation build/installation
Thomas Petazzoni [Thu, 17 May 2012 01:15:58 +0000 (01:15 +0000)]
socat: disable documentation build/installation

The documentation generation process requires a special yold2man
program, for which we don't have a package in Buildroot. Since we
generally don't care much about documentation of packages, just adjust
the package Makefile.in to not build/install its documentation.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agosocat: fix build failure due to ext2_fs.h header, bump version
Thomas Petazzoni [Thu, 17 May 2012 01:15:57 +0000 (01:15 +0000)]
socat: fix build failure due to ext2_fs.h header, bump version

In kernel >= 3.3, the ext2_fs.h can no longer be imported from
userspace. This has been fixed for internal toolchains by adding a
patch to kernel headers, but this doesn't work with toolchains
generated by Crosstool-NG, or potentially upcoming external
toolchains.

socat in fact has a test in its configure.in, but the configure was
generated too long ago, and the generated test relies on the
preprocessor result and not the compiler result (but warns that in the
future, the compiler result will be used instead of the preprocessor
result).

So, by running autoconf on this package, we fix the problem: it
properly checks whether ext2_fs is usable or not, and acts
accordingly. Of course, it means that with recent versions of the
kernel, ext2-specific features of socat are unavailable, and we'll
have to wait for the socat developers to adapt their code so that they
use the e2fsprogs headers.

We also bump the version, since a new minor version fixing a security
problem has been released.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoapr: requires shared library support
Thomas Petazzoni [Thu, 17 May 2012 09:26:45 +0000 (09:26 +0000)]
apr: requires shared library support

The apr library requires shared library support unconditionally, so
make it depend on !BR2_PREFER_STATIC_LIB, so that architectures that
support static libraries only do not make this package available.

Solves
http://autobuild.buildroot.org/results/f4cd9751e85e9ee7fde2e9479e0f01ab2be93e84/build-end.log.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agoopencv: add zlib dependency
Thomas Petazzoni [Thu, 17 May 2012 05:11:22 +0000 (05:11 +0000)]
opencv: add zlib dependency

The opencv package selects zlib, but it does not depend on it. This
leads to cases where opencv gets built before zlib, and in this case,
opencv uses its internal version of zlib, which doesn't build properly
(it has some conditional code for ARM that is probably broken), see:

  http://autobuild.buildroot.org/results/45f4e195fe0cc5acace10287f5ff33aa953d5430/build-end.log

We fix this by properly adding the opencv dependency on zlib.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 years agowpa_supplicant: explicitly disable libnl by default
Gustavo Zacarias [Wed, 16 May 2012 00:07:58 +0000 (00:07 +0000)]
wpa_supplicant: explicitly disable libnl by default

libnl support is enabled by default since version 1.0, so disable it
to avoid build breakage when there's no libnl.

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