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-07 11:14:34 +0000 |
commit | 6d5019a0d43fdab1361e3dcf20a6b9cddb6579f5 (patch) | |
tree | 5760974e99854289dceaf89b0c41505e53a0c2d1 /meta/recipes-core | |
parent | 653f64f8544efc3f887aa8d057a0f514f09687b4 (diff) | |
download | poky-6d5019a0d43fdab1361e3dcf20a6b9cddb6579f5.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: 54760c783089c98cc6eda1933393ac3cb49bcaed)
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')
-rw-r--r-- | meta/recipes-core/systemd/systemd_197.bb | 2 |
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 ??= "" | |||
46 | # Sign the journal for anti-tampering | 46 | # Sign the journal for anti-tampering |
47 | PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt" | 47 | PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt" |
48 | 48 | ||
49 | CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill" | ||
50 | |||
49 | # The gtk+ tools should get built as a separate recipe e.g. systemd-tools | 51 | # The gtk+ tools should get built as a separate recipe e.g. systemd-tools |
50 | EXTRA_OECONF = " --with-rootprefix=${base_prefix} \ | 52 | EXTRA_OECONF = " --with-rootprefix=${base_prefix} \ |
51 | --with-rootlibdir=${base_libdir} \ | 53 | --with-rootlibdir=${base_libdir} \ |