summaryrefslogtreecommitdiffstats
path: root/recipes-core/servlet-api
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/servlet-api')
-rw-r--r--recipes-core/servlet-api/servlet2.3_4.1.37.bb4
-rw-r--r--recipes-core/servlet-api/servlet2.4_5.5.26.bb2
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
7SRC_URI = "http://archive.apache.org/dist/tomcat/tomcat-4/v${PV}/src/apache-tomcat-${PV}-src.tar.gz" 7SRC_URI = "http://archive.apache.org/dist/tomcat/tomcat-4/v${PV}/src/apache-tomcat-${PV}-src.tar.gz"
8 8
9inherit java-library 9inherit java-library java-bootstrap-components
10 10
11S = "${WORKDIR}/apache-tomcat-${PV}-src/servletapi" 11S = "${WORKDIR}/apache-tomcat-${PV}-src/servletapi"
12 12
13DEPENDS = "fastjar-native"
14
15# Value of implementation.revision in build.xml 13# Value of implementation.revision in build.xml
16IMPL_REVISION = "1" 14IMPL_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
10inherit java-library 10inherit java-library
11 11
12DEPENDS = "fastjar-native"
13
14# Value of implementation.revision in build.xml 12# Value of implementation.revision in build.xml
15IMPL_REVISION = "1" 13IMPL_REVISION = "1"
16 14