From 7bb0903d1a96d0bee47236f59128db62072a7043 Mon Sep 17 00:00:00 2001 From: Mohamad Noor Alim Hussin Date: Fri, 6 Dec 2019 09:33:39 +0800 Subject: 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 Signed-off-by: Richard Leitner --- classes/java-native.bbclass | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 classes/java-native.bbclass (limited to 'classes') 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" -- cgit v1.2.3-54-g00ecf