From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.geekisp.com ([216.168.135.169] helo=starfish.geekisp.com) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Q4E98-0005ly-5v for openembedded-devel@lists.openembedded.org; Mon, 28 Mar 2011 17:14:24 +0200 Received: (qmail 19719 invoked by uid 1003); 28 Mar 2011 15:05:31 -0000 Received: from unknown (HELO ?192.168.1.167?) (philip@opensdr.com@96.240.183.40) by mail.geekisp.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 28 Mar 2011 15:05:30 -0000 Message-ID: <4D90A3BA.6000609@balister.org> Date: Mon, 28 Mar 2011 11:05:30 -0400 From: Philip Balister 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 Thunderbird/3.1.7 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <4D909B3E.5030201@balister.org> In-Reply-To: Subject: Re: Problem with qmake2 and native sdk 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: Mon, 28 Mar 2011 15:14:26 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 03/28/2011 10:59 AM, Koen Kooi wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 28-03-11 16:29, Philip Balister wrote: >> I building PyQwt on an omap3 suing the qt native sdk. This leads to the >> following message: >> >> Could not find mkspecs for your QMAKESPEC(linux-g++) after trying: >> /home/balister/oe/tmp/sysroots/x86_64-linux/qt4/mkspecs >> >> I can work around this by editing the PyQwt configure.py file to use the >> full path to the linux-g++ spec file, but it would be nice if this >> worked out of the box. >> >> Does anyone know how to change the default spec file path in qmake2? >> I've looked at the recipe and nothing jumps out at me to try. > > If you are using angstrom, 'opkg install qt4-mkspecs' and source the > script that should be in there. That should install the specs and set > QMAKE* properly. Already done :) I also have an uncommitted patch that adds a var for strip to the environment file. I looked at the env file and didn't see anything to change there either :( Philip