summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/libyang/libyang_3.7.8.bb (renamed from meta-oe/recipes-extended/libyang/libyang_2.1.148.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/libyang/libyang_2.1.148.bb b/meta-oe/recipes-extended/libyang/libyang_3.7.8.bb
index 0eff3247c6..3bea9bc2b8 100644
--- a/meta-oe/recipes-extended/libyang/libyang_2.1.148.bb
+++ b/meta-oe/recipes-extended/libyang/libyang_3.7.8.bb
@@ -4,9 +4,9 @@ HOMEPAGE = "https://github.com/CESNET/libyang"
4SECTION = "libs" 4SECTION = "libs"
5LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
6 6
7LIC_FILES_CHKSUM = "file://LICENSE;md5=f3916d7d8d42a6508d0ea418cfff10ad" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=9bb3d334294e8719f41c531e28a9a697"
8 8
9SRCREV = "fc4dbd923e044006c93df020590a1e5a8656c09e" 9SRCREV = "03e294d83b610f89e8ba7b2156a80dc0ad534443"
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 \
@@ -31,7 +31,7 @@ do_compile:prepend () {
31} 31}
32 32
33do_install:append () { 33do_install:append () {
34 oe_multilib_header libyang/config.h 34 oe_multilib_header libyang/ly_config.h
35} 35}
36 36
37do_install_ptest () { 37do_install_ptest () {