Gustavo Zacarias
2bdc60c6b7
mysql: disable for AVR32
...
The compiler can't even build it, fixes:
http://autobuild.buildroot.net/results/b5c/b5c3893accc777d717e1d70283437aa626f0aa2d/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-06-01 21:51:17 +02:00
Thomas De Schampheleire
ce6b23a2ee
github packages: use tarball download via github helper iso git clone
...
Tarball download from github is preferred, because:
- download size is smaller
- git clone may be blocked in some corporate environments
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-05-05 21:54:28 +02:00
Peter Korsgaard
b108fdcb83
Merge branch 'next'
...
Conflicts:
Makefile
package/dmraid/Config.in
package/gdb/Config.in.host
package/linux-headers/linux-headers.mk
package/python/python.mk
package/python3/python3.mk
package/rt-tests/Config.in
package/sdl/sdl.mk
package/systemd/systemd-01-fix-getty-unit.patch
package/systemd/systemd-02-fix-page-size.patch
package/systemd/systemd-03-uclibc-fix.patch
package/udev/Config.in
package/udisks/Config.in
package/vlc/vlc.mk
system/Config.in
Quite some merge conflicts, hopefully I didn't screw up anything.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-02-28 14:30:23 +01:00
Thomas Petazzoni
4a270de1e3
sconeserver: missing dependency on BR2_USE_MMU
...
The BR2_PACKAGE_SCONESERVER_HTTP_SCONESITE_IMAGE option of sconeserver
selects imagemagick, but forgets to depends on BR2_USE_MMU, which
imagemagick depends on.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-02-24 09:03:29 +01:00
Thomas Petazzoni
0c28e36a2b
sconeserver: use BR2_TOOLCHAIN_HAS_THREADS_NPTL
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-02-22 23:40:44 +01:00
Ryan Barnett
d517415bcd
gpsd: disable for microblaze arch
...
gpsd will fail on an internal compiler error for the microblaze
architecture so disabling it on that architecture.
Fixes:
http://autobuild.buildroot.org/results/42d/42da870722f24e4202d8265597771a0449e74cfd
[Peter: add comment explaining why]
Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-02-08 22:53:41 +01:00
Peter Korsgaard
99fd373bf5
package: fixup dependencies after mysql_client -> mysql rename
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-01-22 07:24:35 +01:00
Baruch Siach
304cb4d512
sconeserver: needs NPTL
...
Fixes
http://autobuild.buildroot.net/results/fb8/fb8d071411b571780806792b7436d20f62a9a0f7/ .
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-01-17 09:12:05 +01:00
Vicente Olivert Riera
fe093f226c
bluez_utils: broken for static builds
...
The bluez_utils package requires shared library support unconditionally.
We can't fix it to make it build on static because, for instance,
"plugin.c" file uses dlfcn and it's a basic prereq for bluetoothd, so
add "depend on !BR2_PREFER_STATIC_LIB" to it and recursively to all
packages that selects BR2_PACKAGE_BLUEZ_UTILS.
Fixes:
http://autobuild.buildroot.net/results/d81/d81970024649c1e89c01da491c63760afdad6cb6/
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com >
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2013-12-26 23:16:22 +01:00
Thomas De Schampheleire
66bb10b7b0
Config.in files: unify comments of toolchain option dependencies
...
This patch lines up the comments in Config.in files that clarify which
toolchain options the package depends on.
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-14 22:45:57 +02:00
Spenser Gilliland
51788521b7
libglib2: needs threads
...
This commit adds a dependency of the libglib2 package on thread
support in the toolchain, since upstream libglib2 doesn't build
without thread support. The commit is rather large as it involves
propagating the dependency on thread support to all reverse
dependencies of the libglib2 package.
[Thomas: squash all patches into one, make a few minor fixes, the most
important one being to not add comments about MMU requirement when a
package doesn't work on !MMU platforms.]
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com >
2013-07-27 17:13:37 +02:00
Simon Dawson
f594e94632
sconeserver: upstream has moved to GitHub
...
Signed-off-by: Simon Dawson <spdawson@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-07-08 21:52:49 +02:00
Gustavo Zacarias
f1e957ce41
sconeserver/libedbus: fix missing avr32 arch exclusions
...
Fix missing avr32 arch exclusions regarding bluez_utils being
unavailable. Fixes:
http://autobuild.buildroot.net/results/789/78901c36517b1d897a1200ccddd79afec8a605de/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-06-27 19:37:46 +02:00
Simon Dawson
21736a6953
sconeserver: bump version
...
A patch from Thomas Petazzoni has been upstreamed in sconeserver; bump version
and remove the patch from Buildroot.
Signed-off-by: Simon Dawson <spdawson@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-06-18 14:42:11 +02:00
Thomas Petazzoni
3874b0d978
sconeserver: add patch to fix build issue
...
Fixes:
http://autobuild.buildroot.org/results/f28/f2856c00d99fbf9ce882442ab7b868ccc4966388/build-end.log
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Cc: Simon Dawson <spdawson@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-06-16 20:29:15 +02:00
Alexandre Belloni
8dfd59d114
Normalize separator size to 80
...
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-06-06 22:30:24 +02:00
Simon Dawson
626f9e3749
sconeserver: fix autouild failure
...
Fixes autobuild failures such as the following.
http://autobuild.buildroot.net/results/1bdb5e014daf76b701afea5c82ac83ac4c97d4cb/
Signed-off-by: Simon Dawson <spdawson@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-06-03 16:33:20 +02:00
Simon Dawson
a0c5fb4fd1
sconeserver: requires thread support
...
Fixes autobuild failures such as the following.
http://autobuild.buildroot.net/results/a290aa34bd44c0e08f7aa44a7c606420668eef6d/
Signed-off-by: Simon Dawson <spdawson@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-06-03 09:15:19 +02:00
Simon Dawson
8d34e073c0
sconeserver: fix autobuild failures
...
Fix sconeserver autobuild failures such as the following.
http://autobuild.buildroot.net/results/58e/58e4886a6ff41e49ac86cbf497bb509fd37f0d68/
The sconeserver version is bumped to a recent revision in which it is
possible to pass the paths to Magick++-config, mysql_config and xml2-config to
the configure script.
Signed-off-by: Simon Dawson <spdawson@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-05-14 12:37:26 +02:00
Gustavo Zacarias
8bbd1204a6
sconeserver: fix depends
...
sconeserver selects packages that have other depends that aren't taken
account of.
Fixes
http://autobuild.buildroot.net/results/6e858387cfcb3f8d7422a29855a6a3c770d70c0e
among probably others.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-12-28 16:54:01 +01:00
Simon Dawson
6b8bbd323b
sconeserver: fix imagemagick build failures
...
The sconeserver configure script uses Magick++-config to obtain compiler and
linker arguments for the imagemagick libraries. This doesn't work in
Buildroot, and causes build failures such as the following
http://autobuild.buildroot.net/results/7833edd60bbb2c291aea1efb5ccf407da7f4a51f/build-end.log
The upstream sconeserver code has been changed to use pkg-config directly,
instead of Magick++-config; this patch adapts the sconeserver package to
the upstream change.
Both this patch and the associated upstream change are based on a Buildroot
patch submitted by Samuel Martin: http://patchwork.ozlabs.org/patch/200901/
Signed-off-by: Simon Dawson <spdawson@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-12-16 01:10:11 +01:00
Simon Dawson
90e8ebb2f0
sconeserver: fix bluetooth module build problem
...
This fixes a build problem in the sconeserver bluetooth module, as reported
by the Buildroot autobuild system:
http://autobuild.buildroot.net/results/d1133da3f8d74c58fd271e0cab197a1108000e90/build-end.log
The build problem, due to the use of BDADDR_ANY, has been fixed upstream;
consequently, this patch simply bumps the sconeserver svn revision.
Further details of the underlying problem at the following URL.
http://stackoverflow.com/questions/9751710/c-c-warning-address-of-temporary-with-bdaddr-any-bluetooth-library
Signed-off-by: Simon Dawson <spdawson@gmail.com >
Acked-by: Samuel Martin <s.martin49@gmail.com >
Tested-by: Samuel Martin <s.martin49@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-11-02 20:58:59 +01:00
Simon Dawson
76b38f853d
sconeserver: new package
...
Signed-off-by: Simon Dawson <spdawson@gmail.com >
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-10-08 22:58:20 +02:00