1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBYANG 2*4882a593Smuzhiyun bool "libyang" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 4*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS 5*4882a593Smuzhiyun select BR2_PACKAGE_PCRE 6*4882a593Smuzhiyun select BR2_PACKAGE_PCRE_UCP 7*4882a593Smuzhiyun help 8*4882a593Smuzhiyun Libyang is YANG data modeling language parser and toolkit 9*4882a593Smuzhiyun written (and providing API) in C. 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun https://github.com/CESNET/libyang 12*4882a593Smuzhiyun 13*4882a593Smuzhiyuncomment "libyang needs a toolchain w/ threads, dynamic library" 14*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS 15