From: Ross Burton Date: Tue, 26 Feb 2013 17:03:08 +0000 (+0000) Subject: systemd: set the location of the kill binary X-Git-Tag: rev_ivi_2015_02_04~13381 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a4d90c414b59867c29953930ad08f5bb1e0c059;p=scm%2Fbb%2Ftizen-distro.git systemd: set the location of the kill binary Otherwise systemd uses AC_PROG_PATH and finds it in the sysroot, which won't work on the target. (From OE-Core rev: 084eb0e530426fe57fb4d04680ea1da421e1e4fb) Signed-off-by: Ross Burton Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index 5473666..e2bf415 100644 --- a/meta/recipes-core/systemd/systemd_197.bb +++ b/meta/recipes-core/systemd/systemd_197.bb @@ -64,6 +64,7 @@ EXTRA_OECONF = " --with-rootprefix=${base_prefix} \ --disable-microhttpd \ --without-python \ --with-sysvrcnd-path=${sysconfdir} \ + ac_cv_path_KILL=${base_bindir}/kill \ " # uclibc does not have NSS EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname "