Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/dtc: fix license hashes
@ 2019-10-26 18:46 Fabrice Fontaine
  2019-10-26 18:52 ` Peter Korsgaard
  2019-11-17  9:29 ` Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2019-10-26 18:46 UTC (permalink / raw)
  To: buildroot

Update hash of license files and add BSD-2-Clause file, see
https://git.kernel.org/pub/scm/utils/dtc/dtc.git/commit/?id=25bb080c18d1a8a96760e26257bf8c80ec7fcab4
https://git.kernel.org/pub/scm/utils/dtc/dtc.git/commit/?id=702c1b6c0e73d2bcf24f0b8398aca6a940863e48

Fixes:
 - http://autobuild.buildroot.org/results/d3db8ddc096f09bb1728a0ba40b925fbf49c424b

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/dtc/dtc.hash | 5 +++--
 package/dtc/dtc.mk   | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/package/dtc/dtc.hash b/package/dtc/dtc.hash
index 3adfcc45a9..e4d6c02544 100644
--- a/package/dtc/dtc.hash
+++ b/package/dtc/dtc.hash
@@ -2,5 +2,6 @@
 sha256 660b74039690fc37013660544d09191834efb58503c73c555c5513ba75ab031f  dtc-1.5.1.tar.xz
 
 # Hash for license files
-sha256 171ce1c292cf148a5be9ff95ce7e5c3d79a002721ab8e119eae3c0f5336d2b3d  README.license
-sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670  GPL
+sha256 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68  README.license
+sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  GPL
+sha256 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd  BSD-2-Clause
diff --git a/package/dtc/dtc.mk b/package/dtc/dtc.mk
index ce094cfb86..0406ff7ca9 100644
--- a/package/dtc/dtc.mk
+++ b/package/dtc/dtc.mk
@@ -8,7 +8,7 @@ DTC_VERSION = 1.5.1
 DTC_SOURCE = dtc-$(DTC_VERSION).tar.xz
 DTC_SITE = https://www.kernel.org/pub/software/utils/dtc
 DTC_LICENSE = GPL-2.0+ or BSD-2-Clause (library)
-DTC_LICENSE_FILES = README.license GPL
+DTC_LICENSE_FILES = README.license GPL BSD-2-Clause
 DTC_INSTALL_STAGING = YES
 DTC_DEPENDENCIES = host-bison host-flex
 HOST_DTC_DEPENDENCIES = host-bison host-flex
-- 
2.23.0

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

* [Buildroot] [PATCH 1/1] package/dtc: fix license hashes
  2019-10-26 18:46 [Buildroot] [PATCH 1/1] package/dtc: fix license hashes Fabrice Fontaine
@ 2019-10-26 18:52 ` Peter Korsgaard
  2019-11-17  9:29 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-10-26 18:52 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Update hash of license files and add BSD-2-Clause file, see
 > https://git.kernel.org/pub/scm/utils/dtc/dtc.git/commit/?id=25bb080c18d1a8a96760e26257bf8c80ec7fcab4
 > https://git.kernel.org/pub/scm/utils/dtc/dtc.git/commit/?id=702c1b6c0e73d2bcf24f0b8398aca6a940863e48

 > Fixes:
 >  - http://autobuild.buildroot.org/results/d3db8ddc096f09bb1728a0ba40b925fbf49c424b

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/dtc: fix license hashes
  2019-10-26 18:46 [Buildroot] [PATCH 1/1] package/dtc: fix license hashes Fabrice Fontaine
  2019-10-26 18:52 ` Peter Korsgaard
@ 2019-11-17  9:29 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2019-11-17  9:29 UTC (permalink / raw)
  To: buildroot

Fabrice, All,

On 2019-10-26 20:46 +0200, Fabrice Fontaine spake thusly:
> Update hash of license files and add BSD-2-Clause file, see
> https://git.kernel.org/pub/scm/utils/dtc/dtc.git/commit/?id=25bb080c18d1a8a96760e26257bf8c80ec7fcab4
> https://git.kernel.org/pub/scm/utils/dtc/dtc.git/commit/?id=702c1b6c0e73d2bcf24f0b8398aca6a940863e48
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/d3db8ddc096f09bb1728a0ba40b925fbf49c424b
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed once again, but to next this time, now that we bumped a second
time. Thanks! ;-)

Regards,
Yann E. MORIN.

> ---
>  package/dtc/dtc.hash | 5 +++--
>  package/dtc/dtc.mk   | 2 +-
>  2 files changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/package/dtc/dtc.hash b/package/dtc/dtc.hash
> index 3adfcc45a9..e4d6c02544 100644
> --- a/package/dtc/dtc.hash
> +++ b/package/dtc/dtc.hash
> @@ -2,5 +2,6 @@
>  sha256 660b74039690fc37013660544d09191834efb58503c73c555c5513ba75ab031f  dtc-1.5.1.tar.xz
>  
>  # Hash for license files
> -sha256 171ce1c292cf148a5be9ff95ce7e5c3d79a002721ab8e119eae3c0f5336d2b3d  README.license
> -sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670  GPL
> +sha256 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68  README.license
> +sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  GPL
> +sha256 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd  BSD-2-Clause
> diff --git a/package/dtc/dtc.mk b/package/dtc/dtc.mk
> index ce094cfb86..0406ff7ca9 100644
> --- a/package/dtc/dtc.mk
> +++ b/package/dtc/dtc.mk
> @@ -8,7 +8,7 @@ DTC_VERSION = 1.5.1
>  DTC_SOURCE = dtc-$(DTC_VERSION).tar.xz
>  DTC_SITE = https://www.kernel.org/pub/software/utils/dtc
>  DTC_LICENSE = GPL-2.0+ or BSD-2-Clause (library)
> -DTC_LICENSE_FILES = README.license GPL
> +DTC_LICENSE_FILES = README.license GPL BSD-2-Clause
>  DTC_INSTALL_STAGING = YES
>  DTC_DEPENDENCIES = host-bison host-flex
>  HOST_DTC_DEPENDENCIES = host-bison host-flex
> -- 
> 2.23.0
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  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] 3+ messages in thread

end of thread, other threads:[~2019-11-17  9:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-26 18:46 [Buildroot] [PATCH 1/1] package/dtc: fix license hashes Fabrice Fontaine
2019-10-26 18:52 ` Peter Korsgaard
2019-11-17  9:29 ` Yann E. MORIN

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