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 mx1.pokylinux.org (Postfix) with ESMTP id BD7444C800C1 for ; Wed, 15 Jun 2011 05:50:34 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p5FAoXsE025745; Wed, 15 Jun 2011 11:50:33 +0100 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 25636-02; Wed, 15 Jun 2011 11:50:29 +0100 (BST) 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 p5FAoOi1025739 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Jun 2011 11:50:25 +0100 From: Richard Purdie To: Paul Eggleton In-Reply-To: References: Date: Wed, 15 Jun 2011 11:50:22 +0100 Message-ID: <1308135022.15712.405.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Cc: poky@yoctoproject.org Subject: Re: [PATCH 0/1] meta-yocto: FILESEXTRAPATHS_prepend := in all bbappends 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: Wed, 15 Jun 2011 10:50:35 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2011-06-10 at 18:43 +0100, Paul Eggleton wrote: > The following changes since commit b30cb584a738915113e88b7db1028d53b2bae5f9: > > Revert "gcc: rebase the patch to avoid patch rejection" (2011-06-10 13:30:28 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib paule/filespath > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=paule/filespath > > Paul Eggleton (1): > meta-yocto: use FILESEXTRAPATHS_prepend := in all bbappends Merged to master, thanks. Richard