summaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2010-06-06 00:20:09 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2010-06-06 00:21:29 +0200
commita99ef9d570ee05f9d54e21dd0958eb37adbb2e6a (patch)
treefbacff4c7d41af526027fd73ccbde9db0e4e64eb /recipes
parente7b683e8779783781a44e9a9a3a25516d9a93f7d (diff)
downloadopenembedded-a99ef9d570ee05f9d54e21dd0958eb37adbb2e6a.tar.gz
classpath-tools-native: remove do_stage function, not needed anymore
Diffstat (limited to 'recipes')
-rw-r--r--recipes/classpath/classpath-tools-native.bb4
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
-}