All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/cage: bump to latest upstream version
@ 2020-05-03 14:43 Gilles Talis
  2020-05-03 14:43 ` [Buildroot] [PATCH 1/1] package/wlroots: add license file information Gilles Talis
  2020-05-03 19:52 ` [Buildroot] [PATCH 1/1] package/cage: bump to latest upstream version Yann E. MORIN
  0 siblings, 2 replies; 4+ messages in thread
From: Gilles Talis @ 2020-05-03 14:43 UTC (permalink / raw)
  To: buildroot

cage v0.1.1 can't build with wlroots 0.10.1, as it uses
a set of wlroots API that are no longer available.

Moving to latest upstream version fixes the issue.

Also:
- added license file information
- updated license file hash

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/cage/cage.hash | 6 +++---
 package/cage/cage.mk   | 5 +++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/package/cage/cage.hash b/package/cage/cage.hash
index 49b84f98af..3177474960 100644
--- a/package/cage/cage.hash
+++ b/package/cage/cage.hash
@@ -1,5 +1,5 @@
-# Generated locally, after checking https://github.com/Hjdskes/cage/releases/download/v0.1.1/cage-0.1.1.tar.gz.sig
-sha256 63efbe96cf307381f2bedf9b80153343e255970a70d612515da7dc325dd49478  cage-0.1.1.tar.gz
+# Generated locally
+sha256 2f9bc2bd3c61cddb0d3b406754c4906eabf5a5d1aade26eb361dffccff2601e3  cage-6eb693c05b5b34d4ed5ad8234a9f79a14ac8e07d.tar.gz
 
 # Hashes for license files:
-sha256 1fd28695090b961ed2846627365489228d84f784bff60a90e933febcedaeb65d  LICENSE
+sha256 e117104073335dbaf78596fb1bedf89dda63c71f60f0b665947b2d369c77ecee  LICENSE
diff --git a/package/cage/cage.mk b/package/cage/cage.mk
index 6a9c067735..3d259912cc 100644
--- a/package/cage/cage.mk
+++ b/package/cage/cage.mk
@@ -4,9 +4,10 @@
 #
 ################################################################################
 
-CAGE_VERSION = 0.1.1
-CAGE_SITE = $(call github,Hjdskes,cage,v$(CAGE_VERSION))
+CAGE_VERSION = 6eb693c05b5b34d4ed5ad8234a9f79a14ac8e07d
+CAGE_SITE = $(call github,Hjdskes,cage,$(CAGE_VERSION))
 CAGE_LICENSE = MIT
+CAGE_LICENSE_FILES = LICENSE
 CAGE_DEPENDENCIES = host-pkgconf wlroots
 
 ifeq ($(BR2_PACKAGE_XORG7),y)
-- 
2.25.1

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

* [Buildroot] [PATCH 1/1] package/wlroots: add license file information
  2020-05-03 14:43 [Buildroot] [PATCH 1/1] package/cage: bump to latest upstream version Gilles Talis
@ 2020-05-03 14:43 ` Gilles Talis
  2020-05-03 19:25   ` Yann E. MORIN
  2020-05-03 19:52 ` [Buildroot] [PATCH 1/1] package/cage: bump to latest upstream version Yann E. MORIN
  1 sibling, 1 reply; 4+ messages in thread
From: Gilles Talis @ 2020-05-03 14:43 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/wlroots/wlroots.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/wlroots/wlroots.mk b/package/wlroots/wlroots.mk
index 136dc2bfcd..988643485f 100644
--- a/package/wlroots/wlroots.mk
+++ b/package/wlroots/wlroots.mk
@@ -7,6 +7,7 @@
 WLROOTS_VERSION = 0.10.1
 WLROOTS_SITE = https://github.com/swaywm/wlroots/releases/download/$(WLROOTS_VERSION)
 WLROOTS_LICENSE = MIT
+WLROOTS_LICENSE_FILES = LICENSE
 WLROOTS_INSTALL_STAGING = YES
 
 WLROOTS_DEPENDENCIES = \
-- 
2.25.1

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

* [Buildroot] [PATCH 1/1] package/wlroots: add license file information
  2020-05-03 14:43 ` [Buildroot] [PATCH 1/1] package/wlroots: add license file information Gilles Talis
@ 2020-05-03 19:25   ` Yann E. MORIN
  0 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2020-05-03 19:25 UTC (permalink / raw)
  To: buildroot

Gilles, All,

On 2020-05-03 16:43 +0200, Gilles Talis spake thusly:
> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/wlroots/wlroots.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/wlroots/wlroots.mk b/package/wlroots/wlroots.mk
> index 136dc2bfcd..988643485f 100644
> --- a/package/wlroots/wlroots.mk
> +++ b/package/wlroots/wlroots.mk
> @@ -7,6 +7,7 @@
>  WLROOTS_VERSION = 0.10.1
>  WLROOTS_SITE = https://github.com/swaywm/wlroots/releases/download/$(WLROOTS_VERSION)
>  WLROOTS_LICENSE = MIT
> +WLROOTS_LICENSE_FILES = LICENSE
>  WLROOTS_INSTALL_STAGING = YES
>  
>  WLROOTS_DEPENDENCIES = \
> -- 
> 2.25.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] 4+ messages in thread

* [Buildroot] [PATCH 1/1] package/cage: bump to latest upstream version
  2020-05-03 14:43 [Buildroot] [PATCH 1/1] package/cage: bump to latest upstream version Gilles Talis
  2020-05-03 14:43 ` [Buildroot] [PATCH 1/1] package/wlroots: add license file information Gilles Talis
@ 2020-05-03 19:52 ` Yann E. MORIN
  1 sibling, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2020-05-03 19:52 UTC (permalink / raw)
  To: buildroot

Gilles, All,

On 2020-05-03 16:43 +0200, Gilles Talis spake thusly:
> cage v0.1.1 can't build with wlroots 0.10.1, as it uses
> a set of wlroots API that are no longer available.
> 
> Moving to latest upstream version fixes the issue.
> 
> Also:
> - added license file information
> - updated license file hash
> 
> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/cage/cage.hash | 6 +++---
>  package/cage/cage.mk   | 5 +++--
>  2 files changed, 6 insertions(+), 5 deletions(-)
> 
> diff --git a/package/cage/cage.hash b/package/cage/cage.hash
> index 49b84f98af..3177474960 100644
> --- a/package/cage/cage.hash
> +++ b/package/cage/cage.hash
> @@ -1,5 +1,5 @@
> -# Generated locally, after checking https://github.com/Hjdskes/cage/releases/download/v0.1.1/cage-0.1.1.tar.gz.sig
> -sha256 63efbe96cf307381f2bedf9b80153343e255970a70d612515da7dc325dd49478  cage-0.1.1.tar.gz
> +# Generated locally
> +sha256 2f9bc2bd3c61cddb0d3b406754c4906eabf5a5d1aade26eb361dffccff2601e3  cage-6eb693c05b5b34d4ed5ad8234a9f79a14ac8e07d.tar.gz
>  
>  # Hashes for license files:
> -sha256 1fd28695090b961ed2846627365489228d84f784bff60a90e933febcedaeb65d  LICENSE
> +sha256 e117104073335dbaf78596fb1bedf89dda63c71f60f0b665947b2d369c77ecee  LICENSE
> diff --git a/package/cage/cage.mk b/package/cage/cage.mk
> index 6a9c067735..3d259912cc 100644
> --- a/package/cage/cage.mk
> +++ b/package/cage/cage.mk
> @@ -4,9 +4,10 @@
>  #
>  ################################################################################
>  
> -CAGE_VERSION = 0.1.1
> -CAGE_SITE = $(call github,Hjdskes,cage,v$(CAGE_VERSION))
> +CAGE_VERSION = 6eb693c05b5b34d4ed5ad8234a9f79a14ac8e07d
> +CAGE_SITE = $(call github,Hjdskes,cage,$(CAGE_VERSION))
>  CAGE_LICENSE = MIT
> +CAGE_LICENSE_FILES = LICENSE
>  CAGE_DEPENDENCIES = host-pkgconf wlroots
>  
>  ifeq ($(BR2_PACKAGE_XORG7),y)
> -- 
> 2.25.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] 4+ messages in thread

end of thread, other threads:[~2020-05-03 19:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-03 14:43 [Buildroot] [PATCH 1/1] package/cage: bump to latest upstream version Gilles Talis
2020-05-03 14:43 ` [Buildroot] [PATCH 1/1] package/wlroots: add license file information Gilles Talis
2020-05-03 19:25   ` Yann E. MORIN
2020-05-03 19:52 ` [Buildroot] [PATCH 1/1] package/cage: bump to latest upstream version Yann E. MORIN

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.