summaryrefslogtreecommitdiffstats
path: root/recipes-core/servlet-api/jsp2.0_5.5.26.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/servlet-api/jsp2.0_5.5.26.bb')
-rw-r--r--recipes-core/servlet-api/jsp2.0_5.5.26.bb1
1 files changed, 1 insertions, 0 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 e831501..98e3468 100644
--- a/recipes-core/servlet-api/jsp2.0_5.5.26.bb
+++ b/recipes-core/servlet-api/jsp2.0_5.5.26.bb
@@ -18,6 +18,7 @@ IMPL_REVISION = "public_draft"
18JARFILENAME = "jsp-api-2.0.${IMPL_REVISION}.jar" 18JARFILENAME = "jsp-api-2.0.${IMPL_REVISION}.jar"
19ALTJARFILENAMES = "jsp-api-2.0.jar jsp-api.jar" 19ALTJARFILENAMES = "jsp-api-2.0.jar jsp-api.jar"
20 20
21do_unpackpost[dirs] = "${B}"
21do_unpackpost() { 22do_unpackpost() {
22 sed -i -e "s|@implementation.version@|${IMPL_REVISION}|" src/etc/manifest 23 sed -i -e "s|@implementation.version@|${IMPL_REVISION}|" src/etc/manifest
23} 24}