@@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=08a5578c9bab06fb2ae84284630b973f"
SRC_URI = "git://github.com/CESNET/libnetconf2.git;protocol=https;branch=devel"
-PV = "2.1.34+git"
-SRCREV = "91cd6d75722c65de5c005d908f6d645b48cee89b"
+PV = "3.5.5+git"
+SRCREV = "4c7858c9c41f1ac04d2b15c032291e335fc0f5f5"
S = "${WORKDIR}/git"
-DEPENDS = "libssh openssl libyang libxcrypt \
+DEPENDS = "libssh openssl libyang libxcrypt mbedtls curl \
${@bb.utils.contains('DISTRO_FEATURES','pam','libpam','',d)} \
"
With the update to libyang we need to move to a newer version of libnetconf2. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- .../recipes-sysrepo/libnetconf2/libnetconf2_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)