diff options
author | Ross Burton <ross.burton@intel.com> | 2013-02-26 17:03:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-15 01:52:53 +0000 |
commit | 084eb0e530426fe57fb4d04680ea1da421e1e4fb (patch) | |
tree | 334d667ec43bc113dd3e86741c340ace93e6d34c /meta/recipes-core | |
parent | c6606864472784c40f61e1ac5ebba26b2be362d5 (diff) | |
download | openembedded-core-084eb0e530426fe57fb4d04680ea1da421e1e4fb.tar.gz openembedded-core-084eb0e530426fe57fb4d04680ea1da421e1e4fb.tar.bz2 openembedded-core-084eb0e530426fe57fb4d04680ea1da421e1e4fb.zip |
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@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | 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 5473666781..e2bf4159a1 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 " |