diff mbox series

package/gettext-tiny: fix gettext-tiny-legal-info build failure

Message ID 20190331211240.104056-1-giulio.benetti@micronovasrl.com
State Rejected
Headers show
Series package/gettext-tiny: fix gettext-tiny-legal-info build failure | expand

Commit Message

Giulio Benetti March 31, 2019, 9:12 p.m. UTC
gettext-tiny doesn't contain extra/COPYING file.

Remove extra/COPYING from package recipe and package hash.

Fixes:
http://autobuild.buildroot.net/results/dec/deca5e6c66ffb898a29f50678d8213f87cc54682/

Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
---
 package/gettext-tiny/gettext-tiny.hash | 1 -
 package/gettext-tiny/gettext-tiny.mk   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

Comments

Yann E. MORIN March 31, 2019, 9:40 p.m. UTC | #1
Giilio, All,

On 2019-03-31 23:12 +0200, Giulio Benetti spake thusly:
> gettext-tiny doesn't contain extra/COPYING file.
> 
> Remove extra/COPYING from package recipe and package hash.

No, that is not correct, because the host variant does have both.
Im just sending a patch now.

Regards,
Yann E. MORIN.

> Fixes:
> http://autobuild.buildroot.net/results/dec/deca5e6c66ffb898a29f50678d8213f87cc54682/
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
> ---
>  package/gettext-tiny/gettext-tiny.hash | 1 -
>  package/gettext-tiny/gettext-tiny.mk   | 2 +-
>  2 files changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/package/gettext-tiny/gettext-tiny.hash b/package/gettext-tiny/gettext-tiny.hash
> index 672e964186..dbcc4d2a8f 100644
> --- a/package/gettext-tiny/gettext-tiny.hash
> +++ b/package/gettext-tiny/gettext-tiny.hash
> @@ -1,7 +1,6 @@
>  # Locally Computed:
>  sha256 654dcd52f2650476c8822b60bee89c20a0aa7f6a1bf6001701eeacd71a9e388b  gettext-tiny-v0.3.1.tar.gz
>  sha256 b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34  LICENSE
> -sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  extra/COPYING
>  # From http://lists.gnu.org/archive/html/bug-gettext/2016-06/msg00008.html
>  md5  df3f5690eaa30fd228537b00cb7b7590         gettext-0.19.8.1.tar.xz
>  sha1 e0fe90ede22f7f16bbde7bdea791a835f2773fc9 gettext-0.19.8.1.tar.xz
> diff --git a/package/gettext-tiny/gettext-tiny.mk b/package/gettext-tiny/gettext-tiny.mk
> index c9052d0d7c..d213fe7398 100644
> --- a/package/gettext-tiny/gettext-tiny.mk
> +++ b/package/gettext-tiny/gettext-tiny.mk
> @@ -8,7 +8,7 @@ GETTEXT_TINY_VERSION = v0.3.1
>  GETTEXT_TINY_SITE = $(call github,sabotage-linux,gettext-tiny,$(GETTEXT_TINY_VERSION))
>  GETTEXT_TINY_LICENSE = MIT, GPL-3.0+ (extra gettext)
>  GETTEXT_TINY_INSTALL_STAGING = YES
> -GETTEXT_TINY_LICENSE_FILES = LICENSE extra/COPYING
> +GETTEXT_TINY_LICENSE_FILES = LICENSE
>  
>  GETTEXT_TINY_PROVIDES = gettext
>  
> -- 
> 2.17.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Yann E. MORIN March 31, 2019, 9:48 p.m. UTC | #2
Giulio, All,

On 2019-03-31 23:40 +0200, Yann E. MORIN spake thusly:
> Giilio, All,

My apologies for the typo in your name. :-/

Regards,
Yann E. MORIN.

> On 2019-03-31 23:12 +0200, Giulio Benetti spake thusly:
> > gettext-tiny doesn't contain extra/COPYING file.
> > 
> > Remove extra/COPYING from package recipe and package hash.
> 
> No, that is not correct, because the host variant does have both.
> Im just sending a patch now.
> 
> Regards,
> Yann E. MORIN.
> 
> > Fixes:
> > http://autobuild.buildroot.net/results/dec/deca5e6c66ffb898a29f50678d8213f87cc54682/
> > 
> > Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
> > ---
> >  package/gettext-tiny/gettext-tiny.hash | 1 -
> >  package/gettext-tiny/gettext-tiny.mk   | 2 +-
> >  2 files changed, 1 insertion(+), 2 deletions(-)
> > 
> > diff --git a/package/gettext-tiny/gettext-tiny.hash b/package/gettext-tiny/gettext-tiny.hash
> > index 672e964186..dbcc4d2a8f 100644
> > --- a/package/gettext-tiny/gettext-tiny.hash
> > +++ b/package/gettext-tiny/gettext-tiny.hash
> > @@ -1,7 +1,6 @@
> >  # Locally Computed:
> >  sha256 654dcd52f2650476c8822b60bee89c20a0aa7f6a1bf6001701eeacd71a9e388b  gettext-tiny-v0.3.1.tar.gz
> >  sha256 b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34  LICENSE
> > -sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  extra/COPYING
> >  # From http://lists.gnu.org/archive/html/bug-gettext/2016-06/msg00008.html
> >  md5  df3f5690eaa30fd228537b00cb7b7590         gettext-0.19.8.1.tar.xz
> >  sha1 e0fe90ede22f7f16bbde7bdea791a835f2773fc9 gettext-0.19.8.1.tar.xz
> > diff --git a/package/gettext-tiny/gettext-tiny.mk b/package/gettext-tiny/gettext-tiny.mk
> > index c9052d0d7c..d213fe7398 100644
> > --- a/package/gettext-tiny/gettext-tiny.mk
> > +++ b/package/gettext-tiny/gettext-tiny.mk
> > @@ -8,7 +8,7 @@ GETTEXT_TINY_VERSION = v0.3.1
> >  GETTEXT_TINY_SITE = $(call github,sabotage-linux,gettext-tiny,$(GETTEXT_TINY_VERSION))
> >  GETTEXT_TINY_LICENSE = MIT, GPL-3.0+ (extra gettext)
> >  GETTEXT_TINY_INSTALL_STAGING = YES
> > -GETTEXT_TINY_LICENSE_FILES = LICENSE extra/COPYING
> > +GETTEXT_TINY_LICENSE_FILES = LICENSE
> >  
> >  GETTEXT_TINY_PROVIDES = gettext
> >  
> > -- 
> > 2.17.1
> > 
> > _______________________________________________
> > buildroot mailing list
> > buildroot@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.  |
> '------------------------------^-------^------------------^--------------------'
Giulio Benetti March 31, 2019, 10:15 p.m. UTC | #3
Il 31/03/2019 23:48, Yann E. MORIN ha scritto:
> Giulio, All,
> 
> On 2019-03-31 23:40 +0200, Yann E. MORIN spake thusly:
>> Giilio, All,
> 
> My apologies for the typo in your name. :-/

No problem!

> 
> Regards,
> Yann E. MORIN.
> 
>> On 2019-03-31 23:12 +0200, Giulio Benetti spake thusly:
>>> gettext-tiny doesn't contain extra/COPYING file.
>>>
>>> Remove extra/COPYING from package recipe and package hash.
>>
>> No, that is not correct, because the host variant does have both.
>> Im just sending a patch now.
>>
>> Regards,
>> Yann E. MORIN.
>>
>>> Fixes:
>>> http://autobuild.buildroot.net/results/dec/deca5e6c66ffb898a29f50678d8213f87cc54682/
>>>
>>> Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
>>> ---
>>>   package/gettext-tiny/gettext-tiny.hash | 1 -
>>>   package/gettext-tiny/gettext-tiny.mk   | 2 +-
>>>   2 files changed, 1 insertion(+), 2 deletions(-)
>>>
>>> diff --git a/package/gettext-tiny/gettext-tiny.hash b/package/gettext-tiny/gettext-tiny.hash
>>> index 672e964186..dbcc4d2a8f 100644
>>> --- a/package/gettext-tiny/gettext-tiny.hash
>>> +++ b/package/gettext-tiny/gettext-tiny.hash
>>> @@ -1,7 +1,6 @@
>>>   # Locally Computed:
>>>   sha256 654dcd52f2650476c8822b60bee89c20a0aa7f6a1bf6001701eeacd71a9e388b  gettext-tiny-v0.3.1.tar.gz
>>>   sha256 b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34  LICENSE
>>> -sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  extra/COPYING
>>>   # From http://lists.gnu.org/archive/html/bug-gettext/2016-06/msg00008.html
>>>   md5  df3f5690eaa30fd228537b00cb7b7590         gettext-0.19.8.1.tar.xz
>>>   sha1 e0fe90ede22f7f16bbde7bdea791a835f2773fc9 gettext-0.19.8.1.tar.xz
>>> diff --git a/package/gettext-tiny/gettext-tiny.mk b/package/gettext-tiny/gettext-tiny.mk
>>> index c9052d0d7c..d213fe7398 100644
>>> --- a/package/gettext-tiny/gettext-tiny.mk
>>> +++ b/package/gettext-tiny/gettext-tiny.mk
>>> @@ -8,7 +8,7 @@ GETTEXT_TINY_VERSION = v0.3.1
>>>   GETTEXT_TINY_SITE = $(call github,sabotage-linux,gettext-tiny,$(GETTEXT_TINY_VERSION))
>>>   GETTEXT_TINY_LICENSE = MIT, GPL-3.0+ (extra gettext)
>>>   GETTEXT_TINY_INSTALL_STAGING = YES
>>> -GETTEXT_TINY_LICENSE_FILES = LICENSE extra/COPYING
>>> +GETTEXT_TINY_LICENSE_FILES = LICENSE
>>>   
>>>   GETTEXT_TINY_PROVIDES = gettext
>>>   
>>> -- 
>>> 2.17.1
>>>
>>> _______________________________________________
>>> buildroot mailing list
>>> buildroot@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.  |
>> '------------------------------^-------^------------------^--------------------'
>
Giulio Benetti March 31, 2019, 10:18 p.m. UTC | #4
Il 31/03/2019 23:40, Yann E. MORIN ha scritto:
> Giilio, All,
> 
> On 2019-03-31 23:12 +0200, Giulio Benetti spake thusly:
>> gettext-tiny doesn't contain extra/COPYING file.
>>
>> Remove extra/COPYING from package recipe and package hash.
> 
> No, that is not correct, because the host variant does have both.

This is why there is "(extra gettext)" appended to GETTEXT_TINY_LICENSE.
One thing learnt more,
thank you!
diff mbox series

Patch

diff --git a/package/gettext-tiny/gettext-tiny.hash b/package/gettext-tiny/gettext-tiny.hash
index 672e964186..dbcc4d2a8f 100644
--- a/package/gettext-tiny/gettext-tiny.hash
+++ b/package/gettext-tiny/gettext-tiny.hash
@@ -1,7 +1,6 @@ 
 # Locally Computed:
 sha256 654dcd52f2650476c8822b60bee89c20a0aa7f6a1bf6001701eeacd71a9e388b  gettext-tiny-v0.3.1.tar.gz
 sha256 b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34  LICENSE
-sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  extra/COPYING
 # From http://lists.gnu.org/archive/html/bug-gettext/2016-06/msg00008.html
 md5  df3f5690eaa30fd228537b00cb7b7590         gettext-0.19.8.1.tar.xz
 sha1 e0fe90ede22f7f16bbde7bdea791a835f2773fc9 gettext-0.19.8.1.tar.xz
diff --git a/package/gettext-tiny/gettext-tiny.mk b/package/gettext-tiny/gettext-tiny.mk
index c9052d0d7c..d213fe7398 100644
--- a/package/gettext-tiny/gettext-tiny.mk
+++ b/package/gettext-tiny/gettext-tiny.mk
@@ -8,7 +8,7 @@  GETTEXT_TINY_VERSION = v0.3.1
 GETTEXT_TINY_SITE = $(call github,sabotage-linux,gettext-tiny,$(GETTEXT_TINY_VERSION))
 GETTEXT_TINY_LICENSE = MIT, GPL-3.0+ (extra gettext)
 GETTEXT_TINY_INSTALL_STAGING = YES
-GETTEXT_TINY_LICENSE_FILES = LICENSE extra/COPYING
+GETTEXT_TINY_LICENSE_FILES = LICENSE
 
 GETTEXT_TINY_PROVIDES = gettext