summaryrefslogtreecommitdiffstats
path: root/package/thrift
Commit message (Collapse)AuthorAgeFilesLines
* packages: rename FOO_CONF_OPT into FOO_CONF_OPTSThomas De Schampheleire2014-10-041-6/+6
| | | | | | | | | | | | To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_CONF_OPT. Sed command used: find * -type f | xargs sed -i 's#_CONF_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/thrift: use the new ARCH_HAS_ATOMICS as dependencyYann E. MORIN2014-08-181-4/+4
| | | | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Anton Kolesov <Anton.Kolesov@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* thrift: Add dependency on atomic intrinsicsAnton Kolesov2014-08-031-4/+4
| | | | | | | | | | Thrift requires GCC built-in atomic functions which are architecture specific and may not be implemented. [Thomas: remove incorrect empty newline at end of Config.in.] Signed-off-by: Anton Kolesov <Anton.Kolesov@synopsys.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* thrift: disable for ARCBaruch Siach2014-05-291-0/+2
| | | | | | | | thrift uses the __sync_fetch_and_add() atomic primitive that is not available for ARC. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* thrift: needs host-bison and host-flexThomas Petazzoni2014-02-241-1/+1
| | | | | | | | | Fixes: http://autobuild.buildroot.org/results/d46/d46f9097780bdde68ec15f693281ee0b04667f98/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* thrift: fixes compilation issuesRomain Naour2014-02-192-0/+200
| | | | | | | | | | | | | | Apply upstreamed patches: https://issues.apache.org/jira/browse/THRIFT-2229 https://issues.apache.org/jira/browse/THRIFT-2367 Fixes: http://autobuild.buildroot.net/results/efb/efbbae54b5a16b26cac7fcc69ea99bb6f8661fe8/build-end.log http://autobuild.buildroot.net/results/f83/f837440fdf8b3bddfc6cc548902a0453640fa6b4/build-end.log [Romain: patch 05 rebased on top of thrift-0.9.1] Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: standardise Apache licensesSimon Dawson2014-01-021-1/+1
| | | | | | | | Apache licenses are referred to in a variety of ways; standardise these, choosing a form which does not contain whitespace. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* thrift: disable TQTcpServerGustavo Zacarias2013-12-101-1/+1
| | | | | | | | Disable TQTcpServer, it doesn't build properly. Fixes: http://autobuild.buildroot.net/results/ef8/ef8afd0fea786f076a4bbece2fcbefdf5cb32ddd/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* thirft: new packageGustavo Zacarias2013-12-085-0/+141
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud