From 5a018ee669869d20b51c120c2cd3f8cb4a0031e5 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn Date: Thu, 5 Dec 2013 08:58:18 +0100 Subject: boost: updating to 1.55.0 When updating to 1.55.0, the backport patches for recent versions of glibc and linking boost-thread to boost-atomic were removed, as they have been added to the current version. Although the arm-intrinsics.patch is reported with Status: Backport, it was not merged to version 1.55.0 yet. The boost recipe for 1.55.0 was tested intensively for the different qemu machines with the meta-ros layer, which uses boost in various recipes. During the compilation, no errors were discovered. (From OE-Core rev: e0bc74e14f7ad67ff85959ce7c0a111d05ac7f2f) Signed-off-by: Lukas Bulwahn Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-support/boost/boost-1.55.0.inc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta/recipes-support/boost/boost-1.55.0.inc (limited to 'meta/recipes-support/boost/boost-1.55.0.inc') diff --git a/meta/recipes-support/boost/boost-1.55.0.inc b/meta/recipes-support/boost/boost-1.55.0.inc new file mode 100644 index 0000000000..7daadb6c9e --- /dev/null +++ b/meta/recipes-support/boost/boost-1.55.0.inc @@ -0,0 +1,19 @@ +# The Boost web site provides free peer-reviewed portable +# C++ source libraries. The emphasis is on libraries which +# work well with the C++ Standard Library. The libraries are +# intended to be widely useful, and are in regular use by +# thousands of programmers across a broad spectrum of applications. +HOMEPAGE = "http://www.boost.org/" +LICENSE = "BSL-1.0 & MIT & Python-2.0" +LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c" + +BOOST_VER = "${@"_".join(d.getVar("PV",1).split("."))}" +BOOST_MAJ = "${@"_".join(d.getVar("PV",1).split(".")[0:2])}" +BOOST_P = "boost_${BOOST_VER}" + +SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2" + +SRC_URI[md5sum] = "d6eef4b4cacb2183f2bf265a5a03a354" +SRC_URI[sha256sum] = "fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52" + +S = "${WORKDIR}/${BOOST_P}" -- cgit v1.2.3-54-g00ecf