mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-09 12:18:49 +00: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"
|
COMPATIBLE_HOST:riscv64 = "null"
|
||||||
|
|
||||||
# Main dependencies
|
# Main dependencies
|
||||||
inherit cmake pkgconfig lib_package binconfig-disabled ptest
|
inherit cmake pkgconfig lib_package ptest
|
||||||
DEPENDS = "libpcre2"
|
DEPENDS = "libpcre2"
|
||||||
DEPENDS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'cmocka', '', d)}"
|
DEPENDS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'cmocka', '', d)}"
|
||||||
BINCONFIG = "${bindir}/pcre2-config"
|
|
||||||
|
|
||||||
# Ptest dependencies
|
# Ptest dependencies
|
||||||
RDEPENDS:${PN}-ptest += "valgrind"
|
RDEPENDS:${PN}-ptest += "valgrind"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user