aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/boost/boost_1.40.0.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2009-11-03 23:01:31 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2009-11-03 23:06:31 +0100
commitc0089b4e8124b757fd3f004b3a238c805469d38a (patch)
tree739c7d468411e439bef1b98d61963f027d8d6ff1 /recipes/boost/boost_1.40.0.bb
parent1aa6d29a4e291455b6d54a01c728e2193b1d2cc7 (diff)
downloadopenembedded-c0089b4e8124b757fd3f004b3a238c805469d38a.tar.gz
boost: add new version 1.4.0
* switch to cmake as buildsystem * enable serialization and python * make own .inc for 1.4.x versions * don't make default for now, needs more testing with apps that are using boost
Diffstat (limited to 'recipes/boost/boost_1.40.0.bb')
-rw-r--r--recipes/boost/boost_1.40.0.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/boost/boost_1.40.0.bb b/recipes/boost/boost_1.40.0.bb
new file mode 100644
index 0000000000..5db3b4a301
--- /dev/null
+++ b/recipes/boost/boost_1.40.0.bb
@@ -0,0 +1,10 @@
+require boost-14x.inc
+
+PR = "r0"
+
+SRC_URI = "http://sodium.resophonic.com/boost-cmake/1.40.0.cmake2/boost-1.40.0.cmake2.tar.gz \
+ file://uclibc.patch;patch=1 \
+ "
+S = "${WORKDIR}/boost-1.40.0.cmake2"
+
+DEFAULT_PREFERENCE = "-1"