summaryrefslogtreecommitdiffstats
path: root/recipes-core/ant
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-12-22 22:26:16 -0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-01-04 09:21:06 -0200
commitec7b984fbd0662b7aa1707f229ab09c555bb2cf6 (patch)
treeddcccc61cad8998e96506319c30d12acd6edbfdb /recipes-core/ant
parentaf90e3a9473e529dcbb4e7392a62f1d5c592f717 (diff)
downloadmeta-java-ec7b984fbd0662b7aa1707f229ab09c555bb2cf6.tar.gz
Revert "meta-java: rely on well known bootstrap-path"
This reverts commit 04d5d0bf414c05ca59618d77f17ff9898aa1c566. Detail reason is in the following commit. Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Diffstat (limited to 'recipes-core/ant')
-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 6cdbc80..35b45d6 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 java-bootstrap-components 14inherit java-library java-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 \