diff options
author | Jens Rehsack <rehsack@gmail.com> | 2015-12-08 14:51:50 +0100 |
---|---|---|
committer | Maxin B. John <maxin.john@intel.com> | 2015-12-08 17:43:35 +0200 |
commit | 04d5d0bf414c05ca59618d77f17ff9898aa1c566 (patch) | |
tree | e4d640f95075d3291a7466a4b8af8f0421e9745b /recipes-core/jakarta-commons | |
parent | 0d7ba0ff39a332b0f93c4958370b2c7db9ea0e30 (diff) | |
download | meta-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/jakarta-commons')
-rw-r--r-- | recipes-core/jakarta-commons/commons-logging_1.1.1.bb | 2 | ||||
-rw-r--r-- | recipes-core/jakarta-commons/commons-net_1.4.1.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes-core/jakarta-commons/commons-logging_1.1.1.bb b/recipes-core/jakarta-commons/commons-logging_1.1.1.bb index b3b508a..8b1efe0 100644 --- a/recipes-core/jakarta-commons/commons-logging_1.1.1.bb +++ b/recipes-core/jakarta-commons/commons-logging_1.1.1.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | require jakarta-commons.inc | 1 | require jakarta-commons.inc |
2 | 2 | ||
3 | inherit java-bootstrap-components | ||
4 | |||
3 | PR = "${INC_PR}.1" | 5 | PR = "${INC_PR}.1" |
4 | 6 | ||
5 | DESCRIPTION = "Java Internet protocol suite library" | 7 | DESCRIPTION = "Java Internet protocol suite library" |
diff --git a/recipes-core/jakarta-commons/commons-net_1.4.1.bb b/recipes-core/jakarta-commons/commons-net_1.4.1.bb index 275ebb9..7c03b82 100644 --- a/recipes-core/jakarta-commons/commons-net_1.4.1.bb +++ b/recipes-core/jakarta-commons/commons-net_1.4.1.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | require jakarta-commons.inc | 1 | require jakarta-commons.inc |
2 | 2 | ||
3 | inherit java-bootstrap-components | ||
4 | |||
3 | PR = "${INC_PR}.1" | 5 | PR = "${INC_PR}.1" |
4 | 6 | ||
5 | DESCRIPTION = "Java Internet protocol suite library" | 7 | DESCRIPTION = "Java Internet protocol suite library" |