From patchwork Tue Feb 26 17:53:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [V2] systemd: set the location of the kill binary Date: Tue, 26 Feb 2013 17:53:53 -0000 From: Ross Burton X-Patchwork-Id: 45141 Message-Id: <1361901233-23197-1-git-send-email-ross.burton@intel.com> To: openembedded-core@lists.openembedded.org Otherwise systemd uses AC_PROG_PATH and finds it in the sysroot, which won't work on the target. Signed-off-by: Ross Burton Acked-by: Otavio Salvador --- meta/recipes-core/systemd/systemd_197.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index c765c18..001d111 100644 --- a/meta/recipes-core/systemd/systemd_197.bb +++ b/meta/recipes-core/systemd/systemd_197.bb @@ -63,6 +63,7 @@ EXTRA_OECONF = " --with-rootprefix=${base_prefix} \ --disable-microhttpd \ --without-python \ --with-sysvrcnd-path=${sysconfdir} \ + ac_cv_path_KILL=/bin/kill \ " # uclibc does not have NSS EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname "