ecj-bootstrap-native: Added virtual/java-native to DEPENDS.
authorRobert Schuster <thebohemian@gmx.net>
Thu, 2 Oct 2008 23:47:07 +0000 (23:47 +0000)
committerRobert Schuster <thebohemian@gmx.net>
Thu, 2 Oct 2008 23:47:07 +0000 (23:47 +0000)
packages/ecj/ecj-bootstrap-native.bb

index 04f8ba4..2bda972 100644 (file)
@@ -9,7 +9,7 @@ SECTION = "devel"
 PRIORITY = "optional"
 LICENSE = "EPL"
 
-DEPENDS = "libecj-bootstrap"
+DEPENDS = "libecj-bootstrap virtual/java-native"
 
 PROVIDES = "virtual/javac-native"
 
@@ -17,6 +17,8 @@ SRC_URI = "file://ecj.in"
 
 S = "${WORKDIR}"
 
+PR = "r1"
+
 JAR = "ecj-bootstrap.jar"
 
 inherit native