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:
Arturo Buzarra 2021-04-28 18:56:38 +02:00
parent 60c7662679
commit ccaadd7c1b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ SRC_URI = " \
"
S = "${WORKDIR}"
inherit systemd
inherit systemd features_check
REQUIRED_DISTRO_FEATURES= "systemd"