All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/gettext-tiny: host and target legal-info are different
@ 2019-03-31 21:40 Yann E. MORIN
  2019-03-31 22:19 ` Giulio Benetti
  2019-04-01 19:52 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Yann E. MORIN @ 2019-03-31 21:40 UTC (permalink / raw)
  To: buildroot

For the target, we only ever use the gettext-tiny dorce, while for the
host we also use that of gettext-gnu.

Fixes:
    http://autobuild.buildroot.org/results/572/5724b246cf411d95702fcff6dbf2b809b899108c/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Vadim Kochan <vadim4j@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/gettext-tiny/gettext-tiny.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/gettext-tiny/gettext-tiny.mk b/package/gettext-tiny/gettext-tiny.mk
index c9052d0d7c..881edc6f35 100644
--- a/package/gettext-tiny/gettext-tiny.mk
+++ b/package/gettext-tiny/gettext-tiny.mk
@@ -8,7 +8,8 @@ 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
+HOST_GETTEXT_TINY_LICENSE_FILES = LICENSE extra/COPYING
 
 GETTEXT_TINY_PROVIDES = gettext
 
-- 
2.14.1

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

* [Buildroot] [PATCH] package/gettext-tiny: host and target legal-info are different
  2019-03-31 21:40 [Buildroot] [PATCH] package/gettext-tiny: host and target legal-info are different Yann E. MORIN
@ 2019-03-31 22:19 ` Giulio Benetti
  2019-04-01 19:52 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Giulio Benetti @ 2019-03-31 22:19 UTC (permalink / raw)
  To: buildroot

Il 31/03/2019 23:40, Yann E. MORIN ha scritto:
> For the target, we only ever use the gettext-tiny dorce, while for the
> host we also use that of gettext-gnu.
> 
> Fixes:
>      http://autobuild.buildroot.org/results/572/5724b246cf411d95702fcff6dbf2b809b899108c/
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Tested-by: "Giulio Benetti" <giulio.benetti@micronovasrl.com>

> Cc: Vadim Kochan <vadim4j@gmail.com>
> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> ---
>   package/gettext-tiny/gettext-tiny.mk | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/package/gettext-tiny/gettext-tiny.mk b/package/gettext-tiny/gettext-tiny.mk
> index c9052d0d7c..881edc6f35 100644
> --- a/package/gettext-tiny/gettext-tiny.mk
> +++ b/package/gettext-tiny/gettext-tiny.mk
> @@ -8,7 +8,8 @@ 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
> +HOST_GETTEXT_TINY_LICENSE_FILES = LICENSE extra/COPYING
>   
>   GETTEXT_TINY_PROVIDES = gettext
>   
> 

-- 
Giulio Benetti
CTO

MICRONOVA SRL
Sede: Via A. Niedda 3 - 35010 Vigonza (PD)
Tel. 049/8931563 - Fax 049/8931346
Cod.Fiscale - P.IVA 02663420285
Capitale Sociale ? 26.000 i.v.
Iscritta al Reg. Imprese di Padova N. 02663420285
Numero R.E.A. 258642

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

* [Buildroot] [PATCH] package/gettext-tiny: host and target legal-info are different
  2019-03-31 21:40 [Buildroot] [PATCH] package/gettext-tiny: host and target legal-info are different Yann E. MORIN
  2019-03-31 22:19 ` Giulio Benetti
@ 2019-04-01 19:52 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-04-01 19:52 UTC (permalink / raw)
  To: buildroot

On Sun, 31 Mar 2019 23:40:35 +0200
"Yann E. MORIN" <yann.morin.1998@free.fr> wrote:

> For the target, we only ever use the gettext-tiny dorce, while for the
> host we also use that of gettext-gnu.
> 
> Fixes:
>     http://autobuild.buildroot.org/results/572/5724b246cf411d95702fcff6dbf2b809b899108c/
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Vadim Kochan <vadim4j@gmail.com>
> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> ---
>  package/gettext-tiny/gettext-tiny.mk | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-04-01 19:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-31 21:40 [Buildroot] [PATCH] package/gettext-tiny: host and target legal-info are different Yann E. MORIN
2019-03-31 22:19 ` Giulio Benetti
2019-04-01 19:52 ` Thomas Petazzoni

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.