2019-10-11 14:40:42 +02:00
|
|
|
config BR2_PACKAGE_LIBYANG
|
|
|
|
bool "libyang"
|
2019-10-24 08:37:16 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2019-10-11 14:40:42 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
|
select BR2_PACKAGE_PCRE
|
|
|
|
select BR2_PACKAGE_PCRE_UCP
|
|
|
|
help
|
|
|
|
Libyang is YANG data modeling language parser and toolkit
|
|
|
|
written (and providing API) in C.
|
|
|
|
|
|
|
|
https://github.com/CESNET/libyang
|
|
|
|
|
2019-10-24 08:37:16 +02:00
|
|
|
comment "libyang needs a toolchain w/ threads, dynamic library"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|