summaryrefslogtreecommitdiffstats
path: root/package/sconeserver
Commit message (Collapse)AuthorAgeFilesLines
* sconeserver: upstream has moved to GitHubSimon Dawson2013-07-081-4/+3
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sconeserver/libedbus: fix missing avr32 arch exclusionsGustavo Zacarias2013-06-271-0/+1
| | | | | | | | | 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>
* sconeserver: bump versionSimon Dawson2013-06-182-94/+1
| | | | | | | | 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>
* sconeserver: add patch to fix build issueThomas Petazzoni2013-06-161-0/+93
| | | | | | | | | | 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>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sconeserver: fix autouild failureSimon Dawson2013-06-031-1/+2
| | | | | | | | | 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>
* sconeserver: requires thread supportSimon Dawson2013-06-031-2/+3
| | | | | | | | | 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>
* sconeserver: fix autobuild failuresSimon Dawson2013-05-141-12/+11
| | | | | | | | | | | | | 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>
* sconeserver: fix dependsGustavo Zacarias2012-12-281-0/+6
| | | | | | | | | | | 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>
* sconeserver: fix imagemagick build failuresSimon Dawson2012-12-161-2/+2
| | | | | | | | | | | | | | | | | | 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>
* sconeserver: fix bluetooth module build problemSimon Dawson2012-11-021-1/+1
| | | | | | | | | | | | | | | | | | | 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>
* sconeserver: new packageSimon Dawson2012-10-082-0/+204
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>