2019-10-11 14:40:42 +02:00
|
|
|
config BR2_PACKAGE_LIBYANG
|
|
|
|
bool "libyang"
|
2021-12-07 18:12:37 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # __sync_*_4 intrinsics
|
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
|
2021-11-25 13:55:57 +01:00
|
|
|
select BR2_PACKAGE_PCRE2
|
2019-10-11 14:40:42 +02:00
|
|
|
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"
|
2021-12-07 18:12:37 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
2019-10-24 08:37:16 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|