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 | |
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')
-rw-r--r-- | meta/recipes-bsp/usbutils/usbutils_012.bb | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/glibc/glibc.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/libxml/libxml2_2.9.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/mtools/mtools_4.0.24.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/libva/libva.inc | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-bsp/usbutils/usbutils_012.bb b/meta/recipes-bsp/usbutils/usbutils_012.bb index b670fa4ab6..28031e72a7 100644 --- a/meta/recipes-bsp/usbutils/usbutils_012.bb +++ b/meta/recipes-bsp/usbutils/usbutils_012.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz \ | |||
15 | SRC_URI[md5sum] = "7484445cbcf04b3eacac892fe58f8d9f" | 15 | SRC_URI[md5sum] = "7484445cbcf04b3eacac892fe58f8d9f" |
16 | SRC_URI[sha256sum] = "ae2e10aad530d95839b6f4d46cd41715eae6f0f1789310d793e9be21b3e7ae20" | 16 | SRC_URI[sha256sum] = "ae2e10aad530d95839b6f4d46cd41715eae6f0f1789310d793e9be21b3e7ae20" |
17 | 17 | ||
18 | inherit autotools pkgconfig features_check update-alternatives | 18 | inherit autotools pkgconfig update-alternatives |
19 | 19 | ||
20 | ALTERNATIVE_${PN} = "lsusb" | 20 | ALTERNATIVE_${PN} = "lsusb" |
21 | ALTERNATIVE_PRIORITY = "100" | 21 | ALTERNATIVE_PRIORITY = "100" |
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index 150d909d73..eee7a53cd6 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -57,7 +57,7 @@ S = "${WORKDIR}/bluez-${PV}" | |||
57 | 57 | ||
58 | CVE_PRODUCT = "bluez" | 58 | CVE_PRODUCT = "bluez" |
59 | 59 | ||
60 | inherit autotools pkgconfig systemd update-rc.d features_check ptest gobject-introspection-data | 60 | inherit autotools pkgconfig systemd update-rc.d ptest gobject-introspection-data |
61 | 61 | ||
62 | EXTRA_OECONF = "\ | 62 | EXTRA_OECONF = "\ |
63 | --enable-test \ | 63 | --enable-test \ |
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 | ||
29 | LEAD_SONAME = "libglib-2.0.*" | 29 | LEAD_SONAME = "libglib-2.0.*" |
30 | 30 | ||
31 | inherit meson gettext gtk-doc pkgconfig ptest-gnome upstream-version-is-even bash-completion gio-module-cache manpages features_check | 31 | inherit meson gettext gtk-doc pkgconfig ptest-gnome upstream-version-is-even bash-completion gio-module-cache manpages |
32 | 32 | ||
33 | DEPENDS_append_class-target = "${@' gtk-doc' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}" | 33 | DEPENDS_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 | ||
6 | PROVIDES = "virtual/libc" | 6 | PROVIDES = "virtual/libc" |
7 | PROVIDES += "virtual/libintl virtual/libiconv" | 7 | PROVIDES += "virtual/libintl virtual/libiconv" |
8 | inherit autotools texinfo features_check systemd | 8 | inherit autotools texinfo systemd |
9 | 9 | ||
10 | LEAD_SONAME = "libc.so" | 10 | LEAD_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 \ | |||
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 | ||
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.24.bb b/meta/recipes-devtools/mtools/mtools_4.0.24.bb index d7cc72d172..f11cdad37a 100644 --- a/meta/recipes-devtools/mtools/mtools_4.0.24.bb +++ b/meta/recipes-devtools/mtools/mtools_4.0.24.bb | |||
@@ -35,7 +35,7 @@ SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ | |||
35 | 35 | ||
36 | SRC_URI_append_class-native = " file://disable-hardcoded-configs.patch" | 36 | SRC_URI_append_class-native = " file://disable-hardcoded-configs.patch" |
37 | 37 | ||
38 | inherit autotools texinfo features_check | 38 | inherit autotools texinfo |
39 | 39 | ||
40 | EXTRA_OECONF = "--without-x" | 40 | EXTRA_OECONF = "--without-x" |
41 | 41 | ||
diff --git a/meta/recipes-graphics/libva/libva.inc b/meta/recipes-graphics/libva/libva.inc index ac39e92de7..e7bec80c14 100644 --- a/meta/recipes-graphics/libva/libva.inc +++ b/meta/recipes-graphics/libva/libva.inc | |||
@@ -24,4 +24,4 @@ UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases" | |||
24 | 24 | ||
25 | DEPENDS = "libdrm" | 25 | DEPENDS = "libdrm" |
26 | 26 | ||
27 | inherit meson pkgconfig features_check | 27 | inherit meson pkgconfig |