diff options
Diffstat (limited to 'recipes/classpath')
-rw-r--r-- | recipes/classpath/classpath-tools-native.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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() { + : +} |