summaryrefslogtreecommitdiffstats
path: root/recipes-core/ant/ant-native_1.8.1.bb
diff options
context:
space:
mode:
authorMohamad Noor Alim Hussin <mohamad.noor.alim.hussin@intel.com>2019-12-06 09:33:39 +0800
committerRichard Leitner <richard.leitner@skidata.com>2019-12-27 12:01:39 +0100
commit7bb0903d1a96d0bee47236f59128db62072a7043 (patch)
treebafe7f923a2c39c3f5e836ec4266fe45c79ed7ad /recipes-core/ant/ant-native_1.8.1.bb
parent1ff02d0de0da0e7922c395c9031b0ee4fa7448e0 (diff)
downloadmeta-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 'recipes-core/ant/ant-native_1.8.1.bb')
-rw-r--r--recipes-core/ant/ant-native_1.8.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/ant/ant-native_1.8.1.bb b/recipes-core/ant/ant-native_1.8.1.bb
index 5a39f42..7839abd 100644
--- a/recipes-core/ant/ant-native_1.8.1.bb
+++ b/recipes-core/ant/ant-native_1.8.1.bb
@@ -11,7 +11,7 @@ SRC_URI = "http://archive.apache.org/dist/ant/source/apache-ant-${PV}-src.tar.gz
11 11
12S = "${WORKDIR}/apache-ant-${PV}" 12S = "${WORKDIR}/apache-ant-${PV}"
13 13
14inherit java-library java-native 14inherit java-library native
15 15
16DEPENDS = " \ 16DEPENDS = " \
17 jsch-native bsf-native xalan-j-native xerces-j-native \ 17 jsch-native bsf-native xalan-j-native xerces-j-native \