[oe-commits] Ross Burton : boost: add dirs flag to boostconfig task

git at git.openembedded.org git at git.openembedded.org
Thu Jul 16 14:10:15 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: bb458d6c085e4c3d9d4ee8b1fba23600e2d7376b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=bb458d6c085e4c3d9d4ee8b1fba23600e2d7376b

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Jul  7 23:30:30 2015 +0100

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 at intel.com>

---

 meta/recipes-support/boost/boost.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index cf4faca..27d489f 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() {



More information about the Openembedded-commits mailing list