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

Richard Leitner richard.leitner at skidata.com
Thu Aug 20 07:25:14 UTC 2015


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 unbuildable tasks.
> 

Same problem for me!

My settings are:
PREFERRED_PROVIDER_virtual/java-initial-native = "cacao-initial-native"
PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
PREFERRED_VERSION_openjdk-7-jre = "85b01-2.6.1"
PREFERRED_VERSION_icedtea7-native = "2.1.3"
PREFERRED_PROVIDER_openjdk-7-jre = "openjdk-7-jre"

If I revert the "Don't depend on a hardcoded compiler" patch the build
starts successfully!

regards,
Richard L



More information about the Openembedded-devel mailing list