Message ID | 20250627045423.2805574-1-guocai.he.cn@windriver.com |
---|---|
State | New |
Headers | show |
Series | [meta-openembedded,1/1] thrift: correct the SRC_URI | expand |
Which branch is it meant for ? On Thu, Jun 26, 2025 at 9:56 PM guocai he via lists.openembedded.org <guocai.he.cn=windriver.com@lists.openembedded.org> wrote: > > From: Guocai He <guocai.he.cn@windriver.com> > > The old SRC_URI is not available. > > Signed-off-by: Guocai He <guocai.he.cn@windriver.com> > --- > meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb b/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb > index c908eab7b3..14b98e6717 100644 > --- a/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb > +++ b/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb > @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c40a383cb3f747e0c7abbf1482f194f0 \ > > DEPENDS = "thrift-native boost flex-native bison-native openssl zlib" > > -SRC_URI = "https://downloads.apache.org/${BPN}/${PV}/${BP}.tar.gz \ > +SRC_URI = "https://archive.apache.org/dist/${BPN}/${PV}/${BP}.tar.gz \ > file://0001-DefineInstallationPaths.cmake-Define-libdir-in-terms.patch \ > file://0001-thrift-pr2755.patch \ > " > -- > 2.34.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#118131): https://lists.openembedded.org/g/openembedded-devel/message/118131 > Mute This Topic: https://lists.openembedded.org/mt/113856467/1997914 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
Khem: Very very sorry for that ! Branch is [scarthgap] Thanks, Guocai ________________________________ From: Khem Raj <raj.khem@gmail.com> Sent: Friday, June 27, 2025 4:02 PM To: He, Guocai (CN) <Guocai.He.CN@windriver.com> Cc: openembedded-devel@lists.openembedded.org <openembedded-devel@lists.openembedded.org> Subject: Re: [oe] [meta-openembedded][PATCH 1/1] thrift: correct the SRC_URI 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. Which branch is it meant for ? On Thu, Jun 26, 2025 at 9:56 PM guocai he via lists.openembedded.org <guocai.he.cn=windriver.com@lists.openembedded.org> wrote: > > From: Guocai He <guocai.he.cn@windriver.com> > > The old SRC_URI is not available. > > Signed-off-by: Guocai He <guocai.he.cn@windriver.com> > --- > meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb b/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb > index c908eab7b3..14b98e6717 100644 > --- a/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb > +++ b/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb > @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c40a383cb3f747e0c7abbf1482f194f0 \ > > DEPENDS = "thrift-native boost flex-native bison-native openssl zlib" > > -SRC_URI = "https://downloads.apache.org/${BPN}/${PV}/${BP}.tar.gz \ > +SRC_URI = "https://archive.apache.org/dist/${BPN}/${PV}/${BP}.tar.gz \ > file://0001-DefineInstallationPaths.cmake-Define-libdir-in-terms.patch \ > file://0001-thrift-pr2755.patch \ > " > -- > 2.34.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#118131): https://lists.openembedded.org/g/openembedded-devel/message/118131 > Mute This Topic: https://lists.openembedded.org/mt/113856467/1997914 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb b/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb index c908eab7b3..14b98e6717 100644 --- a/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb +++ b/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c40a383cb3f747e0c7abbf1482f194f0 \ DEPENDS = "thrift-native boost flex-native bison-native openssl zlib" -SRC_URI = "https://downloads.apache.org/${BPN}/${PV}/${BP}.tar.gz \ +SRC_URI = "https://archive.apache.org/dist/${BPN}/${PV}/${BP}.tar.gz \ file://0001-DefineInstallationPaths.cmake-Define-libdir-in-terms.patch \ file://0001-thrift-pr2755.patch \ "