[yocto] autotools --prefix ignored?

Adam Rossi ac.rossi at gmail.com
Mon Aug 10 12:35:00 PDT 2015


Perfection! Thanks Ross!

On Mon, Aug 10, 2015 at 5:53 AM, Burton, Ross <ross.burton at intel.com> wrote:
>
> On 7 August 2015 at 15:28, Adam Rossi <ac.rossi at gmail.com> wrote:
>>
>> inherit autotools
>> EXTRA_OECONF = "--prefix=${D}/opt/myfolder"
>>
>> The above is ignored, auto tools puts the results in /usr/bin
>
>
> Autotools already passes --prefix so you should probably just set prefix in
> the recipe instead.  Also don't use ${D}.
>
> inherit autotools
> prefix=/opt/myfolder
>
> Ross



More information about the yocto mailing list