From 8741ef362e485d790dc1f48b10bd617d23936772 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 25 Jun 2020 09:05:04 +0800 Subject: [PATCH] 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 (cherry picked from commit 34f55b4c752dddaa8340bcd38411ebadc7f1ac00) Signed-off-by: Anuj Mittal --- .../openembedded-layer/recipes-bsp/amt/lms_2011.0.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2011.0.0.0.bb b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2011.0.0.0.bb index d5793500..bdd5aafc 100644 --- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2011.0.0.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2011.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"