From eb13ae80f08a0b9ea42216ecbd4f722bb1472353 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Wed, 8 Dec 2021 17:04:55 +0100 Subject: [PATCH] ot-br-posix: Fix override syntax Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .../recipes-connectivity/openthread/ot-br-posix_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-oniro-staging/recipes-connectivity/openthread/ot-br-posix_git.bb b/meta-oniro-staging/recipes-connectivity/openthread/ot-br-posix_git.bb index 16a0f921..8146f845 100644 --- a/meta-oniro-staging/recipes-connectivity/openthread/ot-br-posix_git.bb +++ b/meta-oniro-staging/recipes-connectivity/openthread/ot-br-posix_git.bb @@ -30,11 +30,11 @@ DEPENDS = "autoconf-archive dbus readline avahi jsoncpp boost" inherit cmake systemd -SYSTEMD_SERVICE_${PN} = "otbr-agent.service otbr-web.service" +SYSTEMD_SERVICE:${PN} = "otbr-agent.service otbr-web.service" EXTRA_OECMAKE = "-DBUILD_TESTING=OFF -DOTBR_DBUS=ON -DOTBR_REST=ON -DOTBR_WEB=ON -DCMAKE_LIBRARY_PATH=${libdir}" -FILES_${PN} += "${systemd_unitdir}/*" -FILES_${PN} += "${datadir}/*" +FILES:${PN} += "${systemd_unitdir}/*" +FILES:${PN} += "${datadir}/*" -RCONFLICTS_${PN} = "ot-daemon" +RCONFLICTS:${PN} = "ot-daemon" -- GitLab