From: Robert Schuster Date: Mon, 9 Mar 2009 10:24:08 +0000 (+0100) Subject: java-native.bbclass: New file. X-Git-Tag: Release-2010-05/1~3822 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a9aa07cb0d0894c7bafa136e433fbcdd02ed41a;p=openembedded.git java-native.bbclass: New file. --- diff --git a/classes/java-native.bbclass b/classes/java-native.bbclass new file mode 100644 index 0000000000..7b67c6041c --- /dev/null +++ b/classes/java-native.bbclass @@ -0,0 +1,11 @@ +# This is to be used by recipes which rely on java-library.bbclass +# infrastructure and are a *-native recipe which needs to install +# jar files into staging. +# +# This class has nothing to do with Java's JNI. + +inherit native + +do_stage () { + java_stage +}