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 > wrote: > > > On 08/25/2015 08:38 AM, Khem Raj wrote: >> >>> On Aug 20, 2015, at 12:25 AM, Richard Leitner >>> wrote: >>> >>> Hi, >>>

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

2015-08-24 Thread Richard Leitner
On 08/25/2015 08:38 AM, Khem Raj wrote: > >> On Aug 20, 2015, at 12: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 were found. >>> These are usually caused by cir

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

2015-08-24 Thread Khem Raj
> On Aug 20, 2015, at 12: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 were found. >> These are usually caused by circular dependencies and any circular >> dependency

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

2015-08-24 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

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 li

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 m

[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 --- recipes-core/cacao/cacao_1.

[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 --- recipes-core/cacao/cacao_1.