diff mbox series

[kirkstone,1/1] boost: update SRC_URI

Message ID 20250310090101.446602-1-guocai.he.cn@windriver.com
State Rejected
Delegated to: Steve Sakoman
Headers show
Series [kirkstone,1/1] boost: update SRC_URI | expand

Commit Message

guocai he March 10, 2025, 9:01 a.m. UTC
From: Guocai He <guocai.he.cn@windriver.com>

The official archive location of the Boost tarball has changed to:
https://archives.boost.io/release/

Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
---
 meta/recipes-support/boost/boost-1.78.0.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin Jansa March 10, 2025, 9:36 a.m. UTC | #1
Is it really needed? It's already merged in kirkstone:
https://git.openembedded.org/openembedded-core/commit/?h=kirkstone&id=3b4c5ce6b89477307f3a2c30c7e275473b0c9f00

On Mon, Mar 10, 2025 at 10:01 AM guocai he via lists.openembedded.org
<guocai.he.cn=windriver.com@lists.openembedded.org> wrote:
>
> From: Guocai He <guocai.he.cn@windriver.com>
>
> The official archive location of the Boost tarball has changed to:
> https://archives.boost.io/release/
>
> Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
> ---
>  meta/recipes-support/boost/boost-1.78.0.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-support/boost/boost-1.78.0.inc b/meta/recipes-support/boost/boost-1.78.0.inc
> index 729a47b54f..98f4f7ff30 100644
> --- a/meta/recipes-support/boost/boost-1.78.0.inc
> +++ b/meta/recipes-support/boost/boost-1.78.0.inc
> @@ -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://boostorg.jfrog.io/artifactory/main/release/${PV}/source/${BOOST_P}.tar.bz2"
> +SRC_URI = "https://archives.boost.io/release/${PV}/source/${BOOST_P}.tar.bz2"
>  SRC_URI[sha256sum] = "8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc"
>
>  UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#212493): https://lists.openembedded.org/g/openembedded-core/message/212493
> Mute This Topic: https://lists.openembedded.org/mt/111615439/3617156
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [martin.jansa@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
guocai he March 11, 2025, 1:10 a.m. UTC | #2
Very sorry! please skip it.

Thanks

Guocai

On 3/10/25 17:36, Martin Jansa wrote:
> CAUTION: This email comes from a non Wind River email account!
> Do not click links or open attachments unless you recognize the sender and know the content is safe.
>
> Is it really needed? It's already merged in kirkstone:
> https://git.openembedded.org/openembedded-core/commit/?h=kirkstone&id=3b4c5ce6b89477307f3a2c30c7e275473b0c9f00
>
> On Mon, Mar 10, 2025 at 10:01 AM guocai he via lists.openembedded.org
> <guocai.he.cn=windriver.com@lists.openembedded.org> wrote:
>> From: Guocai He <guocai.he.cn@windriver.com>
>>
>> The official archive location of the Boost tarball has changed to:
>> https://archives.boost.io/release/
>>
>> Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
>> ---
>>   meta/recipes-support/boost/boost-1.78.0.inc | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-support/boost/boost-1.78.0.inc b/meta/recipes-support/boost/boost-1.78.0.inc
>> index 729a47b54f..98f4f7ff30 100644
>> --- a/meta/recipes-support/boost/boost-1.78.0.inc
>> +++ b/meta/recipes-support/boost/boost-1.78.0.inc
>> @@ -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://boostorg.jfrog.io/artifactory/main/release/${PV}/source/${BOOST_P}.tar.bz2"
>> +SRC_URI = "https://archives.boost.io/release/${PV}/source/${BOOST_P}.tar.bz2"
>>   SRC_URI[sha256sum] = "8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc"
>>
>>   UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/"
>> --
>> 2.34.1
>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#212493): https://lists.openembedded.org/g/openembedded-core/message/212493
>> Mute This Topic: https://lists.openembedded.org/mt/111615439/3617156
>> Group Owner: openembedded-core+owner@lists.openembedded.org
>> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [martin.jansa@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
diff mbox series

Patch

diff --git a/meta/recipes-support/boost/boost-1.78.0.inc b/meta/recipes-support/boost/boost-1.78.0.inc
index 729a47b54f..98f4f7ff30 100644
--- a/meta/recipes-support/boost/boost-1.78.0.inc
+++ b/meta/recipes-support/boost/boost-1.78.0.inc
@@ -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://boostorg.jfrog.io/artifactory/main/release/${PV}/source/${BOOST_P}.tar.bz2"
+SRC_URI = "https://archives.boost.io/release/${PV}/source/${BOOST_P}.tar.bz2"
 SRC_URI[sha256sum] = "8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc"
 
 UPSTREAM_CHECK_URI = "http://www.boost.org/users/download/"