git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89f8f2f
)
ecj-bootstrap-native: Added virtual/java-native to DEPENDS.
author
Robert Schuster
<thebohemian@gmx.net>
Thu, 2 Oct 2008 23:47:07 +0000
(23:47 +0000)
committer
Robert Schuster
<thebohemian@gmx.net>
Thu, 2 Oct 2008 23:47:07 +0000
(23:47 +0000)
packages/ecj/ecj-bootstrap-native.bb
patch
|
blob
|
history
diff --git
a/packages/ecj/ecj-bootstrap-native.bb
b/packages/ecj/ecj-bootstrap-native.bb
index
04f8ba4
..
2bda972
100644
(file)
--- 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