classpath-tools-native: remove do_stage function, not needed anymore
authorHenning Heinold <heinold@inf.fu-berlin.de>
Sat, 5 Jun 2010 22:20:09 +0000 (00:20 +0200)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Sat, 5 Jun 2010 22:21:29 +0000 (00:21 +0200)
recipes/classpath/classpath-tools-native.bb

index 685f063..712a6b8 100644 (file)
@@ -7,7 +7,3 @@ DESCRIPTION = "Provides working jar, javah etc. from the GNU Classpath project"
 DEPENDS = "virtual/java-native classpath-native"
 
 inherit native
-
-do_stage () {
-       echo 1 /dev/null
-}