From 4ae7c0c40e1f8fccc98d2f58cf61ef58c5a27da6 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Wed, 20 Jul 2016 11:48:36 +0200 Subject: 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 Signed-off-by: Otavio Salvador --- recipes-core/jakarta-commons/jakarta-commons.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-core/jakarta-commons') 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'" CLEAN_PATH = "" # Some projects have a replaceable version number in their manifest template. +do_unpackpost[dirs] = "${B}" do_unpackpost() { if [ -d src/conf ] then -- cgit v1.2.3-54-g00ecf