classpath-tools-native: *sigh* seems do_stage needs to be override in all cases
authorHenning Heinold <heinold@inf.fu-berlin.de>
Sun, 6 Jun 2010 00:47:58 +0000 (02:47 +0200)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Sun, 6 Jun 2010 00:47:58 +0000 (02:47 +0200)
recipes/classpath/classpath-tools-native.bb

index 712a6b8..7adf702 100644 (file)
@@ -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() {
+       :
+}