aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2010-05-14 21:11:34 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2010-05-14 21:22:08 +0200
commit2234c9152822f5664c0340f86d05505ffa820272 (patch)
tree5b613e1dc2146f162547752db08550a81cb10790 /classes
parent8f70c54795508ae6123a7e5e2f435a7fc12a5a8c (diff)
downloadopenembedded-2234c9152822f5664c0340f86d05505ffa820272.tar.gz
java-native.bbclass: silence the legacy staging msg
Diffstat (limited to 'classes')
-rw-r--r--classes/java-native.bbclass2
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
}