mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2 1/9] acl: fix license
@ 2019-04-05 14:28 Christian Hermann
  2019-04-05 14:38 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Hermann @ 2019-04-05 14:28 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Hermann

Signed-off-by: Christian Hermann <christian.hermann@hytera.de>
---
Hi,
this one should make more sense, thanks's Alex.

 rules/acl.make | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/rules/acl.make b/rules/acl.make
index b950b0401..cf13526d8 100644
--- a/rules/acl.make
+++ b/rules/acl.make
@@ -23,11 +23,12 @@ ACL_SUFFIX	:= tar.gz
 ACL_URL		:= http://download.savannah.gnu.org/releases/acl/$(ACL).src.$(ACL_SUFFIX)
 ACL_SOURCE	:= $(SRCDIR)/$(ACL).src.$(ACL_SUFFIX)
 ACL_DIR		:= $(BUILDDIR)/$(ACL)
-ACL_LICENSE	:= GPL-2.0-only AND LGPL-2.1-only
-ACL_LICENSE_FILES := \
-	file://doc/COPYING;md5=c781d70ed2b4d48995b790403217a249 \
-	file://doc/COPYING.LGPL;md5=9e9a206917f8af112da634ce3ab41764
-
+ACL_LICENSE	:= LGPL-2.1-or-later
+ACL_LICENSE_FILES := file://doc/COPYING;md5=c781d70ed2b4d48995b790403217a249
+ifdef PTXCONF_ACL_TOOLS
+	ACL_LICENSE+= AND GPL-2.0.or-later
+	ACL_LICENSE_FILES+= file://doc/COPYING.LGPL;md5=9e9a206917f8af112da634ce3ab41764
+endif
 # ----------------------------------------------------------------------------
 # Prepare
 # ----------------------------------------------------------------------------
-- 
2.21.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2019-04-05 14:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-05 14:28 [ptxdist] [PATCH v2 1/9] acl: fix license Christian Hermann
2019-04-05 14:38 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox