From a01bbc44c6da3da0ae638e36958b081fd8963132 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Tue, 7 Apr 2020 00:10:14 +0200 Subject: hostapd: revert rename distro_features_check to features_check This fixes the following build failure: ++ bitbake console-tdx-image Parsing recipes...ERROR: ParseError at /workdir/oe/build/../layers/meta-toradex-bsp-common/recipes-connectivity/hostapd/hostapd_2.9.bb:22: Could not inherit file classes/features_check.bbclass Summary: There was 1 ERROR message shown, returning a non-zero exit code. Signed-off-by: Marcel Ziswiler --- recipes-connectivity/hostapd/hostapd_2.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-connectivity/hostapd/hostapd_2.9.bb b/recipes-connectivity/hostapd/hostapd_2.9.bb index 982514f..e26a6ff 100644 --- a/recipes-connectivity/hostapd/hostapd_2.9.bb +++ b/recipes-connectivity/hostapd/hostapd_2.9.bb @@ -19,7 +19,7 @@ SRC_URI[sha256sum] = "881d7d6a90b2428479288d64233151448f8990ab4958e0ecaca7eeb3c9 S = "${WORKDIR}/hostapd-${PV}" B = "${WORKDIR}/hostapd-${PV}/hostapd" -inherit update-rc.d systemd pkgconfig features_check +inherit update-rc.d systemd pkgconfig distro_features_check CONFLICT_DISTRO_FEATURES = "openssl-no-weak-ciphers" -- cgit v1.2.3