[oe-commits] Khem Raj : java-library.bbclass: do_stage is not needed anymore

git version control git at git.openembedded.org
Tue Sep 7 17:05:06 UTC 2010


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Sep  6 23:12:37 2010 -0700

java-library.bbclass: do_stage is not needed anymore

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Robert Schuster <robertschuster at fsfe.org>

---

 classes/java-library.bbclass |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/classes/java-library.bbclass b/classes/java-library.bbclass
index 904b4f1..5ce0537 100644
--- a/classes/java-library.bbclass
+++ b/classes/java-library.bbclass
@@ -65,7 +65,3 @@ do_install() {
 java_stage() {
   oe_jarinstall -s ${JARFILENAME} ${ALTJARFILENAMES}
 }
-
-do_stage() {
-  java_stage
-}





More information about the Openembedded-commits mailing list