summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpathx
diff options
context:
space:
mode:
authorJens Rehsack <rehsack@gmail.com>2015-12-08 14:51:50 +0100
committerMaxin B. John <maxin.john@intel.com>2015-12-08 17:43:35 +0200
commit04d5d0bf414c05ca59618d77f17ff9898aa1c566 (patch)
treee4d640f95075d3291a7466a4b8af8f0421e9745b /recipes-core/classpathx
parent0d7ba0ff39a332b0f93c4958370b2c7db9ea0e30 (diff)
downloadmeta-java-04d5d0bf414c05ca59618d77f17ff9898aa1c566.tar.gz
meta-java: rely on well known bootstrap-path
Instead of potential circular depending virtual/javac-native (even this recipe provides such a useable java-native), rely on well known path via cacao-native to build up to icedtea7-native in reliable manner. virtual/javac-native should be used by parts not belonging to the bootstrap phase. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Maxin B. John <maxin.john@intel.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 0bd8b57..5520ef7 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 13inherit java-library java-bootstrap-components
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 5e81a45..41417c0 100644
--- a/recipes-core/classpathx/gnumail_1.1.2.bb
+++ b/recipes-core/classpathx/gnumail_1.1.2.bb
@@ -8,7 +8,7 @@ SRC_URI = "http://ftp.gnu.org/gnu/classpathx/mail-${PV}.tar.gz \
8 file://datadir_java.patch \ 8 file://datadir_java.patch \
9 " 9 "
10 10
11inherit java-library autotools 11inherit java-library java-bootstrap-components autotools
12 12
13S = "${WORKDIR}/mail-${PV}" 13S = "${WORKDIR}/mail-${PV}"
14 14
diff --git a/recipes-core/classpathx/inetlib_1.1.1.bb b/recipes-core/classpathx/inetlib_1.1.1.bb
index f078e33..3b3f299 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 autotools 12inherit java-library java-bootstrap-components autotools
13 13
14JPN = "libgnuinet-java" 14JPN = "libgnuinet-java"
15 15