diff options
author | Ross Burton <ross.burton@intel.com> | 2015-07-07 23:30:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-16 15:08:43 +0100 |
commit | bb458d6c085e4c3d9d4ee8b1fba23600e2d7376b (patch) | |
tree | dd18afbabe75575c08a9d568b0cbf6771ef851c3 /meta | |
parent | 2b407176091c5a8697260c79f7559c933f38c317 (diff) | |
download | openembedded-core-bb458d6c085e4c3d9d4ee8b1fba23600e2d7376b.tar.gz openembedded-core-bb458d6c085e4c3d9d4ee8b1fba23600e2d7376b.tar.bz2 openembedded-core-bb458d6c085e4c3d9d4ee8b1fba23600e2d7376b.zip |
boost: add dirs flag to boostconfig task
The boostconfig task expects to run in ${S} so make that explicit.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/boost/boost.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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() { |