aboutsummaryrefslogtreecommitdiffstats
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-07 11:01:57 +0000
commit54760c783089c98cc6eda1933393ac3cb49bcaed (patch)
treeb233857042737173ede5d14384c1c93383bf71f9 /meta/recipes-core/systemd
parent18f4d510798d571127f24139b3121e444b673b38 (diff)
downloadopenembedded-core-contrib-54760c783089c98cc6eda1933393ac3cb49bcaed.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. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_197.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb
index 3b081921e9..31add79a03 100644
--- a/meta/recipes-core/systemd/systemd_197.bb
+++ b/meta/recipes-core/systemd/systemd_197.bb
@@ -46,6 +46,8 @@ PACKAGECONFIG ??= ""
# Sign the journal for anti-tampering
PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt"
+CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill"
+
# The gtk+ tools should get built as a separate recipe e.g. systemd-tools
EXTRA_OECONF = " --with-rootprefix=${base_prefix} \
--with-rootlibdir=${base_libdir} \