| Submitter | Ross Burton |
|---|---|
| Date | Feb. 27, 2013, 2:17 p.m. |
| Message ID | <b4fdb05f5e0f97b427125f27e4d824f09eb7c651.1361974597.git.ross.burton@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/45205/ |
| State | New |
| Headers | show |
Comments
On Wed, Feb 27, 2013 at 11:17 AM, Ross Burton <ross.burton@intel.com> wrote: > 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> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Patch
diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index 1773aed..ec2ba5f 100644 --- a/meta/recipes-core/systemd/systemd_197.bb +++ b/meta/recipes-core/systemd/systemd_197.bb @@ -48,6 +48,8 @@ PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt" # Compress the journal PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz" +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} \
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> --- meta/recipes-core/systemd/systemd_197.bb | 2 ++ 1 file changed, 2 insertions(+)