It can lead to build failures if you've got boost installed in the host,
like this:
http://stackoverflow.com/questions/
23013433/how-to-install-modular-boost
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
--user-config=$(@D)/user-config.jam \
$(BOOST_OPTS) \
--prefix=$(TARGET_DIR)/usr \
+ --ignore-site-config \
--layout=$(BOOST_LAYOUT) install )
endef
(cd $(@D) && ./b2 -j$(PARALLEL_JOBS) -q -d+1 \
--user-config=$(@D)/user-config.jam \
$(HOST_BOOST_OPTS) \
+ --ignore-site-config \
--prefix=$(HOST_DIR)/usr )
endef
--user-config=$(@D)/user-config.jam \
$(HOST_BOOST_OPTS) \
--prefix=$(HOST_DIR)/usr \
+ --ignore-site-config \
--layout=$(BOOST_LAYOUT) install )
endef
--user-config=$(@D)/user-config.jam \
$(BOOST_OPTS) \
--prefix=$(STAGING_DIR)/usr \
+ --ignore-site-config \
--layout=$(BOOST_LAYOUT) install)
endef