classpath-tools-native: native package should inherit native
authorHenning Heinold <heinold@inf.fu-berlin.de>
Wed, 22 Jul 2009 15:26:08 +0000 (17:26 +0200)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Wed, 22 Jul 2009 15:51:06 +0000 (17:51 +0200)
* workaround for do_stage
* not bump PR because package doesnt produce something

recipes/classpath/classpath-tools-native.bb

index df5df33..685f063 100644 (file)
@@ -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
+}