From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tim.rpsys.net (unknown [93.97.173.237]) by mx1.pokylinux.org (Postfix) with ESMTP id 3EBED4C8009D for ; Fri, 18 Mar 2011 07:10:31 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p2ICA8oK005275; Fri, 18 Mar 2011 12:10:08 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 05126-02; Fri, 18 Mar 2011 12:10:04 +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 p2ICA3F1005263 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 18 Mar 2011 12:10:04 GMT From: Richard Purdie To: Lianhao Lu In-Reply-To: References: Date: Fri, 18 Mar 2011 12:09:47 +0000 Message-ID: <1300450187.30423.2201.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-Virus-Scanned: amavisd-new at rpsys.net Cc: poky@yoctoproject.org Subject: Re: [PATCH 0/1] Bug #908: Added sysroot to CPPFLAGS 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: Fri, 18 Mar 2011 12:10:31 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2011-03-18 at 17:30 +0800, Lianhao Lu wrote: > From: Lianhao Lu > > Added CPPFLAGS into environment files and added --sysroot to it. > > Pull URL: git://git.pokylinux.org/poky-contrib.git > Branch: llu/bug908 > Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=llu/bug908 > > Thanks, > Lianhao Lu > --- > > > Lianhao Lu (1): > toolchain-scripts.bbclass: Added --sysroot to CPPFLAGS. Merged to master, thanks. Richard