system-monitor: add features_check to fix build warning
This commit fixes the following warning:
WARNING: system-monitor-0.1-r0 do_package_qa: QA Issue: system-monitor:
recipe doesn't inherit features_check [unhandled-features-check]
https://jira.digi.com/browse/DEL-7508
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
60c7662679
commit
ccaadd7c1b
|
|
@ -11,7 +11,7 @@ SRC_URI = " \
|
|||
"
|
||||
S = "${WORKDIR}"
|
||||
|
||||
inherit systemd
|
||||
inherit systemd features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES= "systemd"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue