summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorJacob Kroon <jacob.kroon@gmail.com>2020-06-10 19:52:44 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-12 08:25:04 +0100
commit7a4cc257a73a8c7d973144e667a9c73e268cc890 (patch)
treefebe5bb66d962442c90c674e43224e21a1a14b19 /meta/recipes-core
parent0fb6864216f7adbc043cec7878c52479665a7071 (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc2
-rw-r--r--meta/recipes-core/glibc/glibc.inc2
-rw-r--r--meta/recipes-core/libxml/libxml2_2.9.10.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index fb84db83c2..a0055d81b0 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -28,7 +28,7 @@ PACKAGES += "${PN}-codegen ${PN}-utils"
28 28
29LEAD_SONAME = "libglib-2.0.*" 29LEAD_SONAME = "libglib-2.0.*"
30 30
31inherit meson gettext gtk-doc pkgconfig ptest-gnome upstream-version-is-even bash-completion gio-module-cache manpages features_check 31inherit meson gettext gtk-doc pkgconfig ptest-gnome upstream-version-is-even bash-completion gio-module-cache manpages
32 32
33DEPENDS_append_class-target = "${@' gtk-doc' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}" 33DEPENDS_append_class-target = "${@' gtk-doc' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}"
34 34
diff --git a/meta/recipes-core/glibc/glibc.inc b/meta/recipes-core/glibc/glibc.inc
index 23a6ca99ae..d2f02ad59b 100644
--- a/meta/recipes-core/glibc/glibc.inc
+++ b/meta/recipes-core/glibc/glibc.inc
@@ -5,7 +5,7 @@ DEPENDS = "virtual/${TARGET_PREFIX}gcc libgcc-initial linux-libc-headers"
5 5
6PROVIDES = "virtual/libc" 6PROVIDES = "virtual/libc"
7PROVIDES += "virtual/libintl virtual/libiconv" 7PROVIDES += "virtual/libintl virtual/libiconv"
8inherit autotools texinfo features_check systemd 8inherit autotools texinfo systemd
9 9
10LEAD_SONAME = "libc.so" 10LEAD_SONAME = "libc.so"
11 11
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 \
37PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python3" 37PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python3"
38PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," 38PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
39 39
40inherit autotools pkgconfig binconfig-disabled ptest features_check 40inherit autotools pkgconfig binconfig-disabled ptest
41 41
42inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)} 42inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)}
43 43