summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/libyang/libyang_3.13.5.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libyang/libyang_3.13.5.bb b/meta-oe/recipes-extended/libyang/libyang_3.13.5.bb
index 9dad6ba279..4260111200 100644
--- a/meta-oe/recipes-extended/libyang/libyang_3.13.5.bb
+++ b/meta-oe/recipes-extended/libyang/libyang_3.13.5.bb
@@ -16,7 +16,10 @@ SRC_URI = "git://github.com/CESNET/libyang.git;branch=master;protocol=https;tag=
16 16
17# Main dependencies 17# Main dependencies
18inherit cmake pkgconfig lib_package ptest multilib_header 18inherit cmake pkgconfig lib_package ptest multilib_header
19DEPENDS = "libpcre2" 19DEPENDS = " \
20 libpcre2 \
21 xxhash \
22"
20DEPENDS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'cmocka', '', d)}" 23DEPENDS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'cmocka', '', d)}"
21 24
22EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" 25EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release"