]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd: set the location of the kill binary
authorRoss Burton <ross.burton@intel.com>
Tue, 26 Feb 2013 17:03:08 +0000 (17:03 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Mar 2013 11:01:57 +0000 (11:01 +0000)
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>
meta/recipes-core/systemd/systemd_197.bb

index 3b081921e9e5dc87a63cd64b8f82198e77ae1579..31add79a03796f1b3967ff6b48d2d1264fa3bd62 100644 (file)
@@ -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} \