Luca Ceresoli
fefae21c3f
mediastreamer: disable test programs
...
Building tests produces an error during the "OBJCLD mediastream" phase with
some toolchains/architectures.
This is supposed to fix:
- http://autobuild.buildroot.net/results/7fca436524e5f7ba300d27c615061b0838adb1e2
- http://autobuild.buildroot.net/results/bd9027ce94348025f1ca02a77eb81b9200124d9a
- http://autobuild.buildroot.net/results/4d9f554fc29901be1a577ca0c39369befee269b5
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-06-05 14:10:05 +02:00
Samuel Martin
3bb9979ab0
sdl_sound: fix assignments
...
Signed-off-by: Samuel Martin <s.martin49@gmail.com >
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-06-05 08:55:28 +02:00
Samuel Martin
64d4866257
sdl_gfx: fix assignments
...
Signed-off-by: Samuel Martin <s.martin49@gmail.com >
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-06-05 08:55:12 +02:00
Gustavo Zacarias
12d80fcf93
php: fix WDDX extension build failure
...
Fix WDDX extension build failure.
The documentation and source are conflicting about this, in theory
libexpat support is deprecated and libxml2 can replace it, but it seems
not so for WDDX, so pull in expat for it.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-06-05 08:53:19 +02:00
Thomas Petazzoni
74da2cca30
beecrypt: fix build failure of C++ code with g++ 4.7
...
This fixes
http://autobuild.buildroot.org/results/5c1e904b201676275465c902ba3c09951973755c/build-end.log .
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-06-05 00:20:31 +02:00
Gustavo Zacarias
4991fbbdb4
quagga: fix non-IPv6 build failures
...
The Zebra daemon now requires IPv6 support so disable it for non-IPv6
toolchains and add a comment mentioning it.
The BABEL protocol/daemon also requires IPv6 so just enable it when it's
available.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-06-04 23:34:49 +02:00
Gustavo Zacarias
48189d9500
php: fix build error for snmp extension
...
PHP requires that net-snmp be built with the ability to load MIB code,
so force it on when the extension is enabled.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-06-04 23:27:48 +02:00
Gustavo Zacarias
05d7b16f53
linux: bump default to kernel version 3.4.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-06-04 23:13:20 +02:00
Gustavo Zacarias
bfd401200b
kernel-headers: bump 3.{0, 2, 3, 4}.x stable versions
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-06-04 23:13:16 +02:00
Samuel Martin
e08c28f945
webrtc-audio-processing: disable unsupported target architectures
...
Currently, webrtc-audio-processing only provides support for the following
architectures (see src/typedefs.h from the source directory):
- x86_64
- i*86
- armel
Fixes http://autobuild.buildroot.org/results/ff777bb06eddafa71327015e1d39fe911c1439d8
Signed-off-by: Samuel Martin <s.martin49@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-06-04 23:11:37 +02:00
Peter Korsgaard
50995f43e1
pulseaudio: fix build error on toolchains without C++ support
...
The optional webrtc echo canceller is written in C++, causing auto* to want
to link module-echo-cancel.so with CXX even if webrtc ISN'T used.
If we don't have C++ support enabled in BR, CXX will point to /bin/false,
which makes configure think we aren't able to create C++ .so files
(arguable true), breaking the build when it tries to install the .so
workaround it by patching up the libtool invocations to use C mode instead.
Fixes http://autobuild.buildroot.net/results/114e5bf0086f2394b36f17a70cb54b357a72413c
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-06-04 23:07:31 +02:00
Peter Korsgaard
3bc0d5be84
gnutls: add optional zlib support
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-06-04 16:14:43 +02:00
Peter Korsgaard
34ea3b3c64
connman: needs IPv6 support in toolchain
...
Fixes http://autobuild.buildroot.net/results/c405f9b3a59463fb7367daeb63e282c5d60f0685
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-06-04 14:10:47 +02:00
Peter Korsgaard
fdba8d85e0
connman: fixup libglib2 (gettext) dependencies
...
Connman was missing from commit b730010c90 (package: gettext needs
WCHAR support).
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-06-04 14:10:20 +02:00
Peter Korsgaard
d6d52903bb
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 >
2012-06-04 14:00:13 +02:00
Peter Korsgaard
f865a21056
mediastreamer: fix intltool dependency
...
Fixes http://autobuild.buildroot.net/results/c93c1bc01feeea0ff37cb33c81d8712281a01c00
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-06-04 13:58:41 +02:00
Peter Korsgaard
1a3045f209
linphone: add optional gtk support
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-06-04 09:12:45 +02:00
Peter Korsgaard
96f4105506
linphone: use external ortp/mediastreamer libraries
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-06-04 09:12:45 +02:00
Peter Korsgaard
fdf093b7ce
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 >
2012-06-04 09:10:55 +02:00
Peter Korsgaard
cc9b0ba064
package: add ortp
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-06-03 21:20:45 +02:00
Peter Korsgaard
f809eb2021
news.html: add 2012.05 announcement mail link
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-05-31 23:27:09 +02:00
Peter Korsgaard
54f88ee8ee
nfs-utils: needs pkg-config
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-05-31 13:16:10 +02:00
Peter Korsgaard
bdb4c3a6dc
Merge branch 'next'
...
Conflicts:
toolchain/kernel-headers/Config.in
2012-05-31 09:23:23 +02:00
Peter Korsgaard
5b11223fb6
Kickoff 2012.08 cycle
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-05-31 09:17:10 +02:00
Peter Korsgaard
bce34ab199
Update for 2012.05
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012.05
2012-05-30 23:23:07 +02:00
Peter Korsgaard
3729718350
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 >
2012-05-30 22:39:13 +02:00
Gustavo Zacarias
2105ecbd86
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 >
2012-05-30 21:44:42 +02:00
Peter Korsgaard
103b816fe1
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 >
2012-05-30 11:04:36 +02:00
Peter Korsgaard
ffc4afe084
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 >
2012-05-29 10:05:04 +02:00
Peter Korsgaard
41b2e7d9f9
ofono: bump version
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-05-29 09:55:13 +02:00
Peter Korsgaard
749c5b40cd
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 >
2012-05-29 09:52:55 +02:00
Marek Belisko
60db41fb41
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 >
2012-05-29 09:52:33 +02:00
Marek Belisko
1fa5612194
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 >
2012-05-28 22:41:00 +02:00
Gustavo Zacarias
fb0d20d943
iptables: bump to version 1.4.14
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-05-28 21:46:11 +02:00
Gustavo Zacarias
977e9baf10
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 >
2012-05-28 21:45:55 +02:00
Gustavo Zacarias
3797d43017
libnetfilter_cttimeout: new package
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-05-28 21:45:18 +02:00
Gustavo Zacarias
e6e6101bd5
libmnl: bump to version 1.0.3
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-05-28 21:45:11 +02:00
Peter Korsgaard
8a1e83823d
busybox: bump 1.20.x version
...
Bugfix release.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-05-28 09:25:17 +02:00
Peter Korsgaard
7643670052
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 >
2012-05-27 21:10:42 +02:00
Simon Dawson
ece64bf188
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 >
2012-05-25 22:01:36 +02:00
Peter Korsgaard
0b0d7badb0
Update for 2012.05-rc3
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012.05_rc3
2012-05-25 21:09:50 +02:00
Peter Korsgaard
573a740998
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 >
2012-05-25 21:02:55 +02:00
Gustavo Zacarias
d287f129c8
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 >
2012-05-24 14:32:07 +02:00
Gustavo Zacarias
24e4058594
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 >
2012-05-23 22:26:03 +02:00
Gustavo Zacarias
6595890120
mpg123: bump to version 1.14.2
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-05-23 22:26:02 +02:00
Gustavo Zacarias
50ed5342a1
audiofile: bump to version 0.3.4
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-05-23 22:26:00 +02:00
Gustavo Zacarias
8fcdb1d212
libidn: bump to version 1.25
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-05-23 22:25:59 +02:00
Gustavo Zacarias
dfe000f00a
nbd: bump to version 3.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-05-23 22:25:57 +02:00
Gustavo Zacarias
a084b8b386
ipset: bump to version 6.12.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-05-23 22:25:56 +02:00
Gustavo Zacarias
cf54176bd1
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 >
2012-05-23 22:25:54 +02:00