]> code.ossystems Code Review - openembedded-core.git/commitdiff
boost: fix do_fetch failure
authorStefan Ghinea <stefan.ghinea@windriver.com>
Mon, 17 May 2021 17:38:47 +0000 (20:38 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 22 May 2021 10:02:49 +0000 (11:02 +0100)
Bintray service has been discontinued causing boost do_fetch to fail:
WARNING: boost-1.76.0-r0 do_fetch: Failed to fetch URL
https://dl.bintray.com/boostorg/release/1.75.0/source/boost_1_75_0.tar.bz2,
attempting MIRRORS if available

RP: Backport to 1.75.0
Signed-off-by: Stefan Ghinea <stefan.ghinea@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/boost/boost-1.75.0.inc

index e5a8488c588d7fc5e34485301b2cd7fffea6c662..bc70c73739bdfa9d1f0e3a41fd656d4240fa5ff9 100644 (file)
@@ -11,7 +11,7 @@ BOOST_VER = "${@"_".join(d.getVar("PV").split("."))}"
 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 = "https://boostorg.jfrog.io/artifactory/main/release/${PV}/source/${BOOST_P}.tar.bz2"
 SRC_URI[sha256sum] = "953db31e016db7bb207f11432bef7df100516eeb746843fa0486a222e3fd49cb"
 
 UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/"