From: Henning Heinold Date: Sat, 5 Jun 2010 22:20:09 +0000 (+0200) Subject: classpath-tools-native: remove do_stage function, not needed anymore X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a99ef9d570ee05f9d54e21dd0958eb37adbb2e6a;p=openembedded.git classpath-tools-native: remove do_stage function, not needed anymore --- diff --git a/recipes/classpath/classpath-tools-native.bb b/recipes/classpath/classpath-tools-native.bb index 685f0634d3..712a6b8fa1 100644 --- a/recipes/classpath/classpath-tools-native.bb +++ b/recipes/classpath/classpath-tools-native.bb @@ -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 -}