Skip to content
Snippets Groups Projects
Verified Commit ae739d34 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

oniro-mounts: The recipe is requiring systemd so depend on its distro feature


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent cc3bd64b
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !204. Comments created here will be created in the context of that merge request.
...@@ -20,7 +20,9 @@ SRC_URI = " \ ...@@ -20,7 +20,9 @@ SRC_URI = " \
file://oniro-homes.conf.tmpfiles \ file://oniro-homes.conf.tmpfiles \
" "
inherit allarch systemd REQUIRED_DISTRO_FEATURES ?= "systemd"
inherit allarch features_check systemd
SYSTEMD_SERVICE:${PN} = " \ SYSTEMD_SERVICE:${PN} = " \
home.mount \ home.mount \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment