summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-10-23 16:21:32 +0800
committerKhem Raj <raj.khem@gmail.com>2023-10-23 08:05:01 -0700
commitc6617ceefacd6af2416dc903320c3ea5fe62b81c (patch)
treedf7976b5262b8ce022a1114dbce96ed67d52f339
parentb71cd660fc9083bdfc863f4fd940fa16dc0cba3f (diff)
downloadmeta-openembedded-c6617ceefacd6af2416dc903320c3ea5fe62b81c.tar.gz
libyang: upgrade 2.1.111 -> 2.1.128
Changelog: =========== revert of identityref canonical value change the identity always printed with the module name as the prefix data tree and hash table optimizations opaque node handling fixes and improvements lots of other bug fixes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/libyang/libyang_2.1.128.bb (renamed from meta-oe/recipes-extended/libyang/libyang_2.1.111.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libyang/libyang_2.1.111.bb b/meta-oe/recipes-extended/libyang/libyang_2.1.128.bb
index e59235690a..55dbb82029 100644
--- a/meta-oe/recipes-extended/libyang/libyang_2.1.111.bb
+++ b/meta-oe/recipes-extended/libyang/libyang_2.1.128.bb
@@ -6,7 +6,7 @@ LICENSE = "BSD-3-Clause"
6 6
7LIC_FILES_CHKSUM = "file://LICENSE;md5=f3916d7d8d42a6508d0ea418cfff10ad" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=f3916d7d8d42a6508d0ea418cfff10ad"
8 8
9SRCREV = "8b0b910a2dcb7360cb5b0aaefbd1338271d50946" 9SRCREV = "7e5ea21030fe6632b6faad30c0de8d9669503773"
10 10
11SRC_URI = "git://github.com/CESNET/libyang.git;branch=master;protocol=https \ 11SRC_URI = "git://github.com/CESNET/libyang.git;branch=master;protocol=https \
12 file://0001-test_context-skip-test-case-test_searchdirs.patch \ 12 file://0001-test_context-skip-test-case-test_searchdirs.patch \