diff options
Diffstat (limited to 'recipes-core/servlet-api')
-rw-r--r-- | recipes-core/servlet-api/jsp2.0_5.5.26.bb | 3 | ||||
-rw-r--r-- | recipes-core/servlet-api/servlet2.3_4.1.37.bb | 1 | ||||
-rw-r--r-- | recipes-core/servlet-api/servlet2.4_5.5.26.bb | 1 |
3 files changed, 1 insertions, 4 deletions
diff --git a/recipes-core/servlet-api/jsp2.0_5.5.26.bb b/recipes-core/servlet-api/jsp2.0_5.5.26.bb index 286d6d5..3d9f4da 100644 --- a/recipes-core/servlet-api/jsp2.0_5.5.26.bb +++ b/recipes-core/servlet-api/jsp2.0_5.5.26.bb | |||
@@ -10,7 +10,7 @@ S = "${WORKDIR}/apache-tomcat-${PV}-src/servletapi/jsr152" | |||
10 | inherit java-library | 10 | inherit java-library |
11 | 11 | ||
12 | DEPENDS = "servlet2.4" | 12 | DEPENDS = "servlet2.4" |
13 | RDEPENDS_${PN} = "libservlet2.4-java" | 13 | RDEPENDS:${PN} = "libservlet2.4-java" |
14 | 14 | ||
15 | # Value of implementation.revision in build.xml | 15 | # Value of implementation.revision in build.xml |
16 | IMPL_REVISION = "public_draft" | 16 | IMPL_REVISION = "public_draft" |
@@ -43,5 +43,4 @@ do_compile() { | |||
43 | fastjar -C build -c -m src/etc/manifest -f ${JARFILENAME} . | 43 | fastjar -C build -c -m src/etc/manifest -f ${JARFILENAME} . |
44 | } | 44 | } |
45 | 45 | ||
46 | SRC_URI[md5sum] = "642b6526354cb18c5b5d77ebef8109ae" | ||
47 | SRC_URI[sha256sum] = "ddc677d7391c438e6102d0b3e9653eaca661344ef74b0260c1f488340d660395" | 46 | SRC_URI[sha256sum] = "ddc677d7391c438e6102d0b3e9653eaca661344ef74b0260c1f488340d660395" |
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 996f93b..dceece6 100644 --- a/recipes-core/servlet-api/servlet2.3_4.1.37.bb +++ b/recipes-core/servlet-api/servlet2.3_4.1.37.bb | |||
@@ -43,7 +43,6 @@ do_compile() { | |||
43 | fastjar cfm ${JARFILENAME} src/etc/manifest -C build . | 43 | fastjar cfm ${JARFILENAME} src/etc/manifest -C build . |
44 | } | 44 | } |
45 | 45 | ||
46 | SRC_URI[md5sum] = "fe50177a25a084ad1abf4a201d08c2a6" | ||
47 | SRC_URI[sha256sum] = "65e4cc9d3ea4a7f30044bfd6c660c772adb75ac152d775342deb6049a0d19d74" | 46 | SRC_URI[sha256sum] = "65e4cc9d3ea4a7f30044bfd6c660c772adb75ac152d775342deb6049a0d19d74" |
48 | 47 | ||
49 | BBCLASSEXTEND = "native" | 48 | BBCLASSEXTEND = "native" |
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 7424673..eb2f769 100644 --- a/recipes-core/servlet-api/servlet2.4_5.5.26.bb +++ b/recipes-core/servlet-api/servlet2.4_5.5.26.bb | |||
@@ -39,5 +39,4 @@ do_compile() { | |||
39 | fastjar -C build -c -m src/etc/manifest -f ${JARFILENAME} . | 39 | fastjar -C build -c -m src/etc/manifest -f ${JARFILENAME} . |
40 | } | 40 | } |
41 | 41 | ||
42 | SRC_URI[md5sum] = "642b6526354cb18c5b5d77ebef8109ae" | ||
43 | SRC_URI[sha256sum] = "ddc677d7391c438e6102d0b3e9653eaca661344ef74b0260c1f488340d660395" | 42 | SRC_URI[sha256sum] = "ddc677d7391c438e6102d0b3e9653eaca661344ef74b0260c1f488340d660395" |