summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--classes/java-native.bbclass9
-rw-r--r--recipes-core/ant-contrib/ant-contrib-native_1.0b3.bb2
-rw-r--r--recipes-core/ant/ant-native_1.8.1.bb2
3 files changed, 2 insertions, 11 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
7inherit native
8
9NATIVE_INSTALL_WORKS = "1"
diff --git a/recipes-core/ant-contrib/ant-contrib-native_1.0b3.bb b/recipes-core/ant-contrib/ant-contrib-native_1.0b3.bb
index 2a44ea2..db79626 100644
--- a/recipes-core/ant-contrib/ant-contrib-native_1.0b3.bb
+++ b/recipes-core/ant-contrib/ant-contrib-native_1.0b3.bb
@@ -12,7 +12,7 @@ DEPENDS = "ant-native commons-cli-native commons-codec-native \
12 oro-native bcel-native xerces-j-native \ 12 oro-native bcel-native xerces-j-native \
13 " 13 "
14 14
15inherit java-library java-native 15inherit java-library native
16 16
17SRC_URI = "${SOURCEFORGE_MIRROR}/ant-contrib/ant-contrib-${PV}-src.zip" 17SRC_URI = "${SOURCEFORGE_MIRROR}/ant-contrib/ant-contrib-${PV}-src.zip"
18 18
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 \