[oe] [meta-oe][PATCH v2] add recipe for mpg123, a decoder for MPEG-1 layer 1, 2, and 3

Carlos Rafael Giani dv at pseudoterminal.org
Tue Apr 9 11:43:34 UTC 2013


On 04/09/2013 12:03 PM, Burton, Ross wrote:
> On 9 April 2013 10:53, Carlos Rafael Giani <dv at pseudoterminal.org> wrote:
>> Hmm, perhaps I should change it. mpg123 tries to autodetect the machine then
>> anyway. I just added these options to ensure it picks the right ones without
>> having to autodetect anything.
> How does it detect?  Traditional "what am I running on?" tests won't
> work as it's being cross-compiled...
>
> Ross
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

In configure.ac it looks at the $host variable and matches it against 
patterns , for example x86_64-*-linux* . Manual cross compilation showed 
that it correctly detects the host this way.

Carlos




More information about the Openembedded-devel mailing list