From 6e5476bf62862f09581422c75859ff989b7eadb6 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Thu, 9 Dec 2021 12:12:18 +0100 Subject: [PATCH] oniro-mounts: Fix syntax overrides Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-oniro-core/recipes-core/oniro-mounts/oniro-mounts.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oniro-core/recipes-core/oniro-mounts/oniro-mounts.bb b/meta-oniro-core/recipes-core/oniro-mounts/oniro-mounts.bb index 88b39312..ee74a666 100644 --- a/meta-oniro-core/recipes-core/oniro-mounts/oniro-mounts.bb +++ b/meta-oniro-core/recipes-core/oniro-mounts/oniro-mounts.bb @@ -20,7 +20,7 @@ SRC_URI = " \ inherit allarch systemd -SYSTEMD_SERVICE_${PN} = " \ +SYSTEMD_SERVICE:${PN} = " \ run-mount-boot.mount \ run-mount-sysdata.mount \ run-mount-devdata.mount \ @@ -42,4 +42,4 @@ do_install () { done } -FILES_${PN} += "${systemd_unitdir}" +FILES:${PN} += "${systemd_unitdir}" -- GitLab