diff options
author | Jacob Kroon <jacob.kroon@gmail.com> | 2020-06-10 19:52:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-12 08:25:04 +0100 |
commit | 7a4cc257a73a8c7d973144e667a9c73e268cc890 (patch) | |
tree | febe5bb66d962442c90c674e43224e21a1a14b19 /meta/recipes-core/libxml | |
parent | 0fb6864216f7adbc043cec7878c52479665a7071 (diff) | |
download | poky-7a4cc257a73a8c7d973144e667a9c73e268cc890.tar.gz |
meta: Don't inherit 'features_check' in recipes that don't utilize it
(From OE-Core rev: e5591eb5165b1b7287a12928e2b179ae2b5ce5d6)
Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxml')
-rw-r--r-- | meta/recipes-core/libxml/libxml2_2.9.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/libxml/libxml2_2.9.10.bb b/meta/recipes-core/libxml/libxml2_2.9.10.bb index 097aceb2c0..d11b083e8b 100644 --- a/meta/recipes-core/libxml/libxml2_2.9.10.bb +++ b/meta/recipes-core/libxml/libxml2_2.9.10.bb | |||
@@ -37,7 +37,7 @@ PACKAGECONFIG ??= "python \ | |||
37 | PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python3" | 37 | PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python3" |
38 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 38 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
39 | 39 | ||
40 | inherit autotools pkgconfig binconfig-disabled ptest features_check | 40 | inherit autotools pkgconfig binconfig-disabled ptest |
41 | 41 | ||
42 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)} | 42 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)} |
43 | 43 | ||