diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-07-03 23:55:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:54:01 +0100 |
commit | a096caa65c3089d7f5000d2b3fba4494de785f45 (patch) | |
tree | 11b96d24917a8cf8f8bd7f67e1c4bf28cd404db1 /meta/recipes-support | |
parent | 06f6b54e14298a86fb3ae87e943df4001cfd02a7 (diff) | |
download | poky-a096caa65c3089d7f5000d2b3fba4494de785f45.tar.gz |
boost: Upgrade recipe to 1.50.0
1.49.0 is not buildable with eglibc 2.16 since
it exposes a define TIME_UTC which is also used
in boost until 1.50.0 when it was renamed to
TIME_UTC_ so instead of porting needed patches
we upgrade boost to latest release
(From OE-Core rev: 20c00be5556db5e6680bcdb7d4ec6d4516f4c410)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/boost/boost_1.50.0.bb (renamed from meta/recipes-support/boost/boost_1.49.0.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/boost/boost_1.49.0.bb b/meta/recipes-support/boost/boost_1.50.0.bb index 71fdc48090..78ebf1e37c 100644 --- a/meta/recipes-support/boost/boost_1.49.0.bb +++ b/meta/recipes-support/boost/boost_1.50.0.bb | |||
@@ -5,6 +5,5 @@ LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | |||
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.0" |
6 | 6 | ||
7 | SRC_URI += "file://arm-intrinsics.patch" | 7 | SRC_URI += "file://arm-intrinsics.patch" |
8 | 8 | SRC_URI[md5sum] = "52dd00be775e689f55a987baebccc462" | |
9 | SRC_URI[md5sum] = "0d202cb811f934282dea64856a175698" | 9 | SRC_URI[sha256sum] = "c9ace2b8c81fa6703d1d17c7e478de3bc51101c5adbdeb3f6cb72cf3045a8529" |
10 | SRC_URI[sha256sum] = "dd748a7f5507a7e7af74f452e1c52a64e651ed1f7263fce438a06641d2180d3c" | ||