summaryrefslogtreecommitdiffstats
path: root/recipes-core/servlet-api/servlet2.4_5.5.26.bb
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2016-07-20 11:48:36 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2016-07-22 11:46:51 -0300
commit4ae7c0c40e1f8fccc98d2f58cf61ef58c5a27da6 (patch)
tree69dbbebfb395f446051184914c64238e1411b7b5 /recipes-core/servlet-api/servlet2.4_5.5.26.bb
parent065ee5a0160d7ad95861417a845c9e208499061e (diff)
downloadmeta-java-4ae7c0c40e1f8fccc98d2f58cf61ef58c5a27da6.tar.gz
do_unpackpost: explicitly set working directory
bitbake rev 67a7b8b02 "build: don't use $B as the default cwd for functions" (included in current bitbake master) breaks the assumption that do_unpackpost runs inside the build directory. Now that has to be set explicitly, which is also okay for older bitbake versions. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/servlet-api/servlet2.4_5.5.26.bb')
-rw-r--r--recipes-core/servlet-api/servlet2.4_5.5.26.bb1
1 files changed, 1 insertions, 0 deletions
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..f9259aa 100644
--- a/recipes-core/servlet-api/servlet2.4_5.5.26.bb
+++ b/recipes-core/servlet-api/servlet2.4_5.5.26.bb
@@ -17,6 +17,7 @@ IMPL_REVISION = "1"
17JARFILENAME = "servlet-api-2.4.${IMPL_REVISION}.jar" 17JARFILENAME = "servlet-api-2.4.${IMPL_REVISION}.jar"
18ALTJARFILENAMES = "servlet-api-2.4.jar servlet-api.jar servlet2.4.jar" 18ALTJARFILENAMES = "servlet-api-2.4.jar servlet-api.jar servlet2.4.jar"
19 19
20do_unpackpost[dirs] = "${B}"
20do_unpackpost() { 21do_unpackpost() {
21 sed -i -e "s|2.3.@implementation.version@|2.4.${IMPL_REVISION}|" src/etc/manifest 22 sed -i -e "s|2.3.@implementation.version@|2.4.${IMPL_REVISION}|" src/etc/manifest
22} 23}