[Buildroot] [git commit branch/2020.02.x] package/kmscube: Change repository to gitlab

Peter Korsgaard peter at korsgaard.com
Wed Apr 8 11:29:43 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=218cd2fa5b6e3a43bc8dbd9629cba38cf54e1ad7
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2020.02.x

The https://cgit.freedesktop.org/mesa/kmscube repository
is mirrored from https://gitlab.freedesktop.org/mesa/kmscube, so
switch to the gitlab one.

The other advantage of using the gitlab repository is that it can handle
archive downloads, so switch to it.

Suggested-by: Arnout Vandecappelle <arnout at mind.be>
Signed-off-by: Fabio Estevam <festevam at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit 396191b1562072de11a702ffb9d61e7de9f40c04)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/kmscube/kmscube.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kmscube/kmscube.mk b/package/kmscube/kmscube.mk
index 37983b1a78..73d290c88b 100644
--- a/package/kmscube/kmscube.mk
+++ b/package/kmscube/kmscube.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 KMSCUBE_VERSION = 6cbd03ab94066dddbba7bedfde87c7c4319c18d5
-KMSCUBE_SITE = https://cgit.freedesktop.org/mesa/kmscube/snapshot
+KMSCUBE_SITE = https://gitlab.freedesktop.org/mesa/kmscube/-/archive/$(KMSCUBE_VERSION)
 KMSCUBE_LICENSE = MIT
 KMSCUBE_DEPENDENCIES = host-pkgconf mesa3d libdrm
 KMSCUBE_AUTORECONF = YES


More information about the buildroot mailing list