summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpathx
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/classpathx
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/classpathx')
-rw-r--r--recipes-core/classpathx/gnujaf_1.1.1.bb2
-rw-r--r--recipes-core/classpathx/gnumail_1.1.2.bb2
-rw-r--r--recipes-core/classpathx/inetlib_1.1.1.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-core/classpathx/gnujaf_1.1.1.bb b/recipes-core/classpathx/gnujaf_1.1.1.bb
index 5520ef7..0bd8b57 100644
--- a/recipes-core/classpathx/gnujaf_1.1.1.bb
+++ b/recipes-core/classpathx/gnujaf_1.1.1.bb
@@ -10,7 +10,7 @@ SRC_URI = "http://ftp.gnu.org/gnu/classpathx/activation-${PV}.tar.gz \
10 file://MimeType-symbols-fix.patch \ 10 file://MimeType-symbols-fix.patch \
11 " 11 "
12 12
13inherit java-library java-bootstrap-components 13inherit java-library
14 14
15S = "${WORKDIR}/activation-${PV}" 15S = "${WORKDIR}/activation-${PV}"
16 16
diff --git a/recipes-core/classpathx/gnumail_1.1.2.bb b/recipes-core/classpathx/gnumail_1.1.2.bb
index b498c2b..f5033c5 100644
--- a/recipes-core/classpathx/gnumail_1.1.2.bb
+++ b/recipes-core/classpathx/gnumail_1.1.2.bb
@@ -9,7 +9,7 @@ SRC_URI = "http://ftp.gnu.org/gnu/classpathx/mail-${PV}.tar.gz \
9 file://fix_makefile_race_condition.patch \ 9 file://fix_makefile_race_condition.patch \
10 " 10 "
11 11
12inherit java-library java-bootstrap-components autotools 12inherit java-library autotools
13 13
14S = "${WORKDIR}/mail-${PV}" 14S = "${WORKDIR}/mail-${PV}"
15 15
diff --git a/recipes-core/classpathx/inetlib_1.1.1.bb b/recipes-core/classpathx/inetlib_1.1.1.bb
index 3b3f299..f078e33 100644
--- a/recipes-core/classpathx/inetlib_1.1.1.bb
+++ b/recipes-core/classpathx/inetlib_1.1.1.bb
@@ -9,7 +9,7 @@ SRC_URI = "http://ftp.gnu.org/gnu/classpath/${BP}.tar.gz \
9 file://datadir_java.patch \ 9 file://datadir_java.patch \
10 " 10 "
11 11
12inherit java-library java-bootstrap-components autotools 12inherit java-library autotools
13 13
14JPN = "libgnuinet-java" 14JPN = "libgnuinet-java"
15 15