From: Ross Burton Date: Tue, 7 Jul 2015 22:30:30 +0000 (+0100) Subject: boost: add dirs flag to boostconfig task X-Git-Tag: 2015-10~1214 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bb458d6c085e4c3d9d4ee8b1fba23600e2d7376b;p=openembedded-core.git boost: add dirs flag to boostconfig task The boostconfig task expects to run in ${S} so make that explicit. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index cf4faca449..27d489f487 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc @@ -154,6 +154,7 @@ do_boostconfig() { sed -i '/^using python/d' project-config.jam } +do_boostconfig[dirs] = "${S}" addtask do_boostconfig after do_patch before do_configure do_compile() {