4427fe2821
Commit006a328ad6
("util-linux: fix build with ncurses") removed dependency on BR2_USE_WCHAR, but failed to update the reverse dependencies of util-linux. This commit fixes all such reverse dependencies by removing dependency on BR2_USE_WCHAR as it is not required by package itself. Fixes:006a328ad6
("util-linux: fix build with ncurses") Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 lines
550 B
Plaintext
18 lines
550 B
Plaintext
config BR2_PACKAGE_QPID_PROTON
|
|
bool "qpid-proton"
|
|
depends on !BR2_STATIC_LIBS # build a shared library
|
|
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"
|
|
depends on BR2_STATIC_LIBS
|