Re: [oe] [meta-java][PATCH 1/3] Don't depend on a hardcoded compiler

2015-08-25 Thread Khem Raj
On Aug 20, 2015, at 12:25 AM, Richard Leitner richard.leit...@skidata.com wrote: Hi, On 08/19/2015 01:53 PM, Sven Ebenfeld wrote: This patch creates a circular dependency for me: ERROR: Unbuildable tasks were found. These are usually caused by circular dependencies and any circular

Re: [oe] [meta-java][PATCH 1/3] Don't depend on a hardcoded compiler

2015-08-25 Thread Richard Leitner
On 08/25/2015 08:38 AM, Khem Raj wrote: On Aug 20, 2015, at 12:25 AM, Richard Leitner richard.leit...@skidata.com wrote: Hi, On 08/19/2015 01:53 PM, Sven Ebenfeld wrote: This patch creates a circular dependency for me: ERROR: Unbuildable tasks were found. These are usually caused by

Re: [oe] [meta-java][PATCH 1/3] Don't depend on a hardcoded compiler

2015-08-25 Thread Richard Leitner
BUMP Can someone revert or fix that patch please? We have this problem since nearly a week now... regards, Richard L On 08/20/2015 09:25 AM, Richard Leitner wrote: Hi, On 08/19/2015 01:53 PM, Sven Ebenfeld wrote: This patch creates a circular dependency for me: ERROR: Unbuildable tasks

Re: [oe] [meta-java][PATCH 1/3] Don't depend on a hardcoded compiler

2015-08-25 Thread Khem Raj
Otavio/Henning Please revert this commit. Its causing more pains than the problem it solves Thanks -Khem On Aug 24, 2015, at 11:46 PM, Richard Leitner richard.leit...@skidata.com wrote: On 08/25/2015 08:38 AM, Khem Raj wrote: On Aug 20, 2015, at 12:25 AM, Richard Leitner

Re: [oe] [meta-java][PATCH 1/3] Don't depend on a hardcoded compiler

2015-08-20 Thread Richard Leitner
Hi, On 08/19/2015 01:53 PM, Sven Ebenfeld wrote: This patch creates a circular dependency for me: ERROR: Unbuildable tasks were found. These are usually caused by circular dependencies and any circular dependency chains found will be printed below. Increase the debug level to see a list of

Re: [oe] [meta-java][PATCH 1/3] Don't depend on a hardcoded compiler

2015-08-19 Thread Sven Ebenfeld
This patch creates a circular dependency for me: ERROR: Unbuildable tasks were found. These are usually caused by circular dependencies and any circular dependency chains found will be printed below. Increase the debug level to see a list of unbuildable tasks. Identifying dependency loops (this

[oe] [meta-java][PATCH 1/3] Don't depend on a hardcoded compiler

2015-08-18 Thread Mario Domenech Goulart
The recipes below depended on a hardcoded native compile (ecj-initial-native). Since we may use another native compiler to build them, we set the dependency in virtual/javac-native instead. * cacao * classpath-native * jamvm Signed-off-by: Mario Domenech Goulart ma...@ossystems.com.br ---

[oe] [meta-java][PATCH 1/3] Don't depend on a hardcoded compiler

2015-05-12 Thread Mario Domenech Goulart
The recipes below depended on a hardcoded native compile (ecj-initial-native). Since we may use another native compiler to build them, we set the dependency in virtual/javac-native instead. * cacao * classpath-native * jamvm Signed-off-by: Mario Domenech Goulart ma...@ossystems.com.br ---