Thanks a lot Ross,
you are absolutely right. Just that the --prefix in waf it's done in the
configure so I now have
do_configure() {
./waf configure --prefix=${prefix} --debug --alsa --clients=128
}
and it's working. I still get the same warning for /usr/lib/.debug/* files.
I guess that the prefix has to be setup differently for debug? I'm new to
waf too...
Thanks again for your help.
2013/6/13 Burton, Ross <[email protected]>
> On 13 June 2013 09:55, Katu Txakur <[email protected]> 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
>
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto