mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
dropbear: add dropbearkey.service to FILES
dropbear.socket file contains: Also=dropbearkey.service That's why dropbearkey.service got automatically added to FILES. Since this incorrect auto adding feature gets dropped from systemd.bbclass this needs to be added explicitly. (From OE-Core rev: 4455e207a1ced3fb1d92b2f5e9335632bea08d15) Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4fcef06c9d
commit
86a1b62e2f
@@ -129,3 +129,5 @@ pkg_postrm:${PN} () {
|
||||
}
|
||||
|
||||
CONFFILES:${PN} = "${sysconfdir}/default/dropbear"
|
||||
|
||||
FILES:${PN} += "${systemd_system_unitdir}/dropbearkey.service"
|
||||
|
||||
Reference in New Issue
Block a user