2015-07-11 16:15:10 +02:00
|
|
|
config BR2_PACKAGE_QPID_PROTON
|
|
|
|
bool "qpid-proton"
|
2015-07-22 16:13:09 +02:00
|
|
|
depends on !BR2_STATIC_LIBS # build a shared library
|
2015-07-11 16:15:10 +02:00
|
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
|
|
help
|
|
|
|
The AMQP messaging toolkit
|
|
|
|
|
2017-05-30 19:01:25 +02:00
|
|
|
Qpid Proton is a high-performance, lightweight messaging
|
|
|
|
library. It can be used in the widest range of messaging
|
|
|
|
applications, including brokers, client libraries, routers,
|
|
|
|
bridges, proxies, and more.
|
2015-07-11 16:15:10 +02:00
|
|
|
|
|
|
|
https://qpid.apache.org/proton/
|
|
|
|
|
2016-12-26 16:22:34 +01:00
|
|
|
comment "qpid-proton needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|