[oe-commits] : ecj-bootstrap-native: Added virtual/java-native to DEPENDS.

OE GIT Trial gittrial at amethyst.openembedded.net
Fri Oct 3 01:45:00 UTC 2008


Module: org.openembedded.dev.git
Branch: org.openembedded.dev
Commit: d7e2907e029bf30df8a21ef61538c9628fc05591
URL:    http://gitweb.openembedded.net/?p=org.openembedded.dev.git&a=commit;h=d7e2907e029bf30df8a21ef61538c9628fc05591

Author:  <thebohemian at openembedded.org>
Date:   Thu Oct  2 23:47:07 2008 +0000

ecj-bootstrap-native: Added virtual/java-native to DEPENDS.

---

 packages/ecj/ecj-bootstrap-native.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/packages/ecj/ecj-bootstrap-native.bb b/packages/ecj/ecj-bootstrap-native.bb
index 04f8ba4..2bda972 100644
--- a/packages/ecj/ecj-bootstrap-native.bb
+++ b/packages/ecj/ecj-bootstrap-native.bb
@@ -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





More information about the Openembedded-commits mailing list