[oe-commits] Henning Heinold : classpath-tools-native: *sigh* seems do_stage needs to be override in all cases

git version control git at git.openembedded.org
Sun Jun 6 00:56:13 UTC 2010


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

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Sun Jun  6 02:47:58 2010 +0200

classpath-tools-native: *sigh* seems do_stage needs to be override in all cases

---

 recipes/classpath/classpath-tools-native.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/classpath/classpath-tools-native.bb b/recipes/classpath/classpath-tools-native.bb
index 712a6b8..7adf702 100644
--- a/recipes/classpath/classpath-tools-native.bb
+++ b/recipes/classpath/classpath-tools-native.bb
@@ -7,3 +7,7 @@ DESCRIPTION = "Provides working jar, javah etc. from the GNU Classpath project"
 DEPENDS = "virtual/java-native classpath-native"
 
 inherit native
+
+do_stage() {
+	:
+}





More information about the Openembedded-commits mailing list