[OE-core] [PATCH 1/5] [v4] openssh: Add systemd support

2013-08-22 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com -Remove dependency on meta-systemd Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../openssh/openssh-6.2p2/sshd.socket | 11 +++ .../openssh/openssh-6.2p2/sshd@.service|9 +

Re: [OE-core] [PATCH 1/5] [v4] openssh: Add systemd support

2013-08-22 Thread Burton, Ross
On 22 August 2013 08:19, Shakeel, Muhammad muhammad_shak...@mentor.com wrote: sed -i 's,/bin/,${base_bindir}/,g' ${D}${systemd_unitdir}/system/sshd.socket ${D}${systemd_unitdir}/system/sshd@.service Instead of replacing path fragments, make the source file use a symbol such as @BASE_BINDIR@