mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 05:30:02 +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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user