enigma2 : change vfd font (skin_user.xml)
[vuplus_openembedded] / recipes / boost / boost_1.36.0.bb
1 include boost-36.inc
2
3 PR = "${INC_PR}.1"
4
5 SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \
6            file://arm-intrinsics.patch;patch=1 \
7            file://01-no-serialization-test.patch;patch=1 \
8            file://02-atomic-count-pthreads-on-arm.patch;patch=1 \
9            file://03-exception-clone-destructor-fix.patch;patch=1 \
10            file://gcc-44.diff;patch=1 \
11            file://uclibc.patch;patch=1 \
12            file://sscanf.patch;patch=1 \
13           "
14
15 BJAM_OPTS    = '${BJAM_TOOLS} \
16                 --builddir=${S}/${TARGET_SYS} \
17                 ${BJAM_EXTRA}'
18