[oe-commits] Robert Schuster : java-native.bbclass: New file.

GIT User account git at amethyst.openembedded.net
Mon Mar 9 11:01:15 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3a9aa07cb0d0894c7bafa136e433fbcdd02ed41a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3a9aa07cb0d0894c7bafa136e433fbcdd02ed41a

Author: Robert Schuster <rschus at entw2.(none)>
Date:   Mon Mar  9 11:24:08 2009 +0100

java-native.bbclass: New file.

---

 classes/java-native.bbclass |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/classes/java-native.bbclass b/classes/java-native.bbclass
new file mode 100644
index 0000000..7b67c60
--- /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
+}





More information about the Openembedded-commits mailing list