aboutsummaryrefslogtreecommitdiffstats
path: root/classes/java-native.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/java-native.bbclass')
-rw-r--r--classes/java-native.bbclass9
1 files changed, 0 insertions, 9 deletions
diff --git a/classes/java-native.bbclass b/classes/java-native.bbclass
deleted file mode 100644
index cade7b1..0000000
--- a/classes/java-native.bbclass
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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
-
-NATIVE_INSTALL_WORKS = "1"