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 1TfXaE-00057R-T6 for openembedded-core@lists.openembedded.org; Mon, 03 Dec 2012 16:05:23 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id qB3Ep0pU025392; Mon, 3 Dec 2012 14:51:00 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 23966-08; Mon, 3 Dec 2012 14:50:55 +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 qB3EoqZY025386 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Mon, 3 Dec 2012 14:50:53 GMT Message-ID: <1354546241.5970.12.camel@ted> From: Richard Purdie To: Marko Lindqvist Date: Mon, 03 Dec 2012 14:50:41 +0000 In-Reply-To: <1354288544-10778-1-git-send-email-cazfi74@gmail.com> References: <1354288544-10778-1-git-send-email-cazfi74@gmail.com> X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: openembedded-core@lists.openembedded.org Subject: Re: Fix license segment md5sum boundary 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, 03 Dec 2012 15:05:23 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2012-11-30 at 17:15 +0200, Marko Lindqvist wrote: > Fix most cases where "startline" is used instead of correct "beginline" > to tell where license segment begins in file. > Two cases are not handle here, to avoid conflict with other patches > in progress: > - coreutils-8.14 is fixed in update to -> 8.20 patch > - libpng Thanks for these fixes, they've merged to master. Cheers, Richard