[oe-commits] [openembedded-core] 92/116: boost.inc: fix BJAM_OPTS --build-dir option

git at git.openembedded.org git at git.openembedded.org
Sun Feb 28 11:30:18 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 39f16ea74c41411dd0a1e96e53e3e9f98fe9536b
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Thu Feb 25 11:59:15 2016 -0800

    boost.inc: fix BJAM_OPTS --build-dir option
    
    The correct syntax is --build-dir ( --builddir is silently ignored ).
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/boost/boost.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index c55221f..982446c 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -143,7 +143,7 @@ BOOST_PARALLEL_MAKE = "${@get_boost_parallel_make(d)}"
 BJAM_OPTS    = '${BOOST_PARALLEL_MAKE} -d+2 -q \
 		${BJAM_TOOLS} \
 		-sBOOST_BUILD_USER_CONFIG=${S}/tools/build/example/user-config.jam \
-		--builddir=${S}/${TARGET_SYS} \
+		--build-dir=${S}/${TARGET_SYS} \
 		--disable-icu \
 		${BJAM_EXTRA}'
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list