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>2020-06-25 09:05:04 +0800
commit34f55b4c752dddaa8340bcd38411ebadc7f1ac00 (patch)
tree99ab4381d2807568d2782c0c9a32c8a20192a927
parent6da14e539de4ec708fca96076aad54f2c86b6d03 (diff)
downloadmeta-intel-34f55b4c752dddaa8340bcd38411ebadc7f1ac00.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>
-rw-r--r--dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2022.0.0.0.bb2
1 files changed, 1 insertions, 1 deletions
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'
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