[oe-commits] Henning Heinold : java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS = "1" takes care

git version control git at git.openembedded.org
Sat May 15 23:57:41 UTC 2010


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

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Sun May 16 00:12:42 2010 +0200

java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS = "1" takes care

---

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

diff --git a/classes/java-native.bbclass b/classes/java-native.bbclass
index 91afe44..cade7b1 100644
--- a/classes/java-native.bbclass
+++ b/classes/java-native.bbclass
@@ -7,7 +7,3 @@
 inherit native
 
 NATIVE_INSTALL_WORKS = "1"
-
-do_stage () {
-  java_stage
-}





More information about the Openembedded-commits mailing list