aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/classpath
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2010-06-06 02:47:58 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2010-06-06 02:47:58 +0200
commit2895ccd6dfd67df5717f7a320b2cedb252984d1c (patch)
tree237a05a671327aadc57f2cf0c1cf4d715130e00d /recipes/classpath
parenta99ef9d570ee05f9d54e21dd0958eb37adbb2e6a (diff)
downloadopenembedded-2895ccd6dfd67df5717f7a320b2cedb252984d1c.tar.gz
classpath-tools-native: *sigh* seems do_stage needs to be override in all cases
Diffstat (limited to 'recipes/classpath')
-rw-r--r--recipes/classpath/classpath-tools-native.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/classpath/classpath-tools-native.bb b/recipes/classpath/classpath-tools-native.bb
index 712a6b8fa1..7adf702801 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() {
+ :
+}