[oe-commits] Ross Burton : systemd: set the location of the kill binary

git at git.openembedded.org git at git.openembedded.org
Fri Mar 15 01:52:04 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 084eb0e530426fe57fb4d04680ea1da421e1e4fb
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=084eb0e530426fe57fb4d04680ea1da421e1e4fb

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Feb 26 17:03:08 2013 +0000

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.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-core/systemd/systemd_197.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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 "





More information about the Openembedded-commits mailing list