package/pistache: new package
authorThomas Ruschival <thomas@ruschival.de>
Fri, 1 May 2020 09:22:26 +0000 (11:22 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Fri, 1 May 2020 12:04:51 +0000 (14:04 +0200)
commit65d891efc2fb069f9cf707f47302776f7076b80c
tree10e16b7c4e35e857928e9a1a0e5b1b07a03127e0
parent6138dee5e7615f192a57d51b96ccf3ca36c3f9b5
package/pistache: new package

The upstream project http://pistache.io/ does not provide release
tarballs. However, commit 73f248acd6db4c53 has been successfully
used for some time now.

The use of BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 is for C++14 support.
Tested it with gcc-linaro-4.9-2016.02-x86_64_arm-linux-gnueabi
and buildroot's ./utils/test-pkg

Pistache does not build with uClibc, the macro RUSAGE_THREAD for
getrusage() is not properly declared. This is an upstream issue:
https://github.com/oktal/pistache/issues/175
Hence the dependecy !BR2_TOOLCHAIN_USES_UCLIBC

Signed-off-by: Thomas Ruschival <thomas@ruschival.de>
[yann.morin.1998@free.fr:
  - fix PISTACHE_LICENSE_FILES (missing trailing 'S')
  - add hash for license file
  - two spaces in license file
  - tweaks in commit log
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/Config.in
package/pistache/Config.in [new file with mode: 0644]
package/pistache/pistache.hash [new file with mode: 0644]
package/pistache/pistache.mk [new file with mode: 0644]