diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-06-06 00:20:09 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-06-06 00:21:29 +0200 |
commit | a99ef9d570ee05f9d54e21dd0958eb37adbb2e6a (patch) | |
tree | fbacff4c7d41af526027fd73ccbde9db0e4e64eb /recipes | |
parent | e7b683e8779783781a44e9a9a3a25516d9a93f7d (diff) |
classpath-tools-native: remove do_stage function, not needed anymore
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/classpath/classpath-tools-native.bb | 4 |
1 files changed, 0 insertions, 4 deletions
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 -} |