All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/1] package/pistache: new package
@ 2020-04-26 13:58 Thomas Ruschival
  2020-04-26 13:58 ` [Buildroot] [PATCH 1/1] " Thomas Ruschival
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Ruschival @ 2020-04-26 13:58 UTC (permalink / raw)
  To: buildroot

Pistache is a C++ REST server framework.

The upstream project https://pistache.io/ does not provide release tarballs
at https://github.com/oktal/pistache/. I have been using the commit
73f248acd6db4c53 successfully for some time now for a buildroot project.
I looked up the latest HEAD today and it seems to fail the CI tests.  

The use of dependencies of BR2_PACKAGE_OPENSSL. I am not sure if
rather BR2_PACKAGE_HAS_OPENSSL should be used.

The use of BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 is for C++14 compiler support. While
the website states it is C++11 the github repository mentions C++14.
 
Thomas Ruschival (1):
  package/pistache: new package

 package/Config.in              |  1 +
 package/pistache/Config.in     | 22 ++++++++++++++++++++++
 package/pistache/pistache.hash |  5 +++++
 package/pistache/pistache.mk   | 23 +++++++++++++++++++++++
 4 files changed, 51 insertions(+)
 create mode 100644 package/pistache/Config.in
 create mode 100644 package/pistache/pistache.hash
 create mode 100644 package/pistache/pistache.mk

-- 
2.26.2

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-05-01 12:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-26 13:58 [Buildroot] [PATCH 0/1] package/pistache: new package Thomas Ruschival
2020-04-26 13:58 ` [Buildroot] [PATCH 1/1] " Thomas Ruschival
2020-04-26 17:41   ` Yann E. MORIN
2020-04-27 17:44     ` Thomas Ruschival
2020-04-27 19:28   ` Thomas Petazzoni
2020-05-01  9:22   ` [Buildroot] [PATCH v2] " Thomas Ruschival
2020-05-01 12:07     ` Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.