Due to the fact that currently only one openjdk-7-jre and icedtea7-native version is included in meta-java, their PREFERRED_VERSION selections are removed from the usage instructions in the README file.
Signed-off-by: Richard Leitner <[email protected]> --- README | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README b/README index acbe7cb..630e368 100644 --- a/README +++ b/README @@ -59,10 +59,6 @@ PREFERRED_PROVIDER_virtual/java-initial-native = "cacao-initial-native" PREFERRED_PROVIDER_virtual/java-native = "jamvm-native" PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" -#For openjdk7: -PREFERRED_VERSION_openjdk-7-jre = "91b01-2.6.2" -PREFERRED_VERSION_icedtea7-native = "2.1.3" - #Sometimes the following is needed: PREFERRED_PROVIDER_openjdk-7-jre = "openjdk-7-jre" -- 2.1.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
