summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/files/linux-uclibc.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/linux-uclibc.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/linux-uclibc.patch')
-rw-r--r--meta/recipes-support/boost/files/linux-uclibc.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/recipes-support/boost/files/linux-uclibc.patch b/meta/recipes-support/boost/files/linux-uclibc.patch
deleted file mode 100644
index 470e0844fb..0000000000
--- a/meta/recipes-support/boost/files/linux-uclibc.patch
+++ /dev/null
@@ -1,12 +0,0 @@
1Upstream-Status: Inappropriate [embedded specific]
2
3--- /dev/null 1969-12-31 16:00:00.000000000 -0800
4+++ boost_1_32_0/boost/config/platform/linux-uclibc.hpp 2005-07-05 14:51:56.237294460 -0700
5@@ -0,0 +1,7 @@
6+// Modifications required to support uClibC libc implementation.
7+// Default to Linux...
8+#include "linux.hpp"
9+
10+// Override anything uClibC doesn't support.
11+// At present (0.9.27) the nl_types.h header exists but is not implemented
12+#undef BOOST_HAS_NL_TYPES_H