summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/libyang/libyang_2.0.164.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/libyang/libyang_2.0.164.bb b/meta-oe/recipes-extended/libyang/libyang_2.0.164.bb
index 8f41769e02..2817be7c86 100644
--- a/meta-oe/recipes-extended/libyang/libyang_2.0.164.bb
+++ b/meta-oe/recipes-extended/libyang/libyang_2.0.164.bb
@@ -21,10 +21,9 @@ COMPATIBLE_HOST:armv5 = "null"
21COMPATIBLE_HOST:riscv64 = "null" 21COMPATIBLE_HOST:riscv64 = "null"
22 22
23# Main dependencies 23# Main dependencies
24inherit cmake pkgconfig lib_package binconfig-disabled ptest 24inherit cmake pkgconfig lib_package ptest
25DEPENDS = "libpcre2" 25DEPENDS = "libpcre2"
26DEPENDS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'cmocka', '', d)}" 26DEPENDS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'cmocka', '', d)}"
27BINCONFIG = "${bindir}/pcre2-config"
28 27
29# Ptest dependencies 28# Ptest dependencies
30RDEPENDS:${PN}-ptest += "valgrind" 29RDEPENDS:${PN}-ptest += "valgrind"