diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-04 22:03:23 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-04 22:03:23 +0100 |
commit | 3a26240e09072ec125f80e3a0131080265a2fac7 (patch) | |
tree | 1c8facb86ebefb65c59dd071f5fe2b0f104bd8c3 /recipes/boost/boost_1.36.0.bb | |
parent | a0afb38137e89893bcd31b3a617cf60b0ed3cd9c (diff) |
boost 1.36: various ARM fixups:
* changed intrinsics patch to work for armv6 and armv7a
* disabled atomic ops for arm versions <6
* fix associated build damage
* pass in correct gcc version
Diffstat (limited to 'recipes/boost/boost_1.36.0.bb')
-rw-r--r-- | recipes/boost/boost_1.36.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/boost/boost_1.36.0.bb b/recipes/boost/boost_1.36.0.bb index 140ab290ba..898d1b1603 100644 --- a/recipes/boost/boost_1.36.0.bb +++ b/recipes/boost/boost_1.36.0.bb @@ -1,9 +1,12 @@ include boost-36.inc -PR = "r6" +PR = "r7" SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \ file://arm-intrinsics.patch;patch=1 \ + file://01-no-serialization-test.patch;patch=1 \ + file://02-atomic-count-pthreads-on-arm.patch;patch=1 \ + file://03-exception-clone-destructor-fix.patch;patch=1 \ " BJAM_OPTS = '${BJAM_TOOLS} \ |