Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] kmscube: Change repository to gitlab
@ 2020-04-01 17:05 Fabio Estevam
  2020-04-01 17:05 ` [Buildroot] [PATCH 2/2] kmscube: Bump to the most recent version Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fabio Estevam @ 2020-04-01 17:05 UTC (permalink / raw)
  To: buildroot

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@mind.be>
Signed-off-by: Fabio Estevam <festevam@gmail.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
-- 
2.17.1

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

* [Buildroot] [PATCH 2/2] kmscube: Bump to the most recent version
  2020-04-01 17:05 [Buildroot] [PATCH 1/2] kmscube: Change repository to gitlab Fabio Estevam
@ 2020-04-01 17:05 ` Fabio Estevam
  2020-04-01 20:14 ` [Buildroot] [PATCH 1/2] kmscube: Change repository to gitlab Yann E. MORIN
  2020-04-08 11:31 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Fabio Estevam @ 2020-04-01 17:05 UTC (permalink / raw)
  To: buildroot

Bump to the latest kmscube version.

Since kmscube has been converted to meson, adjust the .mk file
accordingly.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 package/kmscube/kmscube.hash | 2 +-
 package/kmscube/kmscube.mk   | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/package/kmscube/kmscube.hash b/package/kmscube/kmscube.hash
index e306d0055e..91a897a3be 100644
--- a/package/kmscube/kmscube.hash
+++ b/package/kmscube/kmscube.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256 254d34209740731a557469030c960bbfd2299485a2ad0cbed2f7040b56a292a7  kmscube-6cbd03ab94066dddbba7bedfde87c7c4319c18d5.tar.gz
+sha256 ec135069d8bee7f4fe38cb9dc96fbbd56e0057290fa25eff8b5b314ee473c502  kmscube-4660a7dca6512b6e658759d00cff7d4ad2a2059d.tar.gz
diff --git a/package/kmscube/kmscube.mk b/package/kmscube/kmscube.mk
index 73d290c88b..dc8c691864 100644
--- a/package/kmscube/kmscube.mk
+++ b/package/kmscube/kmscube.mk
@@ -4,10 +4,9 @@
 #
 ################################################################################
 
-KMSCUBE_VERSION = 6cbd03ab94066dddbba7bedfde87c7c4319c18d5
+KMSCUBE_VERSION = 4660a7dca6512b6e658759d00cff7d4ad2a2059d
 KMSCUBE_SITE = https://gitlab.freedesktop.org/mesa/kmscube/-/archive/$(KMSCUBE_VERSION)
 KMSCUBE_LICENSE = MIT
 KMSCUBE_DEPENDENCIES = host-pkgconf mesa3d libdrm
-KMSCUBE_AUTORECONF = YES
 
-$(eval $(autotools-package))
+$(eval $(meson-package))
-- 
2.17.1

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

* [Buildroot] [PATCH 1/2] kmscube: Change repository to gitlab
  2020-04-01 17:05 [Buildroot] [PATCH 1/2] kmscube: Change repository to gitlab Fabio Estevam
  2020-04-01 17:05 ` [Buildroot] [PATCH 2/2] kmscube: Bump to the most recent version Fabio Estevam
@ 2020-04-01 20:14 ` Yann E. MORIN
  2020-04-02 15:38   ` Peter Korsgaard
  2020-04-08 11:31 ` Peter Korsgaard
  2 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2020-04-01 20:14 UTC (permalink / raw)
  To: buildroot

Fabio, All,

On 2020-04-01 14:05 -0300, Fabio Estevam spake thusly:
> 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@mind.be>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

Both applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  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
> -- 
> 2.17.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/2] kmscube: Change repository to gitlab
  2020-04-01 20:14 ` [Buildroot] [PATCH 1/2] kmscube: Change repository to gitlab Yann E. MORIN
@ 2020-04-02 15:38   ` Peter Korsgaard
  2020-04-02 16:28     ` Yann E. MORIN
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2020-04-02 15:38 UTC (permalink / raw)
  To: buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Fabio, All,
 > On 2020-04-01 14:05 -0300, Fabio Estevam spake thusly:
 >> 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@mind.be>
 >> Signed-off-by: Fabio Estevam <festevam@gmail.com>

 > Both applied to master, thanks.

NIT: The subject prefix should be package/kmscube, not just kmscube.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/2] kmscube: Change repository to gitlab
  2020-04-02 15:38   ` Peter Korsgaard
@ 2020-04-02 16:28     ` Yann E. MORIN
  0 siblings, 0 replies; 6+ messages in thread
From: Yann E. MORIN @ 2020-04-02 16:28 UTC (permalink / raw)
  To: buildroot

Peter, All,

On 2020-04-02 17:38 +0200, Peter Korsgaard spake thusly:
> >>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
> 
>  > Fabio, All,
>  > On 2020-04-01 14:05 -0300, Fabio Estevam spake thusly:
>  >> 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@mind.be>
>  >> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> 
>  > Both applied to master, thanks.
> 
> NIT: The subject prefix should be package/kmscube, not just kmscube.

Woops... :-(

Regards,
Yann E. MORIN.

> -- 
> Bye, Peter Korsgaard

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/2] kmscube: Change repository to gitlab
  2020-04-01 17:05 [Buildroot] [PATCH 1/2] kmscube: Change repository to gitlab Fabio Estevam
  2020-04-01 17:05 ` [Buildroot] [PATCH 2/2] kmscube: Bump to the most recent version Fabio Estevam
  2020-04-01 20:14 ` [Buildroot] [PATCH 1/2] kmscube: Change repository to gitlab Yann E. MORIN
@ 2020-04-08 11:31 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2020-04-08 11:31 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabio" == Fabio Estevam <festevam@gmail.com> writes:

 > 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@mind.be>
 > Signed-off-by: Fabio Estevam <festevam@gmail.com>

Committed to 2019.02.x, 2019.11.x and 2020.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-04-08 11:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-01 17:05 [Buildroot] [PATCH 1/2] kmscube: Change repository to gitlab Fabio Estevam
2020-04-01 17:05 ` [Buildroot] [PATCH 2/2] kmscube: Bump to the most recent version Fabio Estevam
2020-04-01 20:14 ` [Buildroot] [PATCH 1/2] kmscube: Change repository to gitlab Yann E. MORIN
2020-04-02 15:38   ` Peter Korsgaard
2020-04-02 16:28     ` Yann E. MORIN
2020-04-08 11:31 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox