[oe] gst-plugins-base tries to use host orcc

Gary Thomas gary at mlbassoc.com
Thu Sep 23 21:00:46 UTC 2010


On 09/23/2010 02:18 PM, Michael Smith wrote:
> nm, I see the problem now.
>
> Michael Smith wrote:
>> Hi,
>>
>> gst-plugins-base-0.10.30 fails to build because common/m4/orc.m4 uses
>> "pkg-config --variable=orcc orc-0.4" to get the path to orcc, instead
>> of just using "orcc" in the path.
>>
>> tmp/sysroots/i486-oe-linux/lib/pkgconfig/orc-0.4.pc has:
>>
>> exec_prefix=
>> toolsdir=${exec_prefix}/bin
>> orcc=${toolsdir}/orcc
>>
>> so Make ends up calling /bin/orcc, which doesn't exist.
>>
>> For orc-native, tmp/sysroots/x86_64-linux/lib/pkgconfig/orc-0.4.pc has:
>>
>> exec_prefix=/..../tmp/sysroots/x86_64-linux
>>
>> but I don't know how to make pkg-config use this pc file when looking
>> for orcc, or if it even should. Has anybody else run into this?

So what's the fix?  I'm seeing this trying to build gst-plugins-bad 0.10.20
(I'm working on the recipe locally)

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------




More information about the Openembedded-devel mailing list