[oe] [meta-oe][PATCH] hwdata: add new recipe

Burton, Ross ross.burton at intel.com
Mon Apr 11 11:38:41 UTC 2016


On 11 April 2016 at 09:59, Gary Thomas <gary at mlbassoc.com> wrote:

> +do_compile() {
>> +    cd ${S}
>> +    LANG=C
>> +    export LANG
>> +    unset DISPLAY
>> +    LD_AS_NEEDED=1; export LD_AS_NEEDED ;
>> +    autotools_do_configure
>>
>
> Why isn't this done in do_configure()?


More to the point, why is this done at all?  What's wrong with just inherit
autotools?  Exceptional recipes require justification.

Ross



More information about the Openembedded-devel mailing list