diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2016-07-20 11:48:36 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-22 11:46:51 -0300 |
commit | 4ae7c0c40e1f8fccc98d2f58cf61ef58c5a27da6 (patch) | |
tree | 69dbbebfb395f446051184914c64238e1411b7b5 /recipes-core/jakarta-commons | |
parent | 065ee5a0160d7ad95861417a845c9e208499061e (diff) | |
download | meta-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/jakarta-commons')
-rw-r--r-- | recipes-core/jakarta-commons/jakarta-commons.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/jakarta-commons/jakarta-commons.inc b/recipes-core/jakarta-commons/jakarta-commons.inc index 5968164..5a22f1e 100644 --- a/recipes-core/jakarta-commons/jakarta-commons.inc +++ b/recipes-core/jakarta-commons/jakarta-commons.inc | |||
@@ -22,6 +22,7 @@ FINDARGS = "-name '*.properties'" | |||
22 | CLEAN_PATH = "" | 22 | CLEAN_PATH = "" |
23 | 23 | ||
24 | # Some projects have a replaceable version number in their manifest template. | 24 | # Some projects have a replaceable version number in their manifest template. |
25 | do_unpackpost[dirs] = "${B}" | ||
25 | do_unpackpost() { | 26 | do_unpackpost() { |
26 | if [ -d src/conf ] | 27 | if [ -d src/conf ] |
27 | then | 28 | then |