summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/files/gcc41.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-11-15 12:58:44 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-16 17:32:45 +0000
commit65333d263e92d6cece36e87f7cd2ccc27d074cec (patch)
treebf08fa12cd589c6952e249a6a199e93c0bcdfcac /meta/recipes-support/boost/files/gcc41.patch
parent7fb529436942015aebd6db0eb55c4a5e1e9c787a (diff)
downloadpoky-65333d263e92d6cece36e87f7cd2ccc27d074cec.tar.gz
boost: Update to 1.47.0 & Cleanup
Removed boost-jam-native since it was an older version no incompatible with boost 1.47. Modified boost to use BBCLASSEXTEND native for the bjam native binary. Removed older unused patches. (From OE-Core rev: 67df7590d0a6600cb9768b3df2b56983a5fe234f) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost/files/gcc41.patch')
-rw-r--r--meta/recipes-support/boost/files/gcc41.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-support/boost/files/gcc41.patch b/meta/recipes-support/boost/files/gcc41.patch
deleted file mode 100644
index a1bd57e1f0..0000000000
--- a/meta/recipes-support/boost/files/gcc41.patch
+++ /dev/null
@@ -1,16 +0,0 @@
1Upstream-Status: Backport
2
3diff -ur boost_1_33_1.orig/boost/bind.hpp boost_1_33_1/boost/bind.hpp
4--- boost_1_33_1.orig/boost/bind.hpp 2008-10-11 10:30:03.000000000 +0200
5+++ boost_1_33_1/boost/bind.hpp 2008-10-11 10:41:25.000000000 +0200
6@@ -28,6 +28,10 @@
7 #include <boost/bind/arg.hpp>
8 #include <boost/detail/workaround.hpp>
9
10+#if __GNUC__ == 4 && __GNUC_MINOR__ == 1
11+# include <boost/visit_each.hpp>
12+#endif
13+
14 // Borland-specific bug, visit_each() silently fails to produce code
15
16 #if defined(__BORLANDC__)