diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-01-19 14:40:06 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-21 10:22:09 +0000 |
commit | 21d04932de99056fbbff69c510c5599c2c851837 (patch) | |
tree | 81203d9de346fe67575dd79c2a0ab2c3fcdc9aa5 /meta/recipes-support/boost/boost.inc | |
parent | 3d3555839dac4fcd44313fd9fb4e47a421b09278 (diff) | |
download | poky-21d04932de99056fbbff69c510c5599c2c851837.tar.gz |
boost: Upgrade 1.51 -> 1.52
Drop hash_enums.patch which is already applied upstream
(From OE-Core rev: c4d3f5596662d6aced46f270f566b510a36e4952)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/boost/boost.inc')
-rw-r--r-- | meta/recipes-support/boost/boost.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index 4fe5a354de..1266666e30 100644 --- a/meta/recipes-support/boost/boost.inc +++ b/meta/recipes-support/boost/boost.inc | |||
@@ -16,8 +16,6 @@ BOOST_VER = "${@"_".join(d.getVar("PV",1).split("."))}" | |||
16 | BOOST_MAJ = "${@"_".join(d.getVar("PV",1).split(".")[0:2])}" | 16 | BOOST_MAJ = "${@"_".join(d.getVar("PV",1).split(".")[0:2])}" |
17 | BOOST_P = "boost_${BOOST_VER}" | 17 | BOOST_P = "boost_${BOOST_VER}" |
18 | 18 | ||
19 | INC_PR = "r5" | ||
20 | |||
21 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BOOST_P}.tar.bz2" | 19 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BOOST_P}.tar.bz2" |
22 | 20 | ||
23 | S = "${WORKDIR}/${BOOST_P}" | 21 | S = "${WORKDIR}/${BOOST_P}" |