[yocto] autotools --prefix ignored?

Burton, Ross ross.burton at intel.com
Mon Aug 10 02:53:59 PDT 2015


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150810/857b8170/attachment.html>


More information about the yocto mailing list