Move all to deprecated folder.
This commit is contained in:
18
deprecated/firmware/buildroot/package/qpid-proton/Config.in
Normal file
18
deprecated/firmware/buildroot/package/qpid-proton/Config.in
Normal file
@@ -0,0 +1,18 @@
|
||||
config BR2_PACKAGE_QPID_PROTON
|
||||
bool "qpid-proton"
|
||||
depends on !BR2_STATIC_LIBS # build a shared library
|
||||
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/ dynamic library, wchar"
|
||||
depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR
|
||||
Reference in New Issue
Block a user