]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta: Don't inherit 'features_check' in recipes that don't utilize it
authorJacob Kroon <jacob.kroon@gmail.com>
Wed, 10 Jun 2020 17:52:44 +0000 (19:52 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Jun 2020 07:25:00 +0000 (08:25 +0100)
Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/usbutils/usbutils_012.bb
meta/recipes-connectivity/bluez5/bluez5.inc
meta/recipes-core/glib-2.0/glib.inc
meta/recipes-core/glibc/glibc.inc
meta/recipes-core/libxml/libxml2_2.9.10.bb
meta/recipes-devtools/mtools/mtools_4.0.24.bb
meta/recipes-graphics/libva/libva.inc

index b670fa4ab63460644a97fa83413b126c7a627950..28031e72a7f7855349dd1166bebe580cc59ab1b5 100644 (file)
@@ -15,7 +15,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz \
 SRC_URI[md5sum] = "7484445cbcf04b3eacac892fe58f8d9f"
 SRC_URI[sha256sum] = "ae2e10aad530d95839b6f4d46cd41715eae6f0f1789310d793e9be21b3e7ae20"
 
-inherit autotools pkgconfig features_check update-alternatives
+inherit autotools pkgconfig update-alternatives
 
 ALTERNATIVE_${PN} = "lsusb"
 ALTERNATIVE_PRIORITY = "100"
index 150d909d735843330578dd008e305e499cdaf68f..eee7a53cd61b54e65649ec310955982cbfb0753b 100644 (file)
@@ -57,7 +57,7 @@ S = "${WORKDIR}/bluez-${PV}"
 
 CVE_PRODUCT = "bluez"
 
-inherit autotools pkgconfig systemd update-rc.d features_check ptest gobject-introspection-data
+inherit autotools pkgconfig systemd update-rc.d ptest gobject-introspection-data
 
 EXTRA_OECONF = "\
   --enable-test \
index fb84db83c2203feb5fee0a3b94e72284ac43c2fa..a0055d81b0b0d787e6ac9656c4b3983222bf0a8d 100644 (file)
@@ -28,7 +28,7 @@ PACKAGES += "${PN}-codegen ${PN}-utils"
 
 LEAD_SONAME = "libglib-2.0.*"
 
-inherit meson gettext gtk-doc pkgconfig ptest-gnome upstream-version-is-even bash-completion gio-module-cache manpages features_check
+inherit meson gettext gtk-doc pkgconfig ptest-gnome upstream-version-is-even bash-completion gio-module-cache manpages
 
 DEPENDS_append_class-target = "${@' gtk-doc' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}"
 
index 23a6ca99ae0742e631fddb93d16434139109bf87..d2f02ad59b61775ca6ad77bbd734715eda730a1f 100644 (file)
@@ -5,7 +5,7 @@ DEPENDS = "virtual/${TARGET_PREFIX}gcc libgcc-initial linux-libc-headers"
 
 PROVIDES = "virtual/libc"
 PROVIDES += "virtual/libintl virtual/libiconv"
-inherit autotools texinfo features_check systemd
+inherit autotools texinfo systemd
 
 LEAD_SONAME = "libc.so"
 
index 097aceb2c07a3238775fda939e2180bcb1bd27d4..d11b083e8b94ab07747d5151991bc77581acbff1 100644 (file)
@@ -37,7 +37,7 @@ PACKAGECONFIG ??= "python \
 PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python3"
 PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
 
-inherit autotools pkgconfig binconfig-disabled ptest features_check
+inherit autotools pkgconfig binconfig-disabled ptest
 
 inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)}
 
index d7cc72d172d174d951106333a69708b452385756..f11cdad37ac49d3e0aa719c081afef95688e3161 100644 (file)
@@ -35,7 +35,7 @@ SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \
 
 SRC_URI_append_class-native = " file://disable-hardcoded-configs.patch"
 
-inherit autotools texinfo features_check
+inherit autotools texinfo
 
 EXTRA_OECONF = "--without-x"
 
index ac39e92de7a0dd334c8557b5825321f369844113..e7bec80c14612e9faf3e0a47817f16d1a2323b87 100644 (file)
@@ -24,4 +24,4 @@ UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases"
 
 DEPENDS = "libdrm"
 
-inherit meson pkgconfig features_check
+inherit meson pkgconfig