summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/boost.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/boost/boost.inc')
-rw-r--r--meta/recipes-support/boost/boost.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index 8eb9494381..1c13fb3599 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -1,4 +1,8 @@
1SUMMARY = "Free peer-reviewed portable C++ source libraries" 1SUMMARY = "Free peer-reviewed portable C++ source libraries"
2DESCRIPTION = "Provides free peer-reviewed portable C++ source libraries. The emphasis is on libraries which work well with the C++ \
3Standard Library. One goal is to establish 'existing practice' and \
4provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's \
5upcoming C++ Standard Library Technical Report."
2SECTION = "libs" 6SECTION = "libs"
3DEPENDS = "bjam-native zlib bzip2" 7DEPENDS = "bjam-native zlib bzip2"
4 8
@@ -161,7 +165,7 @@ do_configure() {
161 165
162 # D2194:Fixing the failure of "error: duplicate initialization of gcc with the following parameters" during compilation. 166 # D2194:Fixing the failure of "error: duplicate initialization of gcc with the following parameters" during compilation.
163 rm -f ${WORKDIR}/user-config.jam 167 rm -f ${WORKDIR}/user-config.jam
164 echo 'using gcc : 4.3.1 : ${CXX} : <cflags>"${CFLAGS}" <cxxflags>"${CXXFLAGS}" <linkflags>"${LDFLAGS}" ;' >> ${WORKDIR}/user-config.jam 168 echo 'using gcc : : ${CXX} : <cflags>"${CFLAGS}" <cxxflags>"${CXXFLAGS}" <linkflags>"${LDFLAGS}" ;' >> ${WORKDIR}/user-config.jam
165 169
166 # If we want Python then we need to tell Boost *exactly* where to find it 170 # If we want Python then we need to tell Boost *exactly* where to find it
167 if ${@bb.utils.contains('BOOST_LIBS', 'python', 'true', 'false', d)}; then 171 if ${@bb.utils.contains('BOOST_LIBS', 'python', 'true', 'false', d)}; then