commit | 603dc16d9aa04d3aaaec806c36438404a82c87ff | [log] [tgz] |
---|---|---|
author | Jan Kundrát <jan.kundrat@cesnet.cz> | Tue Jan 19 09:29:52 2021 +0100 |
committer | Jan Kundrát <jan.kundrat@cesnet.cz> | Tue Jan 19 18:16:00 2021 +0100 |
tree | 26dbfd5d3f97ad8227c37f4cf9059acbb12ef649 | |
parent | 2400fff6eda98833d51877f7fdcec2abc41c1a96 [diff] |
Sync the NETCONF stack Depends-on: https://cesnet-gerrit-czechlight/c/CzechLight/dependencies/+/3413 Depends-on: https://cesnet-gerrit-public/c/CzechLight/dependencies/+/3413 Depends-on: https://gerrit.cesnet.cz/c/CzechLight/dependencies/+/3413 Depends-on: https://gerrit.cesnet.cz/c/CzechLight/cla-sysrepo/+/3414 Change-Id: Ic8946d775ee0bdfb2927f6cc0485f23ebe70d01d
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2bc5838..2c92674 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -77,14 +77,14 @@ message(FATAL_ERROR "Cannot combine ENABLE_FULL_TESTS=ON with BUILD_TESTING=OFF") endif() -pkg_check_modules(LIBYANG REQUIRED libyang-cpp>=1.0.190 IMPORTED_TARGET libyang) -pkg_check_modules(LIBNETCONF2 REQUIRED libnetconf2>=1.1.32 IMPORTED_TARGET libnetconf2) +pkg_check_modules(LIBYANG REQUIRED libyang-cpp>=1.0.209 IMPORTED_TARGET libyang) +pkg_check_modules(LIBNETCONF2 REQUIRED libnetconf2>=1.1.36 IMPORTED_TARGET libnetconf2) if(ENABLE_FULL_TESTS STREQUAL OFF AND ENABLE_SYSREPO_CLI STREQUAL OFF) message(STATUS "Skipping sysrepo per configure options") set(SYSREPO_FOUND 0) else() - pkg_check_modules(SYSREPO sysrepo-cpp>=1.4.79 IMPORTED_TARGET sysrepo) + pkg_check_modules(SYSREPO sysrepo-cpp>=1.4.100 IMPORTED_TARGET sysrepo) endif() if(SYSREPO_FOUND)
diff --git a/submodules/dependencies b/submodules/dependencies index ce9bfb2..b9963b2 160000 --- a/submodules/dependencies +++ b/submodules/dependencies
@@ -1 +1 @@ -Subproject commit ce9bfb2be9d73cd18e2cac74302e3f429aab3aa0 +Subproject commit b9963b2a0a9e51f649d99d91f39ae755c8ede6e1