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

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

[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 +++