aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libyang
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2022-04-08 11:32:37 +0800
committerKhem Raj <raj.khem@gmail.com>2022-04-10 10:05:35 -0700
commitd8187782ca6a5c13bffbbf7ecdaa102715ee1576 (patch)
treef9f9f23773dac209d974e93b9ef5bc6c5df7a96b /meta-oe/recipes-extended/libyang
parent8e55b9aef885671a692d81e11d65eb7854a67e0c (diff)
downloadmeta-openembedded-d8187782ca6a5c13bffbbf7ecdaa102715ee1576.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-extended/libyang')
-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"
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"