diod: No need to pass systemddir via EXTRA_OEMAKE

Use of the systemddir variable was removed from the diod repository in
commit c081e851744d33025ff2626029a9ac2a5f9ccf8d.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Peter Kjellerstedt 2025-04-03 08:25:11 +02:00 committed by Bruce Ashfield
parent 622bbde010
commit 6ac3542bc7

View File

@ -17,7 +17,6 @@ SRC_URI = "git://github.com/chaos/diod.git;protocol=https;branch=master \
" "
DEPENDS = "libcap ncurses lua" DEPENDS = "libcap ncurses lua"
EXTRA_OEMAKE += "systemddir=${systemd_unitdir}/system"
EXTRA_OECONF = "--disable-auth \ EXTRA_OECONF = "--disable-auth \
--with-systemdsystemunitdir=${systemd_unitdir}/system" --with-systemdsystemunitdir=${systemd_unitdir}/system"