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

ot-br-posix: Fix override syntax


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 8ebae334
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
......@@ -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"
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