From 34f55b4c752dddaa8340bcd38411ebadc7f1ac00 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 25 Jun 2020 09:05:04 +0800 Subject: lms: inherit features_check We're checking for REQUIRED_DISTRO_FEATURES so make sure that it actually is used and inherit features_check. Fixes: | lms-2022.0.0.0-r0 do_package_qa: QA Issue: lms: recipe doesn't inherit features_check [unhandled-features-check] Signed-off-by: Anuj Mittal --- dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2022.0.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2022.0.0.0.bb b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2022.0.0.0.bb index bc2f17dd..b0eb0f20 100644 --- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2022.0.0.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2022.0.0.0.bb @@ -10,7 +10,7 @@ COMPATIBLE_HOST = '(i.86|x86_64).*-linux' COMPATIBLE_HOST_libc-musl = "null" -inherit cmake systemd +inherit cmake systemd features_check DEPENDS = "metee ace xerces-c libnl libxml2 glib-2.0 glib-2.0-native connman" -- cgit v1.2.3-54-g00ecf