diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2025-04-03 08:25:11 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-09 04:01:32 +0000 |
commit | 6ac3542bc7cb6b3abf7594fd00caadaf86bd7cbb (patch) | |
tree | 489f3c22996b252d88d44ab435c1231bfe4d1e1b | |
parent | 622bbde01035c0cb8aea08a2f7b8fa3e5a658746 (diff) | |
download | meta-virtualization-6ac3542bc7cb6b3abf7594fd00caadaf86bd7cbb.tar.gz |
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>
-rw-r--r-- | recipes-extended/diod/diod_1.0.24.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ | |||
17 | " | 17 | " |
18 | DEPENDS = "libcap ncurses lua" | 18 | DEPENDS = "libcap ncurses lua" |
19 | 19 | ||
20 | EXTRA_OEMAKE += "systemddir=${systemd_unitdir}/system" | ||
21 | EXTRA_OECONF = "--disable-auth \ | 20 | EXTRA_OECONF = "--disable-auth \ |
22 | --with-systemdsystemunitdir=${systemd_unitdir}/system" | 21 | --with-systemdsystemunitdir=${systemd_unitdir}/system" |
23 | 22 | ||