From 6ac3542bc7cb6b3abf7594fd00caadaf86bd7cbb Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 3 Apr 2025 08:25:11 +0200 Subject: [PATCH] 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 Signed-off-by: Bruce Ashfield --- recipes-extended/diod/diod_1.0.24.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-extended/diod/diod_1.0.24.bb b/recipes-extended/diod/diod_1.0.24.bb index a33b9a66..72a31a68 100644 --- a/recipes-extended/diod/diod_1.0.24.bb +++ b/recipes-extended/diod/diod_1.0.24.bb @@ -17,7 +17,6 @@ SRC_URI = "git://github.com/chaos/diod.git;protocol=https;branch=master \ " DEPENDS = "libcap ncurses lua" -EXTRA_OEMAKE += "systemddir=${systemd_unitdir}/system" EXTRA_OECONF = "--disable-auth \ --with-systemdsystemunitdir=${systemd_unitdir}/system"