All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/8] Revert "go: Use dl.google.com for SRC_URI"
@ 2021-05-10 13:01 Alexander Kanavin
  2021-05-10 13:01 ` [PATCH 2/8] gdk-pixbuf: rewrite the cross-build support for tests Alexander Kanavin
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Alexander Kanavin @ 2021-05-10 13:01 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

This reverts commit 4118415d4bc6243c98a1440195826be7cbad24f1.

This was found to be unnecessary, and broke upstream version checks.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-devtools/go/go-common.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/go/go-common.inc b/meta/recipes-devtools/go/go-common.inc
index c368b95b69..39a681a712 100644
--- a/meta/recipes-devtools/go/go-common.inc
+++ b/meta/recipes-devtools/go/go-common.inc
@@ -14,7 +14,7 @@ LICENSE = "BSD-3-Clause"
 
 inherit goarch
 
-SRC_URI = "https://dl.google.com/go/go${PV}.src.tar.gz;name=main"
+SRC_URI = "https://golang.org/dl/go${PV}.src.tar.gz;name=main"
 S = "${WORKDIR}/go"
 B = "${S}"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.src\.tar"
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-05-13  8:12 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-10 13:01 [PATCH 1/8] Revert "go: Use dl.google.com for SRC_URI" Alexander Kanavin
2021-05-10 13:01 ` [PATCH 2/8] gdk-pixbuf: rewrite the cross-build support for tests Alexander Kanavin
2021-05-10 13:01 ` [PATCH 3/8] expat: upgrade 2.2.10 -> 2.3.0 Alexander Kanavin
2021-05-10 13:01 ` [PATCH 4/8] ffmpeg: update 4.3.2 -> 4.4 Alexander Kanavin
2021-05-10 23:22   ` [OE-core] " Khem Raj
2021-05-10 13:01 ` [PATCH 5/8] powertop: update 2.13 -> 2.14 Alexander Kanavin
2021-05-10 13:01 ` [PATCH 6/8] mesa: add lmsensors PACKAGECONFIG Alexander Kanavin
2021-05-10 13:01 ` [PATCH 7/8] meson: update 0.57.2 -> 0.58.0 Alexander Kanavin
2021-05-12 11:26   ` [OE-core] " Lee Chee Yang
2021-05-12 17:03     ` Alexander Kanavin
2021-05-13  5:43       ` Lee Chee Yang
2021-05-13  8:11         ` Alexander Kanavin
2021-05-10 13:01 ` [PATCH 8/8] gstreamer1.0-plugins-base_1.18.4.bb: backport a patch to fix meson 0.58 builds Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.