From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 1.mo2.mail-out.ovh.net ([46.105.63.121] helo=mo2.mail-out.ovh.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Td8Gl-0007z3-DS for openembedded-core@lists.openembedded.org; Tue, 27 Nov 2012 00:39:19 +0100 Received: from mail641.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo2.mail-out.ovh.net (Postfix) with SMTP id EFA56DC6128 for ; Mon, 26 Nov 2012 20:53:23 +0100 (CET) Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 26 Nov 2012 21:45:43 +0200 Received: from tal33-3-82-233-81-124.fbx.proxad.net (HELO eb-e6520) (eric%eukrea.com@82.233.81.124) by ns0.ovh.net with SMTP; 26 Nov 2012 21:45:40 +0200 Date: Mon, 26 Nov 2012 20:45:23 +0100 From: Eric =?ISO-8859-1?B?QuluYXJk?= To: openembedded-core@lists.openembedded.org X-Ovh-Mailout: 178.32.228.2 (mo2.mail-out.ovh.net) Message-ID: <20121126204523.254f0a7f@eb-e6520> In-Reply-To: <20121126193304.GD18943@jama.jama.net> References: <20121126193304.GD18943@jama.jama.net> Organization: =?ISO-8859-1?B?RXVrculh?= Electromatique X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.8; x86_64-redhat-linux-gnu) Mime-Version: 1.0 X-Ovh-Tracer-Id: 14331579914796248514 X-Ovh-Remote: 82.233.81.124 (tal33-3-82-233-81-124.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: 0 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehhedrtdduucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecunecuhfhrohhmpefgrhhitgcuueornhgrrhguuceovghrihgtsegvuhhkrhgvrgdrtghomheqnecujfgurhepfffhvffukfgjfhhoofggtgfgsehtqhertdertddu X-Spam-Check: DONE|U 0.500217/N X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeehhedrtdduucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecunecuhfhrohhmpefgrhhitgcuueornhgrrhguuceovghrihgtsegvuhhkrhgvrgdrtghomheqnecujfgurhepfffhvffukfgjfhhoofggtgfgsehtqhertdertddu Subject: Re: Including license metadata in target package X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Nov 2012 23:39:19 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Martin, Le Mon, 26 Nov 2012 20:33:04 +0100, Martin Jansa a =E9crit : > we'll have to provide some proprietary packages for our feed/images and > because of that we're thinking about adding functionality to package > LICENSE files (referenced by LIC_FILES_CHKSUM) to PN (something like=20 > ${datadir}/licenses/${PN}/file), probably reusing some code from=20 > license.bbclass >=20 > Does something like this already exist somewhere or does it look > usefull for someone else too, so it could be integrated into > license.bbclass and controlled by some variable (per package=20 > or by distro config)? >=20 IIRC with these settings you will get the license in the image COPY_LIC_MANIFEST =3D "1" COPY_LIC_DIRS =3D "1" INHERIT +=3D "copyleft_compliance" so maybe you can add the capability to add the license to each package starting from here. Eric