java-library.bbclass: workaround for staging when BBCLASSEXTENDED is used
authorHenning Heinold <heinold@inf.fu-berlin.de>
Thu, 5 Aug 2010 12:41:56 +0000 (14:41 +0200)
committerHenning 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

index 06c3170..904b4f1 100644 (file)
@@ -59,6 +59,7 @@ java_install() {
 
 do_install() {
   java_install
+  java_stage
 }
 
 java_stage() {