From: Henning Heinold Date: Wed, 22 Jul 2009 15:26:08 +0000 (+0200) Subject: classpath-tools-native: native package should inherit native X-Git-Tag: Release-2010-05/1~2902 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe804aca3eec4375a10381ef23eb95da3817445a;p=openembedded.git classpath-tools-native: native package should inherit native * workaround for do_stage * not bump PR because package doesnt produce something --- diff --git a/recipes/classpath/classpath-tools-native.bb b/recipes/classpath/classpath-tools-native.bb index df5df33407..685f0634d3 100644 --- a/recipes/classpath/classpath-tools-native.bb +++ b/recipes/classpath/classpath-tools-native.bb @@ -5,3 +5,9 @@ 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 +}