Re: [OE-core] [PATCH] classes/chrpath: trigger an error if chrpath fails

2012-08-17 Thread Richard Purdie
On Thu, 2012-08-16 at 18:13 +0100, Paul Eggleton wrote: On Wednesday 15 August 2012 17:44:33 Paul Eggleton wrote: If chrpath failed here we were just silently ignoring it. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/chrpath.bbclass |4 +++- 1 file

Re: [OE-core] [PATCH] classes/chrpath: trigger an error if chrpath fails

2012-08-17 Thread Phil Blundell
On Thu, 2012-08-16 at 18:13 +0100, Paul Eggleton wrote: Incidentally a couple of users are reporting that they are now seeing failures where the rpath size is reported to be too small to contain the path we are applying. I haven't seen this myself - is there some way we can increase the

Re: [OE-core] [PATCH] classes/chrpath: trigger an error if chrpath fails

2012-08-17 Thread Jack Mitchell
On 17/08/12 10:53, Richard Purdie wrote: On Thu, 2012-08-16 at 18:13 +0100, Paul Eggleton wrote: On Wednesday 15 August 2012 17:44:33 Paul Eggleton wrote: If chrpath failed here we were just silently ignoring it. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com ---

Re: [OE-core] [PATCH] classes/chrpath: trigger an error if chrpath fails

2012-08-17 Thread Henning Heinold
On Fri, Aug 17, 2012 at 11:05:43AM +0100, Jack Mitchell wrote: any provider WARNING: Failed to fetch URL http://kernel.org/pub/linux/kernel/people/jsipek/guilt/guilt-0.33.tar.gz, attempting MIRRORS if available *ERROR: chrpath command failed with exit code 7 ERROR: chrpath command failed

Re: [OE-core] [PATCH] classes/chrpath: trigger an error if chrpath fails

2012-08-17 Thread Paul Eggleton
On Friday 17 August 2012 11:53:51 Jack Mitchell wrote: On 17/08/12 11:26, Henning Heinold wrote: On Fri, Aug 17, 2012 at 11:05:43AM +0100, Jack Mitchell wrote: any provider WARNING: Failed to fetch URL http://kernel.org/pub/linux/kernel/people/jsipek/guilt/guilt-0.33.tar.gz , attempting

Re: [OE-core] [PATCH] classes/chrpath: trigger an error if chrpath fails

2012-08-17 Thread Richard Purdie
On Fri, 2012-08-17 at 14:31 +0100, Paul Eggleton wrote: On Friday 17 August 2012 11:53:51 Jack Mitchell wrote: On 17/08/12 11:26, Henning Heinold wrote: On Fri, Aug 17, 2012 at 11:05:43AM +0100, Jack Mitchell wrote: any provider WARNING: Failed to fetch URL

Re: [OE-core] [PATCH] classes/chrpath: trigger an error if chrpath fails

2012-08-17 Thread Khem Raj
On Friday, August 17, 2012, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2012-08-16 at 18:13 +0100, Paul Eggleton wrote: On Wednesday 15 August 2012 17:44:33 Paul Eggleton wrote: If chrpath failed here we were just silently ignoring it. Signed-off-by: Paul Eggleton

Re: [OE-core] [PATCH] classes/chrpath: trigger an error if chrpath fails

2012-08-16 Thread Saul Wold
On 08/15/2012 09:44 AM, Paul Eggleton wrote: If chrpath failed here we were just silently ignoring it. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/chrpath.bbclass |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] classes/chrpath: trigger an error if chrpath fails

2012-08-16 Thread Paul Eggleton
On Wednesday 15 August 2012 17:44:33 Paul Eggleton wrote: If chrpath failed here we were just silently ignoring it. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/chrpath.bbclass |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH] classes/chrpath: trigger an error if chrpath fails

2012-08-15 Thread Paul Eggleton
If chrpath failed here we were just silently ignoring it. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/chrpath.bbclass |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/classes/chrpath.bbclass b/meta/classes/chrpath.bbclass index