From: Henning Heinold Date: Sun, 6 Jun 2010 00:47:58 +0000 (+0200) Subject: classpath-tools-native: *sigh* seems do_stage needs to be override in all cases X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2895ccd6dfd67df5717f7a320b2cedb252984d1c;p=openembedded.git classpath-tools-native: *sigh* seems do_stage needs to be override in all cases --- 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() { + : +}