[Buildroot] [git commit branch/2021.02.x] Revert "package/flannel: update project URL"

Peter Korsgaard peter at korsgaard.com
Thu Aug 5 07:47:02 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=fc788fbc7f37db486a1302b617af0db9020ca9a9
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

This reverts commit 9d46c05d1d5a3b5bf14ae5e3c80cba565b935496.

This breaks the build on the 2021.02.x branch:
http://autobuild.buildroot.net/results/8c2/8c271c09f3eb4711752c83446dc780bb4349d21e/

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/flannel/Config.in  | 2 +-
 package/flannel/flannel.mk | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/flannel/Config.in b/package/flannel/Config.in
index eb8d798f48..326361080f 100644
--- a/package/flannel/Config.in
+++ b/package/flannel/Config.in
@@ -12,4 +12,4 @@ config BR2_PACKAGE_FLANNEL
 	  Flannel is a virtual network that gives a subnet to each
 	  host for use with container runtimes.
 
-	  https://github.com/flannel-io/flannel
+	  https://github.com/coreos/flannel
diff --git a/package/flannel/flannel.mk b/package/flannel/flannel.mk
index a8a3c7a3cd..8aa960f086 100644
--- a/package/flannel/flannel.mk
+++ b/package/flannel/flannel.mk
@@ -5,13 +5,13 @@
 ################################################################################
 
 FLANNEL_VERSION = 0.12.0
-FLANNEL_SITE = https://github.com/flannel-io/flannel/archive
+FLANNEL_SITE = https://github.com/coreos/flannel/archive
 FLANNEL_SOURCE = v$(FLANNEL_VERSION).tar.gz
 
 FLANNEL_LICENSE = Apache-2.0
 FLANNEL_LICENSE_FILES = LICENSE
 
-FLANNEL_LDFLAGS = -X github.com/flannel-io/flannel/version.Version=$(FLANNEL_VERSION)
+FLANNEL_LDFLAGS = -X github.com/coreos/flannel/version.Version=$(FLANNEL_VERSION)
 
 # Install flannel to its well known location.
 define FLANNEL_INSTALL_TARGET_CMDS


More information about the buildroot mailing list