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:09:21 +0100 |
commit | 62dae66e0d107cdc25440ebc6ccfc7f41e161873 (patch) | |
tree | 1be90d5435ba358cb3ec7fb524a6056a921b027f /meta/recipes-support/boost | |
parent | c5c80d9edcaabd35be38938ad8d991c91cee48f8 (diff) | |
download | poky-62dae66e0d107cdc25440ebc6ccfc7f41e161873.tar.gz |
boost: add dirs flag to boostconfig task
The boostconfig task expects to run in ${S} so make that explicit.
(From OE-Core rev: bb458d6c085e4c3d9d4ee8b1fba23600e2d7376b)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost')
-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() { | |||
154 | sed -i '/^using python/d' project-config.jam | 154 | sed -i '/^using python/d' project-config.jam |
155 | } | 155 | } |
156 | 156 | ||
157 | do_boostconfig[dirs] = "${S}" | ||
157 | addtask do_boostconfig after do_patch before do_configure | 158 | addtask do_boostconfig after do_patch before do_configure |
158 | 159 | ||
159 | do_compile() { | 160 | do_compile() { |