summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/files/atomic_count_gcc_atomicity.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/atomic_count_gcc_atomicity.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/atomic_count_gcc_atomicity.patch')
-rw-r--r--meta/recipes-support/boost/files/atomic_count_gcc_atomicity.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-support/boost/files/atomic_count_gcc_atomicity.patch b/meta/recipes-support/boost/files/atomic_count_gcc_atomicity.patch
deleted file mode 100644
index 64d5884152..0000000000
--- a/meta/recipes-support/boost/files/atomic_count_gcc_atomicity.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1Upstream-Status: Backport
2
3Index: boost_1_33_1/boost/detail/atomic_count_gcc.hpp
4===================================================================
5--- boost_1_33_1.orig/boost/detail/atomic_count_gcc.hpp 2008-05-01 20:43:45.000000000 +0200
6+++ boost_1_33_1/boost/detail/atomic_count_gcc.hpp 2008-05-01 20:43:55.000000000 +0200
7@@ -17,7 +17,7 @@
8 // http://www.boost.org/LICENSE_1_0.txt)
9 //
10
11-#include <bits/atomicity.h>
12+#include <ext/atomicity.h>
13
14 namespace boost
15 {