Files
infix/package/sysrepo-plugins-common/Config.in
T
2023-02-01 13:14:42 +01:00

17 lines
513 B
Plaintext

config BR2_PACKAGE_SYSREPO_PLUGINS_COMMON
bool "sysrepo-plugins-common"
depends on BR2_USE_MMU
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libyang
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
select BR2_PACKAGE_LIBYANG
select BR2_PACKAGE_SYSREPO
help
Set of utilities/functionalities which can be used for easier build
of sysrepo plugins.
Used mainly by Deutsche Telekom sysrepo plugins:
- sysrepo-plugins-system
- sysrepo-plugins-interface
https://github.com/telekom/sysrepo-plugins-common