From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tim.rpsys.net (93-97-173-237.zone5.bethere.co.uk [93.97.173.237]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A808AE00739 for ; Tue, 13 Dec 2011 07:23:49 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id pBDFNl9M010482; Tue, 13 Dec 2011 15:23:47 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09849-06; Tue, 13 Dec 2011 15:23:43 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id pBDFNbf7010476 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 13 Dec 2011 15:23:38 GMT Message-ID: <1323789817.25336.1.camel@ted> From: Richard Purdie To: Foinel Date: Tue, 13 Dec 2011 15:23:37 +0000 In-Reply-To: References: <4EE4D5FA.3050604@gherzan.ro> <1323641532.2731.5.camel@ted> <4EE68351.5090600@gherzan.ro> X-Mailer: Evolution 3.2.1- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: poky@yoctoproject.org Subject: Re: gnutls-2.12.14-r3.1 - strange rpm names yocto X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2011 15:23:55 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2011-12-13 at 12:22 +0200, Foinel wrote: > Looking at gnutls-2.12.14/libextra/COPYING it says just GPLv3, so no > dual licensing or exceptions of any kind for these extra libraries. > Can anyone explain why in > meta/conf/distro/include/default-distrovars.inc it says: > > # This is a list of packages that are used by the build system to > build the distribution, they are not > # directly part of the distribution.. > HOSTTOOLS_WHITELIST_GPLv3 ?= "" > WHITELIST_GPLv3 ?= "less" > LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn libgcc gcc-runtime" > > Does this mean gnutls is some sort of a host tool? > Because of this fact (gnutls being in LGPLv2_WHITELIST_GPLv3), then > the restriction to avoid GPLv3 packages seems not applicable to > gnutls. Does anyone know if gnutls is a special case in what concerns > the licensing? I think we were only including GPLv2 pieces of gnutls in most images. If something is now pulling in the -extras package, we have a problem. It sounds like we should remove it from the whitelist. Cheers, Richard