From 64ef084e867dbc6145146569a17f360ad9f90938 Mon Sep 17 00:00:00 2001 From: wangmy Date: Fri, 29 Apr 2022 16:08:07 +0800 Subject: libyang: upgrade 2.0.164 -> 2.0.194 Main changes of this release are: major yanglint improvements minor XPath fixes nested extension handling fixes other minor bugfixes RPM scripts updated Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-extended/libyang/libyang_2.0.164.bb | 37 ---------------------- .../recipes-extended/libyang/libyang_2.0.194.bb | 37 ++++++++++++++++++++++ 2 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 meta-oe/recipes-extended/libyang/libyang_2.0.164.bb create mode 100644 meta-oe/recipes-extended/libyang/libyang_2.0.194.bb (limited to 'meta-oe/recipes-extended') diff --git a/meta-oe/recipes-extended/libyang/libyang_2.0.164.bb b/meta-oe/recipes-extended/libyang/libyang_2.0.164.bb deleted file mode 100644 index 2817be7c8..000000000 --- a/meta-oe/recipes-extended/libyang/libyang_2.0.164.bb +++ /dev/null @@ -1,37 +0,0 @@ -SUMMARY = "YANG data modeling language library" -DESCRIPTION = "libyang is a YANG data modelling language parser and toolkit written (and providing API) in C." -HOMEPAGE = "https://github.com/CESNET/libyang" -SECTION = "libs" -LICENSE = "BSD-3-Clause" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=f3916d7d8d42a6508d0ea418cfff10ad" - -SRCREV = "a0cc89516ab5eca84d01c85309f320a94752a64c" - -SRC_URI = "git://github.com/CESNET/libyang.git;branch=master;protocol=https \ - file://libyang-add-stdint-h.patch \ - file://run-ptest \ - " - -S = "${WORKDIR}/git" - -# Due to valgrind not supported on these arches: -COMPATIBLE_HOST:riscv32 = "null" -COMPATIBLE_HOST:armv5 = "null" -COMPATIBLE_HOST:riscv64 = "null" - -# Main dependencies -inherit cmake pkgconfig lib_package ptest -DEPENDS = "libpcre2" -DEPENDS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'cmocka', '', d)}" - -# Ptest dependencies -RDEPENDS:${PN}-ptest += "valgrind" - -EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" -EXTRA_OECMAKE += " ${@bb.utils.contains('PTEST_ENABLED', '1', '-DENABLE_TESTS=ON', '', d)}" - -do_install_ptest () { - cp -fR ${B}/tests/ ${D}${PTEST_PATH}/ -} - diff --git a/meta-oe/recipes-extended/libyang/libyang_2.0.194.bb b/meta-oe/recipes-extended/libyang/libyang_2.0.194.bb new file mode 100644 index 000000000..548dcdd2f --- /dev/null +++ b/meta-oe/recipes-extended/libyang/libyang_2.0.194.bb @@ -0,0 +1,37 @@ +SUMMARY = "YANG data modeling language library" +DESCRIPTION = "libyang is a YANG data modelling language parser and toolkit written (and providing API) in C." +HOMEPAGE = "https://github.com/CESNET/libyang" +SECTION = "libs" +LICENSE = "BSD-3-Clause" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=f3916d7d8d42a6508d0ea418cfff10ad" + +SRCREV = "87375f15159545a87a1e0de200f5d9d67e9091d7" + +SRC_URI = "git://github.com/CESNET/libyang.git;branch=master;protocol=https \ + file://libyang-add-stdint-h.patch \ + file://run-ptest \ + " + +S = "${WORKDIR}/git" + +# Due to valgrind not supported on these arches: +COMPATIBLE_HOST:riscv32 = "null" +COMPATIBLE_HOST:armv5 = "null" +COMPATIBLE_HOST:riscv64 = "null" + +# Main dependencies +inherit cmake pkgconfig lib_package ptest +DEPENDS = "libpcre2" +DEPENDS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'cmocka', '', d)}" + +# Ptest dependencies +RDEPENDS:${PN}-ptest += "valgrind" + +EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" +EXTRA_OECMAKE += " ${@bb.utils.contains('PTEST_ENABLED', '1', '-DENABLE_TESTS=ON', '', d)}" + +do_install_ptest () { + cp -fR ${B}/tests/ ${D}${PTEST_PATH}/ +} + -- cgit v1.2.3-54-g00ecf