From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28] helo=dude02.lab.pengutronix.de) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hvd1N-0004Ie-TA for ptxdist@pengutronix.de; Thu, 08 Aug 2019 09:39:37 +0200 Received: from mol by dude02.lab.pengutronix.de with local (Exim 4.89) (envelope-from ) id 1hvd1N-0007sZ-LK for ptxdist@pengutronix.de; Thu, 08 Aug 2019 09:39:37 +0200 Date: Thu, 8 Aug 2019 09:39:37 +0200 From: Michael Olbrich Message-ID: <20190808073937.tudyrjvmnlzhpr7n@pengutronix.de> References: <20190722174427.28446-1-christian.hermann@hytera.de> <20190722174427.28446-9-christian.hermann@hytera.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190722174427.28446-9-christian.hermann@hytera.de> Subject: Re: [ptxdist] [PATCH v2 09/13] fuse: fix license identifier (split) List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de On Mon, Jul 22, 2019 at 07:44:23PM +0200, Christian Hermann wrote: > Signed-off-by: Christian Hermann > --- > rules/fuse.make | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/rules/fuse.make b/rules/fuse.make > index b3c55bfe5..88c6eae1e 100644 > --- a/rules/fuse.make > +++ b/rules/fuse.make > @@ -21,7 +21,15 @@ FUSE_SUFFIX := tar.gz > FUSE_URL := https://github.com/libfuse/libfuse/releases/download/$(FUSE)/$(FUSE).$(FUSE_SUFFIX) > FUSE_SOURCE := $(SRCDIR)/$(FUSE).$(FUSE_SUFFIX) > FUSE_DIR := $(BUILDDIR)/$(FUSE) > -FUSE_LICENSE := GPL-2.0-only AND LGPL-2.1-only > +ifdef PTXCONF_FUSE_UTIL > +FUSE_LICENSE := GPL-2.0-only > +endif > +ifdef PTXCONF_FUSE_LIB > +ifdef FUSE_LICENSE > +FUSE_LICENSE += AND > +endif > +FUSE_LICENSE += LGPL-2.1-only > +endif fusermount uses mount_util.c from lib/ so LGPL-2.1-only applies for the utils as well. So it's always LGPL-2.1-only and GPL-2.0-only if utils are enabled. Michael > > # ---------------------------------------------------------------------------- > # Prepare > -- > 2.22.0 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de