* [Buildroot] [PATCH v2] elfutils: clarify licensing info
@ 2016-10-04 23:14 gustavo.zacarias at free-electrons.com
2016-10-05 6:43 ` Rahul Bedarkar
2016-10-05 7:56 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: gustavo.zacarias at free-electrons.com @ 2016-10-04 23:14 UTC (permalink / raw)
To: buildroot
From: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
elfutils libraries are GPLv2+ or LGPLv3+, standalone programs are GPLv3+
(see the NEWS file).
Make the GPLv3+ license tag/file dependant on the programs being
enabled, and make the GPLv2+/LGPLv3+ tag more descriptive.
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
---
package/elfutils/elfutils.mk | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/package/elfutils/elfutils.mk b/package/elfutils/elfutils.mk
index 6af1223..9485d3b 100644
--- a/package/elfutils/elfutils.mk
+++ b/package/elfutils/elfutils.mk
@@ -8,8 +8,8 @@ ELFUTILS_VERSION = 0.166
ELFUTILS_SOURCE = elfutils-$(ELFUTILS_VERSION).tar.bz2
ELFUTILS_SITE = https://fedorahosted.org/releases/e/l/elfutils/$(ELFUTILS_VERSION)
ELFUTILS_INSTALL_STAGING = YES
-ELFUTILS_LICENSE = GPLv3, GPLv2, LGPLv3
-ELFUTILS_LICENSE_FILES = COPYING COPYING-GPLV2 COPYING-LGPLV3
+ELFUTILS_LICENSE = GPLv2+ or LGPLv3+ (library)
+ELFUTILS_LICENSE_FILES = COPYING-GPLV2 COPYING-LGPLV3
ELFUTILS_DEPENDENCIES = zlib
# We patch configure.ac
@@ -66,6 +66,8 @@ endif
ifeq ($(BR2_PACKAGE_ELFUTILS_PROGS),y)
ELFUTILS_CONF_OPTS += --enable-progs
+ELFUTILS_LICENSE := $(ELFUTILS_LICENSE), GPLv3+ (programs)
+ELFUTILS_LICENSE_FILES += COPYING
else
ELFUTILS_CONF_OPTS += --disable-progs
endif
--
2.7.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH v2] elfutils: clarify licensing info
2016-10-04 23:14 [Buildroot] [PATCH v2] elfutils: clarify licensing info gustavo.zacarias at free-electrons.com
@ 2016-10-05 6:43 ` Rahul Bedarkar
2016-10-05 7:56 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Rahul Bedarkar @ 2016-10-05 6:43 UTC (permalink / raw)
To: buildroot
Hi,
On Wednesday 05 October 2016 04:44 AM,
gustavo.zacarias at free-electrons.com wrote:
> From: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
>
> elfutils libraries are GPLv2+ or LGPLv3+, standalone programs are GPLv3+
> (see the NEWS file).
> Make the GPLv3+ license tag/file dependant on the programs being
> enabled, and make the GPLv2+/LGPLv3+ tag more descriptive.
>
> Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Reviewed-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
Thanks,
Rahul
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH v2] elfutils: clarify licensing info
2016-10-04 23:14 [Buildroot] [PATCH v2] elfutils: clarify licensing info gustavo.zacarias at free-electrons.com
2016-10-05 6:43 ` Rahul Bedarkar
@ 2016-10-05 7:56 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-10-05 7:56 UTC (permalink / raw)
To: buildroot
Hello,
On Tue, 4 Oct 2016 20:14:28 -0300, gustavo.zacarias at free-electrons.com
wrote:
> From: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
>
> elfutils libraries are GPLv2+ or LGPLv3+, standalone programs are GPLv3+
> (see the NEWS file).
> Make the GPLv3+ license tag/file dependant on the programs being
> enabled, and make the GPLv2+/LGPLv3+ tag more descriptive.
>
> Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
> ---
> package/elfutils/elfutils.mk | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-10-05 7:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-04 23:14 [Buildroot] [PATCH v2] elfutils: clarify licensing info gustavo.zacarias at free-electrons.com
2016-10-05 6:43 ` Rahul Bedarkar
2016-10-05 7:56 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox