[Buildroot] [PATCHv2 0/5] Add apache thrift

Gustavo Zacarias gustavo at zacarias.com.ar
Wed Oct 30 00:28:31 UTC 2013


Add the apache thrift runtime and host tool.

Changes for v2:
* Fix indentation in python-thrift cross building
* Explicitly select/depend on zlib in thrift
* Patch Makefile.am instead of Makefile in thrift

Gustavo Zacarias (5):
  libevent: add host variant
  boost: add host variant
  python-thrift: fix cross building
  python-thrift: bump to version 0.9.1 and switch to apache
  thrift: new package

 package/Config.in                             |  1 +
 package/boost/boost.mk                        | 33 +++++++++++++++
 package/libevent/libevent.mk                  |  1 +
 package/python-thrift/python-thrift.mk        | 21 ++++++----
 package/thrift/Config.in                      | 23 ++++++++++
 package/thrift/thrift-01-libevent-cross.patch | 16 +++++++
 package/thrift/thrift-02-autoreconf.patch     | 22 ++++++++++
 package/thrift/thrift-03-zlib-cross.patch     | 16 +++++++
 package/thrift/thrift.mk                      | 60 +++++++++++++++++++++++++++
 9 files changed, 185 insertions(+), 8 deletions(-)
 create mode 100644 package/thrift/Config.in
 create mode 100644 package/thrift/thrift-01-libevent-cross.patch
 create mode 100644 package/thrift/thrift-02-autoreconf.patch
 create mode 100644 package/thrift/thrift-03-zlib-cross.patch
 create mode 100644 package/thrift/thrift.mk

-- 
1.8.1.5



More information about the buildroot mailing list