diff options
| author | Mohamad Noor Alim Hussin <mohamad.noor.alim.hussin@intel.com> | 2019-12-06 09:33:39 +0800 |
|---|---|---|
| committer | Richard Leitner <richard.leitner@skidata.com> | 2019-12-27 12:01:39 +0100 |
| commit | 7bb0903d1a96d0bee47236f59128db62072a7043 (patch) | |
| tree | bafe7f923a2c39c3f5e836ec4266fe45c79ed7ad /classes/java-native.bbclass | |
| parent | 1ff02d0de0da0e7922c395c9031b0ee4fa7448e0 (diff) | |
| download | meta-java-7bb0903d1a96d0bee47236f59128db62072a7043.tar.gz | |
class/java-native: remove
Java-native class used NATIVE_INSTALL_WORKS which was removed
from oe-core around 2010. Also updated recipes that inherit
java-native to native class.
Signed-off-by: Mohamad Noor Alim Hussin <mohamad.noor.alim.hussin@intel.com>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'classes/java-native.bbclass')
| -rw-r--r-- | classes/java-native.bbclass | 9 |
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 @@ | |||
| 1 | # This is to be used by recipes which rely on java-library.bbclass | ||
| 2 | # infrastructure and are a *-native recipe which needs to install | ||
| 3 | # jar files into staging. | ||
| 4 | # | ||
| 5 | # This class has nothing to do with Java's JNI. | ||
| 6 | |||
| 7 | inherit native | ||
| 8 | |||
| 9 | NATIVE_INSTALL_WORKS = "1" | ||
