summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2020-10-06 12:14:43 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-08 10:22:10 +0100
commita685e07a44f607d19fc9800d62ead9765e8a49bb (patch)
treebc42e1f5b420863f88e942d97e74e093a0b832be /meta/recipes-support/boost
parentaf7b126c7a18fd81fd397fc8e3823fb63e91566f (diff)
downloadpoky-a685e07a44f607d19fc9800d62ead9765e8a49bb.tar.gz
boost: don't specify gcc version
There's no need to specify an ancient GCC version here as Boost will probe it. (From OE-Core rev: 2339bf5b0aceb8e55f4b38e44b2383389e514393) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost')
-rw-r--r--meta/recipes-support/boost/boost.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index e74c7d6f7d..89df754744 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -169,7 +169,7 @@ do_configure() {
169 169
170 # D2194:Fixing the failure of "error: duplicate initialization of gcc with the following parameters" during compilation. 170 # D2194:Fixing the failure of "error: duplicate initialization of gcc with the following parameters" during compilation.
171 rm -f ${WORKDIR}/user-config.jam 171 rm -f ${WORKDIR}/user-config.jam
172 echo 'using gcc : 4.3.1 : ${CXX} : <cflags>"${CFLAGS}" <cxxflags>"${CXXFLAGS}" <linkflags>"${LDFLAGS}" ;' >> ${WORKDIR}/user-config.jam 172 echo 'using gcc : : ${CXX} : <cflags>"${CFLAGS}" <cxxflags>"${CXXFLAGS}" <linkflags>"${LDFLAGS}" ;' >> ${WORKDIR}/user-config.jam
173 173
174 # If we want Python then we need to tell Boost *exactly* where to find it 174 # If we want Python then we need to tell Boost *exactly* where to find it
175 if ${@bb.utils.contains('BOOST_LIBS', 'python', 'true', 'false', d)}; then 175 if ${@bb.utils.contains('BOOST_LIBS', 'python', 'true', 'false', d)}; then