From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1S8Vmj-0002D7-51 for openembedded-core@lists.openembedded.org; Fri, 16 Mar 2012 12:57:29 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q2GBmfn5002368 for ; Fri, 16 Mar 2012 11:48:41 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 01393-06 for ; Fri, 16 Mar 2012 11:48:37 +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 q2GBmXiW002360 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 16 Mar 2012 11:48:34 GMT Message-ID: <1331898513.18586.179.camel@ted> From: Richard Purdie To: openembedded-core Date: Fri, 16 Mar 2012 11:48:33 +0000 X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Subject: [PATCH] mobile-broadband-provider-info: Fix license warning X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2012 11:57:29 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit WARNING: mobile-broadband-provider-info: No generic license file exists for: CCPD in any provider Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb index d1ca0f0..47c9ed9 100644 --- a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb +++ b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Mobile Broadband Service Provider Database" SECTION = "network" -LICENSE = "CCPD" +LICENSE = "PD" LIC_FILES_CHKSUM = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04" SRCREV = "d9995ef693cb1ea7237f928df18e03cccba96f16" PV = "1.0.0+gitr${SRCPV}"