aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/boost/boost_1.45.0.bb
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2010-12-28 14:49:22 +0000
committerKhem Raj <raj.khem@gmail.com>2011-01-07 14:42:32 -0800
commitd470cfde5bd1d4c9ab23a37d286456726711229f (patch)
treedda77753b5662e24bfe5800a2cac01fc0bbe1702 /recipes/boost/boost_1.45.0.bb
parent412ab1b8234785f3c19f545bd5041b74169b167f (diff)
downloadopenembedded-d470cfde5bd1d4c9ab23a37d286456726711229f.tar.gz
boost: Initial commit of 1.45.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/boost/boost_1.45.0.bb')
-rw-r--r--recipes/boost/boost_1.45.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/boost/boost_1.45.0.bb b/recipes/boost/boost_1.45.0.bb
new file mode 100644
index 0000000000..ab4200afe4
--- /dev/null
+++ b/recipes/boost/boost_1.45.0.bb
@@ -0,0 +1,15 @@
+require boost-with-bjam.inc
+
+PR = "${INC_PR}.1"
+
+SRC_URI = " \
+ http://downloads.sourceforge.net/project/boost/boost/1.45.0/boost_1_45_0.tar.gz \
+ file://01-fix-default-python-config.patch \
+"
+S = "${WORKDIR}/boost_1_45_0"
+
+SRC_URI[md5sum] = "739792c98fafb95e7a6b5da23a30062c"
+SRC_URI[sha256sum] = "7cd7a327ebe0f43db829eccce024b7f3b0d9d4d382422d59dc710793d55c6a12"
+
+DEPENDS += " icu "
+