Re: [OE-core] [PATCH V2] systemd: set the location of the kill binary

2013-02-27 Thread Burton, Ross
On 26 February 2013 20:00, Koen Kooi wrote: > Like V1 this hardcodes ${base_bindir} to /bin, this breaks when your > DISTRO sets $base_prefix to /usr. So please change that to: > > ac_cv_path+KILL=${base_bindir}/kill Yeah, not sure why I did that. :/ V2 coming shortly. Ross ___

Re: [OE-core] [PATCH V2] systemd: set the location of the kill binary

2013-02-26 Thread Phil Blundell
On Tue, 2013-02-26 at 16:53 -0300, Otavio Salvador wrote: > On Tue, Feb 26, 2013 at 4:52 PM, Otavio Salvador > wrote: > > On Tue, Feb 26, 2013 at 2:53 PM, Ross Burton wrote: > >> Otherwise systemd uses AC_PROG_PATH and finds it in the sysroot, which > >> won't > >> work on the target. > >> > >>

Re: [OE-core] [PATCH V2] systemd: set the location of the kill binary

2013-02-26 Thread Koen Kooi
On Tue, 2013-02-26 at 17:53 +, Ross Burton 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 > --- > meta/recipes-core/systemd/systemd_197.bb |1 + > 1 file changed, 1 insertion(+) > > diff --git a/

Re: [OE-core] [PATCH V2] systemd: set the location of the kill binary

2013-02-26 Thread Koen Kooi
On Tue, 2013-02-26 at 17:53 +, Ross Burton 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 > --- > meta/recipes-core/systemd/systemd_197.bb |1 + > 1 file changed, 1 insertion(+) > > diff --git a/

Re: [OE-core] [PATCH V2] systemd: set the location of the kill binary

2013-02-26 Thread Otavio Salvador
On Tue, Feb 26, 2013 at 4:52 PM, Otavio Salvador wrote: > On Tue, Feb 26, 2013 at 2:53 PM, Ross Burton 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 > > Acked-by: Otavio Salvador Now I saw the Khem

Re: [OE-core] [PATCH V2] systemd: set the location of the kill binary

2013-02-26 Thread Otavio Salvador
On Tue, Feb 26, 2013 at 2:53 PM, Ross Burton 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 Acked-by: Otavio Salvador -- Otavio Salvador O.S. Systems E-mail: ota...@ossystem

[OE-core] [PATCH V2] systemd: set the location of the kill binary

2013-02-26 Thread Ross Burton
Otherwise systemd uses AC_PROG_PATH and finds it in the sysroot, which won't work on the target. Signed-off-by: Ross Burton --- meta/recipes-core/systemd/systemd_197.bb |1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/sy