diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2015-12-22 22:26:16 -0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-01-04 09:21:06 -0200 |
commit | ec7b984fbd0662b7aa1707f229ab09c555bb2cf6 (patch) | |
tree | ddcccc61cad8998e96506319c30d12acd6edbfdb /recipes-core/classpathx | |
parent | af90e3a9473e529dcbb4e7392a62f1d5c592f717 (diff) | |
download | meta-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.bb | 2 | ||||
-rw-r--r-- | recipes-core/classpathx/gnumail_1.1.2.bb | 2 | ||||
-rw-r--r-- | recipes-core/classpathx/inetlib_1.1.1.bb | 2 |
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 | ||
13 | inherit java-library java-bootstrap-components | 13 | inherit java-library |
14 | 14 | ||
15 | S = "${WORKDIR}/activation-${PV}" | 15 | S = "${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 | ||
12 | inherit java-library java-bootstrap-components autotools | 12 | inherit java-library autotools |
13 | 13 | ||
14 | S = "${WORKDIR}/mail-${PV}" | 14 | S = "${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 | ||
12 | inherit java-library java-bootstrap-components autotools | 12 | inherit java-library autotools |
13 | 13 | ||
14 | JPN = "libgnuinet-java" | 14 | JPN = "libgnuinet-java" |
15 | 15 | ||