diff options
| -rw-r--r-- | meta-oe/recipes-extended/libyang/libyang_2.0.164.bb | 3 |
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" | |||
| 21 | COMPATIBLE_HOST:riscv64 = "null" | 21 | COMPATIBLE_HOST:riscv64 = "null" |
| 22 | 22 | ||
| 23 | # Main dependencies | 23 | # Main dependencies |
| 24 | inherit cmake pkgconfig lib_package binconfig-disabled ptest | 24 | inherit cmake pkgconfig lib_package ptest |
| 25 | DEPENDS = "libpcre2" | 25 | DEPENDS = "libpcre2" |
| 26 | DEPENDS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'cmocka', '', d)}" | 26 | DEPENDS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'cmocka', '', d)}" |
| 27 | BINCONFIG = "${bindir}/pcre2-config" | ||
| 28 | 27 | ||
| 29 | # Ptest dependencies | 28 | # Ptest dependencies |
| 30 | RDEPENDS:${PN}-ptest += "valgrind" | 29 | RDEPENDS:${PN}-ptest += "valgrind" |
