summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-06-25 09:05:04 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-08-19 09:09:42 +0800
commit8741ef362e485d790dc1f48b10bd617d23936772 (patch)
tree96161379a069a28ff6eaece6ccf6817898e40afe
parente64954db5944bd9397357f0b2ebd58412a576993 (diff)
downloadmeta-intel-8741ef362e485d790dc1f48b10bd617d23936772.tar.gz
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 <anuj.mittal@intel.com> (cherry picked from commit 34f55b4c752dddaa8340bcd38411ebadc7f1ac00) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2011.0.0.0.bb2
1 files changed, 1 insertions, 1 deletions
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'
10 10
11COMPATIBLE_HOST_libc-musl = "null" 11COMPATIBLE_HOST_libc-musl = "null"
12 12
13inherit cmake systemd 13inherit cmake systemd features_check
14 14
15DEPENDS = "metee ace xerces-c libnl libxml2 glib-2.0 glib-2.0-native connman" 15DEPENDS = "metee ace xerces-c libnl libxml2 glib-2.0 glib-2.0-native connman"
16 16