The openssh recipe already inherits systemd so we don't need to do that here as well.
Signed-off-by: Paul Eggleton <[email protected]> --- recipes-connectivity/openssh/openssh_%.bbappend | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-connectivity/openssh/openssh_%.bbappend b/recipes-connectivity/openssh/openssh_%.bbappend index 8b79fb8..7ad2424 100644 --- a/recipes-connectivity/openssh/openssh_%.bbappend +++ b/recipes-connectivity/openssh/openssh_%.bbappend @@ -1,4 +1,3 @@ -inherit systemd # make the sshdgenkeys service required by multi-user.target to make it generate keys on first boot do_compile_append() { -- 2.1.0 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
