summaryrefslogtreecommitdiffstats
path: root/recipes-core/ecj
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/ecj
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/ecj')
-rw-r--r--recipes-core/ecj/libecj-bootstrap.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/ecj/libecj-bootstrap.inc b/recipes-core/ecj/libecj-bootstrap.inc
index 020b8d3..dde09c6 100644
--- a/recipes-core/ecj/libecj-bootstrap.inc
+++ b/recipes-core/ecj/libecj-bootstrap.inc
@@ -15,6 +15,7 @@ S = "${WORKDIR}"
15 15
16JAR = "ecj-bootstrap-${PV}.jar" 16JAR = "ecj-bootstrap-${PV}.jar"
17 17
18do_unpackpost[dirs] = "${B}"
18do_unpackpost() { 19do_unpackpost() {
19 if [ ! -d source ]; then 20 if [ ! -d source ]; then
20 mkdir source 21 mkdir source