From 6d5019a0d43fdab1361e3dcf20a6b9cddb6579f5 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 26 Feb 2013 17:03:08 +0000 Subject: 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-core/systemd/systemd_197.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-core/systemd/systemd_197.bb') 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} \ -- cgit v1.2.3-54-g00ecf