java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS =...
authorHenning Heinold <heinold@inf.fu-berlin.de>
Sat, 15 May 2010 22:12:42 +0000 (00:12 +0200)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Sat, 15 May 2010 22:27:24 +0000 (00:27 +0200)
classes/java-native.bbclass

index 91afe44..cade7b1 100644 (file)
@@ -7,7 +7,3 @@
 inherit native
 
 NATIVE_INSTALL_WORKS = "1"
-
-do_stage () {
-  java_stage
-}