From: Henning Heinold Date: Sat, 15 May 2010 22:12:42 +0000 (+0200) Subject: java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS =... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f458275fc31b7878a87237fa9ec7f0fdfcb4ff4b;p=openembedded.git java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS = "1" takes care --- diff --git a/classes/java-native.bbclass b/classes/java-native.bbclass index 91afe44efe..cade7b18de 100644 --- a/classes/java-native.bbclass +++ b/classes/java-native.bbclass @@ -7,7 +7,3 @@ inherit native NATIVE_INSTALL_WORKS = "1" - -do_stage () { - java_stage -}