diff mbox series

[next] libyaml: fix libyaml-legal-info build failure

Message ID 20180829173320.66826-1-giulio.benetti@micronovasrl.com
State Superseded, archived
Headers show
Series [next] libyaml: fix libyaml-legal-info build failure | expand

Commit Message

Giulio Benetti Aug. 29, 2018, 5:33 p.m. UTC
LICENSE file hash is wrong, this leads to libyaml-legal-info build
failure. This is probably due to version bump.

Recalculate it locally and substitute it in libyaml.hash file.

Fixes:
http://autobuild.buildroot.net/results/c10/c10baf6e9bae92d515264b677eeb1ce6c98c793d//
http://autobuild.buildroot.net/results/c66/c66ddb56fecf1570a8669bd9d8824cd2132f9776//
http://autobuild.buildroot.net/results/84e/84e9530aff0c981a009416f31470133fb2114421//

Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
---
 package/libyaml/libyaml.hash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Baruch Siach Aug. 29, 2018, 6:23 p.m. UTC | #1
Hi Giulio,

Giulio Benetti writes:
> LICENSE file hash is wrong, this leads to libyaml-legal-info build
> failure. This is probably due to version bump.

What are the changes in the LICENSE file in this version bump? Does it
affect the license? Please mention these details in the commit log.

baruch

> Recalculate it locally and substitute it in libyaml.hash file.
>
> Fixes:
> http://autobuild.buildroot.net/results/c10/c10baf6e9bae92d515264b677eeb1ce6c98c793d//
> http://autobuild.buildroot.net/results/c66/c66ddb56fecf1570a8669bd9d8824cd2132f9776//
> http://autobuild.buildroot.net/results/84e/84e9530aff0c981a009416f31470133fb2114421//
>
> Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
> ---
>  package/libyaml/libyaml.hash | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/libyaml/libyaml.hash b/package/libyaml/libyaml.hash
> index 755ea7bbd8..afc014dfb2 100644
> --- a/package/libyaml/libyaml.hash
> +++ b/package/libyaml/libyaml.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
>  sha256 78281145641a080fb32d6e7a87b9c0664d611dcb4d542e90baf731f51cbb59cd  yaml-0.2.1.tar.gz
> -sha256 d0d8b09800a45cd982e9568fc7669d9c1a4c330e275a821bbe24d54366d16fe9  LICENSE
> +sha256 bfcb6a7dfbfd30e0ccc8bb34ab712bd1568586ad8c5b078ccae443b04e79749e  LICENSE
Giulio Benetti Aug. 29, 2018, 6:29 p.m. UTC | #2
Hi Baruch,

Il 29/08/2018 20:23, Baruch Siach ha scritto:
> Hi Giulio,
> 
> Giulio Benetti writes:
>> LICENSE file hash is wrong, this leads to libyaml-legal-info build
>> failure. This is probably due to version bump.
> 
> What are the changes in the LICENSE file in this version bump? Does it
> affect the license? Please mention these details in the commit log.

Ah right, if hash changed, file changed.
Basically they've updated copyright, I'm going to send v2 patch with 
this in commit log.

Thank you
Giulio
diff mbox series

Patch

diff --git a/package/libyaml/libyaml.hash b/package/libyaml/libyaml.hash
index 755ea7bbd8..afc014dfb2 100644
--- a/package/libyaml/libyaml.hash
+++ b/package/libyaml/libyaml.hash
@@ -1,3 +1,3 @@ 
 # Locally calculated
 sha256 78281145641a080fb32d6e7a87b9c0664d611dcb4d542e90baf731f51cbb59cd  yaml-0.2.1.tar.gz
-sha256 d0d8b09800a45cd982e9568fc7669d9c1a4c330e275a821bbe24d54366d16fe9  LICENSE
+sha256 bfcb6a7dfbfd30e0ccc8bb34ab712bd1568586ad8c5b078ccae443b04e79749e  LICENSE