4e88d6570f
The ulog library is a minimalistic logging library derived from Android logger. https://github.com/Parrot-Developers/ulog Signed-off-by: Herve Codina <herve.codina@bootlin.com> [yann.morin.1998@free.fr: - do not macro-ify headers install - do not parameterise static libs install dest - reordr macros decaration and use - implicit module name - BUILD_CMDS fit on a single line ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
config BR2_PACKAGE_ULOG
|
|
bool "ulog"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
This is a minimalistic logging library derived from
|
|
Android logger.
|
|
|
|
https://github.com/Parrot-Developers/ulog
|
|
|
|
comment "ulog needs a toolchain w/ C++, threads"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|