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:
acd7fb9
)
java-library.bbclass: workaround for staging when BBCLASSEXTENDED is used
author
Henning Heinold
<heinold@inf.fu-berlin.de>
Thu, 5 Aug 2010 12:41:56 +0000
(14:41 +0200)
committer
Henning Heinold
<heinold@inf.fu-berlin.de>
Thu, 5 Aug 2010 13:23:33 +0000
(15:23 +0200)
* when BBCLASSEXTENDED is used, do_stage is not called for
target stuff, so workaround it with the oejarinstall in do_install too
classes/java-library.bbclass
patch
|
blob
|
history
diff --git
a/classes/java-library.bbclass
b/classes/java-library.bbclass
index
06c3170
..
904b4f1
100644
(file)
--- a/
classes/java-library.bbclass
+++ b/
classes/java-library.bbclass
@@
-59,6
+59,7
@@
java_install() {
do_install() {
java_install
+ java_stage
}
java_stage() {