From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (dan.rpsys.net [93.97.175.187]) by mail.openembedded.org (Postfix) with ESMTP id DCB98605F3 for ; Fri, 21 Jun 2013 12:25:34 +0000 (UTC) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r5LCVBQb024440; Fri, 21 Jun 2013 13:31:54 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id gAsPCE3HvIxQ; Fri, 21 Jun 2013 13:31:54 +0100 (BST) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r5LCVnZa024522 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Fri, 21 Jun 2013 13:31:51 +0100 Message-ID: <1371817520.20823.302.camel@ted> From: Richard Purdie To: Kai Kang Date: Fri, 21 Jun 2013 13:25:20 +0100 In-Reply-To: <0700ced0cc60657f81267e05b0c71aa1701068b7.1371802236.git.kai.kang@windriver.com> References: <0700ced0cc60657f81267e05b0c71aa1701068b7.1371802236.git.kai.kang@windriver.com> X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 1/2] strace: update to 4.8 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 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: Fri, 21 Jun 2013 12:25:35 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2013-06-21 at 16:12 +0800, Kai Kang wrote: > Update strace to 4.8: > > * Update License file. > * Remove the backport patches which are already in version 4.8. > * Add file git-version-gen from git repo. Without this file configure > fails. Thanks, the diff is much more readable this time :) Cheers, Richard