From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 64.mail-out.ovh.net ([91.121.185.65]) by linuxtogo.org with smtp (Exim 4.72) (envelope-from ) id 1PqRZ0-0005O8-QO for openembedded-devel@lists.openembedded.org; Fri, 18 Feb 2011 15:44:06 +0100 Received: (qmail 15441 invoked by uid 503); 18 Feb 2011 14:20:37 -0000 Received: from b6.ovh.net (HELO mail240.ha.ovh.net) (213.186.33.56) by 64.mail-out.ovh.net with SMTP; 18 Feb 2011 14:20:37 -0000 Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 18 Feb 2011 16:42:55 +0200 Received: from pac33-2-82-240-38-71.fbx.proxad.net (HELO ?192.168.1.15?) (ebenard%eukrea.com@82.240.38.71) by ns0.ovh.net with SMTP; 18 Feb 2011 16:42:53 +0200 Message-ID: <4D5E856C.5080301@eukrea.com> Date: Fri, 18 Feb 2011 15:42:52 +0100 From: =?UTF-8?B?RXJpYyBCw6luYXJk?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Thunderbird/3.1.7 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <1298032254-26236-1-git-send-email-eric@eukrea.com> <4D5E8268.901@mentor.com> In-Reply-To: <4D5E8268.901@mentor.com> X-Ovh-Tracer-Id: 9614340780630846793 X-Ovh-Remote: 82.240.38.71 (pac33-2-82-240-38-71.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|U 0.5/N Subject: Re: [PATCH] shadow: fix rpath issues 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: Fri, 18 Feb 2011 14:44:07 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 18/02/2011 15:30, Tom Rini wrote: > The equiv I found in poky is: > do_configure_append() { > # Fix RPATH issues. > sed -i ${S}/config.status -e s,^\\\(hardcode_into_libs=\\\).*$,\\1\'no\', > ${S}/config.status > } > > Any preference? Aside from I think we should be internally consistent in these > fixes, so long as it's fixed... > yes, in fact I copied the fix from Henning's fix in flac so it can be seen as consistent ;-) Eric