summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-02-26 17:03:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-15 01:53:03 +0000
commitaf7cf9566ebf12db8bd04bef54fb4dbfadc64e1f (patch)
tree05d8e1ede82addb6db9ed8ac81fc407bacdc4adc /meta/recipes-core/systemd
parentd8851ea5316bb9049cd622302f59de3089f2dbaf (diff)
downloadpoky-af7cf9566ebf12db8bd04bef54fb4dbfadc64e1f.tar.gz
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 <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_197.bb1
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} \
64 --disable-microhttpd \ 64 --disable-microhttpd \
65 --without-python \ 65 --without-python \
66 --with-sysvrcnd-path=${sysconfdir} \ 66 --with-sysvrcnd-path=${sysconfdir} \
67 ac_cv_path_KILL=${base_bindir}/kill \
67 " 68 "
68# uclibc does not have NSS 69# uclibc does not have NSS
69EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname " 70EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname "