diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2025-04-03 08:25:10 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-09 04:01:32 +0000 |
commit | 622bbde01035c0cb8aea08a2f7b8fa3e5a658746 (patch) | |
tree | 37449e3e770e7c72682b869265eb0741a76196d4 | |
parent | 0b238046811bfbee10153acdcc1098a925643703 (diff) | |
download | meta-virtualization-622bbde01035c0cb8aea08a2f7b8fa3e5a658746.tar.gz |
diod: Remove the dependency on tcp-wrappers
Use of tcp-wrappers was removed from the diod repository in commit
59b221f7b5eb24a20fdd886fdd1f8ff9810bdb73.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/diod/diod_1.0.24.bb b/recipes-extended/diod/diod_1.0.24.bb index 89e79df9..a33b9a66 100644 --- a/recipes-extended/diod/diod_1.0.24.bb +++ b/recipes-extended/diod/diod_1.0.24.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "git://github.com/chaos/diod.git;protocol=https;branch=master \ | |||
15 | file://diod.conf \ | 15 | file://diod.conf \ |
16 | file://0001-build-Find-lua-with-pkg-config.patch \ | 16 | file://0001-build-Find-lua-with-pkg-config.patch \ |
17 | " | 17 | " |
18 | DEPENDS = "libcap ncurses tcp-wrappers lua" | 18 | DEPENDS = "libcap ncurses lua" |
19 | 19 | ||
20 | EXTRA_OEMAKE += "systemddir=${systemd_unitdir}/system" | 20 | EXTRA_OEMAKE += "systemddir=${systemd_unitdir}/system" |
21 | EXTRA_OECONF = "--disable-auth \ | 21 | EXTRA_OECONF = "--disable-auth \ |