]> code.ossystems Code Review - openembedded-core.git/commitdiff
boost: upgrade 1.71.0 -> 1.72.0
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 19 Dec 2019 13:22:57 +0000 (14:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Dec 2019 08:45:03 +0000 (08:45 +0000)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/boost/bjam-native_1.72.0.bb [moved from meta/recipes-support/boost/bjam-native_1.71.0.bb with 100% similarity]
meta/recipes-support/boost/boost-1.72.0.inc [moved from meta/recipes-support/boost/boost-1.71.0.inc with 85% similarity]
meta/recipes-support/boost/boost_1.72.0.bb [moved from meta/recipes-support/boost/boost_1.71.0.bb with 100% similarity]

similarity index 85%
rename from meta/recipes-support/boost/boost-1.71.0.inc
rename to meta/recipes-support/boost/boost-1.72.0.inc
index 7164d0f1c57ba42098faf75a11e0df0d90f06c0b..55a095bf1c3bed33453df8b1611f5563f23d2b42 100644 (file)
@@ -12,8 +12,8 @@ BOOST_MAJ = "${@"_".join(d.getVar("PV").split(".")[0:2])}"
 BOOST_P = "boost_${BOOST_VER}"
 
 SRC_URI = "https://dl.bintray.com/boostorg/release/${PV}/source/${BOOST_P}.tar.bz2"
-SRC_URI[md5sum] = "4cdf9b5c2dc01fb2b7b733d5af30e558"
-SRC_URI[sha256sum] = "d73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee"
+SRC_URI[md5sum] = "cb40943d2a2cb8ce08d42bc48b0f84f0"
+SRC_URI[sha256sum] = "59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722"
 
 UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/"
 UPSTREAM_CHECK_REGEX = "boostorg/release/(?P<pver>.*)/source/"