diff options
-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() { |