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:
fe9ca14
)
java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS =...
author
Henning Heinold
<heinold@inf.fu-berlin.de>
Sat, 15 May 2010 22:12:42 +0000
(
00:12
+0200)
committer
Henning Heinold
<heinold@inf.fu-berlin.de>
Sat, 15 May 2010 22:27:24 +0000
(
00:27
+0200)
classes/java-native.bbclass
patch
|
blob
|
history
diff --git
a/classes/java-native.bbclass
b/classes/java-native.bbclass
index
91afe44
..
cade7b1
100644
(file)
--- a/
classes/java-native.bbclass
+++ b/
classes/java-native.bbclass
@@
-7,7
+7,3
@@
inherit native
NATIVE_INSTALL_WORKS = "1"
-
-do_stage () {
- java_stage
-}