aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/boost/boost_1.36.0.bb
blob: e0522402f16cf3e2644c352b8e73c7724f1139a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include boost-36.inc

PR = "${INC_PR}.1"

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 \
           file://gcc-44.diff;patch=1 \
           file://uclibc.patch;patch=1 \
           file://sscanf.patch;patch=1 \
          "

BJAM_OPTS    = '${BJAM_TOOLS} \
                --builddir=${S}/${TARGET_SYS} \
                ${BJAM_EXTRA}'