From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay1.mentorg.com ([192.94.38.131]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1PrGup-00060w-UZ for openembedded-devel@lists.openembedded.org; Sun, 20 Feb 2011 22:34:04 +0100 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1PrGtb-00009L-FH from Tom_Rini@mentor.com for openembedded-devel@lists.openembedded.org; Sun, 20 Feb 2011 13:32:47 -0800 Received: from na2-mail.mgc.mentorg.com ([134.86.114.213]) by svr-orw-fem-01.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 20 Feb 2011 13:32:47 -0800 Received: from [172.30.80.150] ([172.30.80.150]) by na2-mail.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 20 Feb 2011 14:32:46 -0700 Message-ID: <4D618876.7020302@mentor.com> Date: Sun, 20 Feb 2011 14:32:38 -0700 From: Tom Rini Organization: Mentor Graphics Corporation User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <1298232756-24526-1-git-send-email-pespin.shar@gmail.com> In-Reply-To: <1298232756-24526-1-git-send-email-pespin.shar@gmail.com> X-OriginalArrivalTime: 20 Feb 2011 21:32:46.0199 (UTC) FILETIME=[B6EAF070:01CBD145] Subject: Re: [PATCH] libacpi: SET OE LDFLAGS in recipe X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2011 21:34:04 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 02/20/2011 01:12 PM, Pau Espin Pedrol wrote: > Fixes ld problem related to GNU_HASH > --- > recipes/libacpi/libacpi_0.2.bb | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/recipes/libacpi/libacpi_0.2.bb b/recipes/libacpi/libacpi_0.2.bb > index 458fc30..77d266b 100644 > --- a/recipes/libacpi/libacpi_0.2.bb > +++ b/recipes/libacpi/libacpi_0.2.bb > @@ -14,6 +14,8 @@ FILES_${PN}-bin = "${bindir}" > > COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)' > > +EXTRA_OEMAKE = "LDFLAGS='${LDFLAGS}'" > + > do_install() { > oe_runmake install DESTDIR=${D} PREFIX=${exec_prefix} > } Note, in the future please see http://wiki.openembedded.org/index.php/How_to_submit_a_patch_to_OpenEmbedded and be sure to included a Signed-off-by line. Thanks again for your contribution! -- Tom Rini Mentor Graphics Corporation