From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 37F9F60616 for ; Sat, 14 May 2016 06:25:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u4E6PK82013870; Sat, 14 May 2016 07:25:20 +0100 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 c87ll28Kq6qV; Sat, 14 May 2016 07:25:20 +0100 (BST) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u4E6PEDw013866 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Sat, 14 May 2016 07:25:15 +0100 Message-ID: <1463207114.9746.139.camel@linuxfoundation.org> From: Richard Purdie To: Christopher Larson , openembedded-core@lists.openembedded.org Date: Sat, 14 May 2016 07:25:14 +0100 In-Reply-To: References: <289ee855c6244dfd7a5b1e0f2a4a27ad236ac60c.1462476586.git.chris_larson@mentor.com> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Cc: Christopher Larson Subject: Re: [master][PATCHv2 2/3] mkelfimage: obey LDFLAGS, sort out HOST_ flags 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: Sat, 14 May 2016 06:25:23 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2016-05-05 at 15:59 -0700, Christopher Larson wrote: > From: Christopher Larson > > We weren't consistent in the HOST_ (aka BUILD_) and non-HOST_ flags, > so we > were using BUILD_CPPFLAGS to compile target stuff, for example. Sort > that out, > and make sure we obey LDFLAGS. > > Signed-off-by: Christopher Larson > --- > .../mkelfimage/mkelfimage/cross-compile.patch | 86 > +++++++++++++++------- > meta/recipes-devtools/mkelfimage/mkelfimage_git.bb | 4 +- > 2 files changed, 63 insertions(+), 27 deletions(-) http://errors.yoctoproject.org/Errors/Details/62910/ Could you check the patch please? Cheers, Richard