36b2d9ab0c
[Thomas: - Do not define QPID_PROTON_VERSION_MAJOR, and use proto-* instead, as suggested by Arnout. - Use QPID_PROTO_VERSION in QPID_PROTON_SITE, as suggested by Arnout - Remove useless comma in the openssl test, as suggested by Arnout - Change the post install target hook to remove the /usr/share/proton-*/ directory entirely, and not just the examples, since it only contains some license and documentation files.] Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
524 B
Plaintext
18 lines
524 B
Plaintext
config BR2_PACKAGE_QPID_PROTON
|
|
bool "qpid-proton"
|
|
depends on BR2_USE_WCHAR # util-linux
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
help
|
|
The AMQP messaging toolkit
|
|
|
|
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.
|
|
|
|
https://qpid.apache.org/proton/
|
|
|
|
comment "qpid-proton needs a toolchain w/ wchar"
|
|
depends on !BR2_USE_WCHAR
|