On 19 June 2013 16:25, Gary Thomas <[email protected]> wrote: > > FILES_${PN} += "/usr/lib \ > /usr/local \ > " > INSANE_SKIP_${PN} += "dev-so" > > Now I get errors like these (they might have been there before): > ERROR: QA Issue: non debug package contains .debug directory: amanda path > /work/ppce500v2-amltd-linux-gnuspe/amanda/3.3.3-r0/packages-split/amanda/usr/local/share/perl5/auto/Amanda/Xfer/.debug/libXfer.so > ERROR: QA Issue: non debug package contains .debug directory: amanda path > /work/ppce500v2-amltd-linux-gnuspe/amanda/3.3.3-r0/packages-split/amanda/usr/lib/amanda/amanda/.debug/chunker
You'll want to put those directories into FILES_$PN-dbg, as otherwise they end up in PN and you rightly get warnings. Ross _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
