summaryrefslogtreecommitdiffstats
path: root/recipes-core/jacl
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/jacl
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/jacl')
-rw-r--r--recipes-core/jacl/jacl_1.4.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/jacl/jacl_1.4.1.bb b/recipes-core/jacl/jacl_1.4.1.bb
index f9808ca..b413719 100644
--- a/recipes-core/jacl/jacl_1.4.1.bb
+++ b/recipes-core/jacl/jacl_1.4.1.bb
@@ -10,7 +10,7 @@ HOMEPAGE = "http://sourceforge.net/projects/tcljava"
10 10
11SRC_URI = "http://downloads.sourceforge.net/tcljava/jacl${PV}.tar.gz" 11SRC_URI = "http://downloads.sourceforge.net/tcljava/jacl${PV}.tar.gz"
12 12
13inherit java-library java-bootstrap-components 13inherit java-library
14 14
15S = "${WORKDIR}/jacl${PV}" 15S = "${WORKDIR}/jacl${PV}"
16 16