java-native.bbclass: silence the legacy staging msg
authorHenning Heinold <heinold@inf.fu-berlin.de>
Fri, 14 May 2010 19:11:34 +0000 (21:11 +0200)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Fri, 14 May 2010 19:22:08 +0000 (21:22 +0200)
classes/java-native.bbclass

index 7b67c60..91afe44 100644 (file)
@@ -6,6 +6,8 @@
 
 inherit native
 
+NATIVE_INSTALL_WORKS = "1"
+
 do_stage () {
   java_stage
 }