boost-1.33.1: bits/atomicity.h is now ext/atomicity.h. Closes #4204.
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Thu, 1 May 2008 19:14:57 +0000 (19:14 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Thu, 1 May 2008 19:14:57 +0000 (19:14 +0000)
packages/boost/boost_1.33.1.bb
packages/boost/files/atomic_count_gcc_atomicity.patch [new file with mode: 0644]

index 516a20b..6632f6c 100644 (file)
@@ -9,7 +9,7 @@ SECTION = "libs"
 DEPENDS = "boost-jam-native zlib"
 PRIORITY = "optional"
 LICENSE = "Boost Software License"
-PR = "r0"
+PR = "r1"
 
 BOOST_VER = "${@"_".join(bb.data.getVar("PV",d,1).split("."))}"
 BOOST_MAJ = "${@"_".join(bb.data.getVar("PV",d,1).split(".")[0:2])}"
diff --git a/packages/boost/files/atomic_count_gcc_atomicity.patch b/packages/boost/files/atomic_count_gcc_atomicity.patch
new file mode 100644 (file)
index 0000000..7d08e73
--- /dev/null
@@ -0,0 +1,13 @@
+Index: boost_1_33_1/boost/detail/atomic_count_gcc.hpp
+===================================================================
+--- boost_1_33_1.orig/boost/detail/atomic_count_gcc.hpp        2008-05-01 20:43:45.000000000 +0200
++++ boost_1_33_1/boost/detail/atomic_count_gcc.hpp     2008-05-01 20:43:55.000000000 +0200
+@@ -17,7 +17,7 @@
+ //  http://www.boost.org/LICENSE_1_0.txt)
+ //
+-#include <bits/atomicity.h>
++#include <ext/atomicity.h>
+ namespace boost
+ {