mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
libyang: do not inherit binconfig-disabled
Do not inherit binconfig-disabled as pcre2-config is not required by upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
8e55b9aef8
commit
d8187782ca
|
|
@ -21,10 +21,9 @@ COMPATIBLE_HOST:armv5 = "null"
|
|||
COMPATIBLE_HOST:riscv64 = "null"
|
||||
|
||||
# Main dependencies
|
||||
inherit cmake pkgconfig lib_package binconfig-disabled ptest
|
||||
inherit cmake pkgconfig lib_package ptest
|
||||
DEPENDS = "libpcre2"
|
||||
DEPENDS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'cmocka', '', d)}"
|
||||
BINCONFIG = "${bindir}/pcre2-config"
|
||||
|
||||
# Ptest dependencies
|
||||
RDEPENDS:${PN}-ptest += "valgrind"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user