diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-10-23 16:21:32 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-10-30 07:14:02 -0400 |
commit | 2a432d02d3b67aaed97ffbece88c09d89761da11 (patch) | |
tree | 6101a3a33c05825c657c54186d16478be3925d35 | |
parent | b8834f1a3921262d44d39f66324906b2e4447f14 (diff) | |
download | meta-openembedded-2a432d02d3b67aaed97ffbece88c09d89761da11.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>
(cherry picked from commit c6617ceefacd6af2416dc903320c3ea5fe62b81c)
Signed-off-by: Armin Kuster <akuster808@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 | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f3916d7d8d42a6508d0ea418cfff10ad" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f3916d7d8d42a6508d0ea418cfff10ad" |
8 | 8 | ||
9 | SRCREV = "8b0b910a2dcb7360cb5b0aaefbd1338271d50946" | 9 | SRCREV = "7e5ea21030fe6632b6faad30c0de8d9669503773" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/CESNET/libyang.git;branch=master;protocol=https \ | 11 | SRC_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 \ |