All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libpth: fix license file
@ 2017-06-15  5:35 Baruch Siach
  2017-06-15  8:32 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2017-06-15  5:35 UTC (permalink / raw)
  To: buildroot

Fixes:
http://autobuild.buildroot.net/results/bef/bef969ede5fc792b0a03f5669071600a0f746a7a/
http://autobuild.buildroot.net/results/2d5/2d59b8e6d69b70c621ff2031a9c4fd9e67ef13cf/
http://autobuild.buildroot.net/results/631/6318505c8e293e6c00b20eec39d851d0d15f6fec/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/libnpth/libnpth.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libnpth/libnpth.mk b/package/libnpth/libnpth.mk
index dcaf8685ae1a..b1ccbf2cdb0e 100644
--- a/package/libnpth/libnpth.mk
+++ b/package/libnpth/libnpth.mk
@@ -8,7 +8,7 @@ LIBNPTH_VERSION = 1.5
 LIBNPTH_SOURCE = npth-$(LIBNPTH_VERSION).tar.bz2
 LIBNPTH_SITE = https://www.gnupg.org/ftp/gcrypt/npth
 LIBNPTH_LICENSE = LGPL-3.0+ or GPL-2.0+
-LIBNPTH_LICENSE_FILES = COPYING COPYING.LESSER
+LIBNPTH_LICENSE_FILES = COPYING.LIB
 LIBNPTH_INSTALL_STAGING = YES
 
 $(eval $(autotools-package))
-- 
2.11.0

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

* [Buildroot] [PATCH] libpth: fix license file
  2017-06-15  5:35 [Buildroot] [PATCH] libpth: fix license file Baruch Siach
@ 2017-06-15  8:32 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2017-06-15  8:32 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > Fixes:
 > http://autobuild.buildroot.net/results/bef/bef969ede5fc792b0a03f5669071600a0f746a7a/
 > http://autobuild.buildroot.net/results/2d5/2d59b8e6d69b70c621ff2031a9c4fd9e67ef13cf/
 > http://autobuild.buildroot.net/results/631/6318505c8e293e6c00b20eec39d851d0d15f6fec/

 > Signed-off-by: Baruch Siach <baruch@tkos.co.il>
 > ---
 >  package/libnpth/libnpth.mk | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)

 > diff --git a/package/libnpth/libnpth.mk b/package/libnpth/libnpth.mk
 > index dcaf8685ae1a..b1ccbf2cdb0e 100644
 > --- a/package/libnpth/libnpth.mk
 > +++ b/package/libnpth/libnpth.mk
 > @@ -8,7 +8,7 @@ LIBNPTH_VERSION = 1.5
 >  LIBNPTH_SOURCE = npth-$(LIBNPTH_VERSION).tar.bz2
 >  LIBNPTH_SITE = https://www.gnupg.org/ftp/gcrypt/npth
 >  LIBNPTH_LICENSE = LGPL-3.0+ or GPL-2.0+
 > -LIBNPTH_LICENSE_FILES = COPYING COPYING.LESSER
 > +LIBNPTH_LICENSE_FILES = COPYING.LIB

Please also have a look to why COPYING is no longer there. Looking at
NEWS I see:

Change license from LGPLv3+/GPLv2+ to LGPLv2+

So I've adjusted LIBNPTH_LICENSE and committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2017-06-15  8:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-15  5:35 [Buildroot] [PATCH] libpth: fix license file Baruch Siach
2017-06-15  8:32 ` Peter Korsgaard

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.