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/servlet-api | |
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/servlet-api')
-rw-r--r-- | recipes-core/servlet-api/servlet2.3_4.1.37.bb | 4 | ||||
-rw-r--r-- | recipes-core/servlet-api/servlet2.4_5.5.26.bb | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/recipes-core/servlet-api/servlet2.3_4.1.37.bb b/recipes-core/servlet-api/servlet2.3_4.1.37.bb index fbda5c8..f5f6d4a 100644 --- a/recipes-core/servlet-api/servlet2.3_4.1.37.bb +++ b/recipes-core/servlet-api/servlet2.3_4.1.37.bb | |||
@@ -6,12 +6,10 @@ PR = "r1" | |||
6 | 6 | ||
7 | SRC_URI = "http://archive.apache.org/dist/tomcat/tomcat-4/v${PV}/src/apache-tomcat-${PV}-src.tar.gz" | 7 | SRC_URI = "http://archive.apache.org/dist/tomcat/tomcat-4/v${PV}/src/apache-tomcat-${PV}-src.tar.gz" |
8 | 8 | ||
9 | inherit java-library | 9 | inherit java-library java-bootstrap-components |
10 | 10 | ||
11 | S = "${WORKDIR}/apache-tomcat-${PV}-src/servletapi" | 11 | S = "${WORKDIR}/apache-tomcat-${PV}-src/servletapi" |
12 | 12 | ||
13 | DEPENDS = "fastjar-native" | ||
14 | |||
15 | # Value of implementation.revision in build.xml | 13 | # Value of implementation.revision in build.xml |
16 | IMPL_REVISION = "1" | 14 | IMPL_REVISION = "1" |
17 | 15 | ||
diff --git a/recipes-core/servlet-api/servlet2.4_5.5.26.bb b/recipes-core/servlet-api/servlet2.4_5.5.26.bb index b34b23d..7d0feb3 100644 --- a/recipes-core/servlet-api/servlet2.4_5.5.26.bb +++ b/recipes-core/servlet-api/servlet2.4_5.5.26.bb | |||
@@ -9,8 +9,6 @@ S = "${WORKDIR}/apache-tomcat-${PV}-src/servletapi/jsr154" | |||
9 | 9 | ||
10 | inherit java-library | 10 | inherit java-library |
11 | 11 | ||
12 | DEPENDS = "fastjar-native" | ||
13 | |||
14 | # Value of implementation.revision in build.xml | 12 | # Value of implementation.revision in build.xml |
15 | IMPL_REVISION = "1" | 13 | IMPL_REVISION = "1" |
16 | 14 | ||