aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/boost
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2010-03-13 07:42:04 -0500
committerPhilip Balister <philip@balister.org>2010-03-13 07:42:04 -0500
commite59a08839ee428f7548ff4e6eb01ebb64f2cd6ee (patch)
treee65c78ba3e9d8d6c163dbbb38abd99a525a0a80e /recipes/boost
parenteea3c6d325f8048c87d9744a6dc0becd82b2957f (diff)
downloadopenembedded-e59a08839ee428f7548ff4e6eb01ebb64f2cd6ee.tar.gz
boost-1.37 : Add recipe for version 1.37 of boost.
* DEFAULT_PREFERENCE = "-1" until we check for impact on other recipes. Boost API changes a lot so difficult to manage recipes.
Diffstat (limited to 'recipes/boost')
-rw-r--r--recipes/boost/boost_1.37.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/boost/boost_1.37.0.bb b/recipes/boost/boost_1.37.0.bb
new file mode 100644
index 0000000000..f21100e62f
--- /dev/null
+++ b/recipes/boost/boost_1.37.0.bb
@@ -0,0 +1,20 @@
+include boost-36.inc
+
+DEFAULT_PREFERENCE = "-1"
+
+PR = "${INC_PR}.1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2;name=boost1370tarbz2 \
+ file://arm-intrinsics.patch;patch=1 \
+ file://02-atomic-count-pthreads-on-arm.patch;patch=1 \
+ file://uclibc.patch;patch=1 \
+ file://sscanf.patch;patch=1 \
+ "
+
+SRC_URI[boost1370tarbz2.md5sum] = "8d9f990bfb7e83769fa5f1d6f065bc92"
+SRC_URI[boost1370tarbz2.sha256sum] = "d52ef49f70b1b9addc4e0d1a3a2a1966227f0d173c3301bac3e6d399eeac5472"
+
+BJAM_OPTS = '${BJAM_TOOLS} \
+ --builddir=${S}/${TARGET_SYS} \
+ ${BJAM_EXTRA}'
+