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:
d595ff4
)
jikes: fix RDEPENDS, so the native package don't drag in classpath from target
author
Henning Heinold
<heinold@inf.fu-berlin.de>
Fri, 4 Feb 2011 12:57:28 +0000
(13:57 +0100)
committer
Henning Heinold
<heinold@inf.fu-berlin.de>
Fri, 4 Feb 2011 18:13:16 +0000
(19:13 +0100)
recipes/jikes/jikes_1.22.bb
patch
|
blob
|
history
diff --git
a/recipes/jikes/jikes_1.22.bb
b/recipes/jikes/jikes_1.22.bb
index
5599bb8
..
712a84c
100644
(file)
--- a/
recipes/jikes/jikes_1.22.bb
+++ b/
recipes/jikes/jikes_1.22.bb
@@
-13,7
+13,7
@@
BBCLASSEXTEND = "native"
RDEPENDS_${PN} = "classpath"
PROVIDES_virtclass-native = ""
-RDEPENDS_virtclass-native = ""
+RDEPENDS_
${PN}_
virtclass-native = ""
EXTRA_OECONF = "--disable-fp-emulation --enable-source15"