mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
6da14e539d
commit
34f55b4c75
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user