[yocto] recipe using waf installation location

Burton, Ross ross.burton at intel.com
Thu Jun 13 02:00:31 PDT 2013


On 13 June 2013 09:55, Katu Txakur <katutxakurra at gmail.com> wrote:
> do_configure() {
> ./waf configure --alsa --debug --clients=128
> }

I've never used waf, but I expect at this point you need to tell waf
what the prefix is.  With autoconf this would be --prefix=${prefix},
have a look at the waf arguments and autotool.bbclass for examples.

Ross



More information about the yocto mailing list