kumquat-buildroot/package/libyang/Config.in
Heiko Thiery 602488b91b package/libyang: new package
LibYANG processes YIN and YANG files. It's a dependency of sysrepo
which is a dependency of Netopeer, a NETCONF/YANG server.

Signed-off-by: Heiko Thiery <heiko.thiery@kontron.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-10-22 23:30:38 +02:00

14 lines
352 B
Plaintext

config BR2_PACKAGE_LIBYANG
bool "libyang"
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
comment "libyang needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS