[oe-commits] Henning Heinold : java-library.bbclass: workaround for staging when BBCLASSEXTENDED is used

git version control git at git.openembedded.org
Thu Aug 5 13:23:51 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c352aa642b07376830ad9a9b2f774527e7954e9a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c352aa642b07376830ad9a9b2f774527e7954e9a

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Thu Aug  5 14:41:56 2010 +0200

java-library.bbclass: workaround for staging when BBCLASSEXTENDED is used

* 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 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/classes/java-library.bbclass b/classes/java-library.bbclass
index 06c3170..904b4f1 100644
--- a/classes/java-library.bbclass
+++ b/classes/java-library.bbclass
@@ -59,6 +59,7 @@ java_install() {
 
 do_install() {
   java_install
+  java_stage
 }
 
 java_stage() {





More information about the Openembedded-commits mailing list