Re: [OE-core] [PATCH 02/61] go: correct upstream version check

2021-05-10 Thread Alexander Kanavin
On Wed, 5 May 2021 at 21:34, Khem Raj  wrote:

> > +UPSTREAM_CHECK_URI = "https://golang.org/dl/;
>
> I think we should revert
>
> https://git.openembedded.org/openembedded-core/commit/?id=8470e38ac1d9f9bb6d8a4ee43724af452d080057
>
> instead. That fix was unnessary, the problem was in AB download mirror
> which has been fixed.
>

I did that, will send in an updated/rebased set.

Alex

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#151511): 
https://lists.openembedded.org/g/openembedded-core/message/151511
Mute This Topic: https://lists.openembedded.org/mt/82607010/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH 02/61] go: correct upstream version check

2021-05-05 Thread Khem Raj



On 5/5/21 8:17 AM, Alexander Kanavin wrote:

Signed-off-by: Alexander Kanavin 
---
  meta/recipes-devtools/go/go-common.inc | 1 +
  1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/go/go-common.inc 
b/meta/recipes-devtools/go/go-common.inc
index c368b95b69..ad77caeea4 100644
--- a/meta/recipes-devtools/go/go-common.inc
+++ b/meta/recipes-devtools/go/go-common.inc
@@ -17,6 +17,7 @@ inherit goarch
  SRC_URI = "https://dl.google.com/go/go${PV}.src.tar.gz;name=main;
  S = "${WORKDIR}/go"
  B = "${S}"
+UPSTREAM_CHECK_URI = "https://golang.org/dl/;


I think we should revert
https://git.openembedded.org/openembedded-core/commit/?id=8470e38ac1d9f9bb6d8a4ee43724af452d080057

instead. That fix was unnessary, the problem was in AB download mirror 
which has been fixed.



  UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)\.src\.tar"
  
  INHIBIT_PACKAGE_DEBUG_SPLIT = "1"







-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#151350): 
https://lists.openembedded.org/g/openembedded-core/message/151350
Mute This Topic: https://lists.openembedded.org/mt/82607010/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH 02/61] go: correct upstream version check

2021-05-05 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin 
---
 meta/recipes-devtools/go/go-common.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/go/go-common.inc 
b/meta/recipes-devtools/go/go-common.inc
index c368b95b69..ad77caeea4 100644
--- a/meta/recipes-devtools/go/go-common.inc
+++ b/meta/recipes-devtools/go/go-common.inc
@@ -17,6 +17,7 @@ inherit goarch
 SRC_URI = "https://dl.google.com/go/go${PV}.src.tar.gz;name=main;
 S = "${WORKDIR}/go"
 B = "${S}"
+UPSTREAM_CHECK_URI = "https://golang.org/dl/;
 UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)\.src\.tar"
 
 INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
-- 
2.31.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#151268): 
https://lists.openembedded.org/g/openembedded-core/message/151268
Mute This Topic: https://lists.openembedded.org/mt/82607010/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-