diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-07-22 17:26:08 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-07-22 17:51:06 +0200 |
commit | fe804aca3eec4375a10381ef23eb95da3817445a (patch) | |
tree | 3ac4ad3d5352f0522589843437d2b7b22715e674 /recipes/classpath/classpath-tools-native.bb | |
parent | f3f3a1378a02cff013e392e1c143b8ce06769902 (diff) |
classpath-tools-native: native package should inherit native
* workaround for do_stage
* not bump PR because package doesnt produce something
Diffstat (limited to 'recipes/classpath/classpath-tools-native.bb')
-rw-r--r-- | recipes/classpath/classpath-tools-native.bb | 6 |
1 files changed, 6 insertions, 0 deletions
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 +} |