diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-05-14 21:11:34 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2010-05-14 21:22:08 +0200 |
commit | 2234c9152822f5664c0340f86d05505ffa820272 (patch) | |
tree | 5b613e1dc2146f162547752db08550a81cb10790 /classes/java-native.bbclass | |
parent | 8f70c54795508ae6123a7e5e2f435a7fc12a5a8c (diff) |
java-native.bbclass: silence the legacy staging msg
Diffstat (limited to 'classes/java-native.bbclass')
-rw-r--r-- | classes/java-native.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/java-native.bbclass b/classes/java-native.bbclass index 7b67c6041c..91afe44efe 100644 --- a/classes/java-native.bbclass +++ b/classes/java-native.bbclass @@ -6,6 +6,8 @@ inherit native +NATIVE_INSTALL_WORKS = "1" + do_stage () { java_stage } |