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

git at git.openembedded.org git at git.openembedded.org
Thu Mar 7 11:14:07 UTC 2013


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

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 |    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 3b08192..31add79 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} \





More information about the Openembedded-commits mailing list