All of lore.kernel.org
 help / color / mirror / Atom feed
* non debug package contains .debug directory
@ 2014-01-15 19:07 kris duff
  2014-01-15 19:34 ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: kris duff @ 2014-01-15 19:07 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

Hello,

I'm working to port a custom software.

bitbake complain about :

NOTE: Checking Package: fcgi
ERROR: QA Issue: non debug package contains .debug directory: fcgi path /work/armv7a-vfp-neon-poky-linux-gnueabi/fcgi-0.25-r0/packages-split/fcgi/usr/bin/.debug/fast.fcgi
ERROR: QA run found fatal errors. Please consider fixing them.

In my recipe I added : 
FILES_${PN}-dbg += "${WORKDIR}/trunk/Debug"
FILES_${PN}-dbg += "${WORKDIR}/trunk/Debug/*"

I also tried : 
FILES_${PN}-dbg += "${D}/usr/bin/.debug"
FILES_${PN}-dbg += "${D}/usr/bin/.debug/*"

no luck for now. I tried few other things and I don't understand how to do that.

Any help would be highly appreciated!

Thank you

Kris


^ permalink raw reply	[flat|nested] 4+ messages in thread
* non debug package contains .debug directory
@ 2014-01-15 19:07 kris duff
  0 siblings, 0 replies; 4+ messages in thread
From: kris duff @ 2014-01-15 19:07 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

Hello,

I'm working to port a custom software.

bitbake complain about :

NOTE: Checking Package: fcgi
ERROR:
 QA Issue: non debug package contains .debug directory: fcgi path 
/work/armv7a-vfp-neon-poky-linux-gnueabi/fcgi-0.25-r0/packages-split/fcgi/usr/bin/.debug/fast.fcgi
ERROR: QA run found fatal errors. Please consider fixing them.

In my recipe I added : 
FILES_${PN}-dbg += "${WORKDIR}/trunk/Debug"
FILES_${PN}-dbg += "${WORKDIR}/trunk/Debug/*"

I also tried : 
FILES_${PN}-dbg += "${D}/usr/bin/.debug"
FILES_${PN}-dbg += "${D}/usr/bin/.debug/*"

no luck for now. I tried few other things and I don't understand how to do that.

Any help would be highly appreciated!

Thank you

Kris


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-01-15 19:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 19:07 non debug package contains .debug directory kris duff
2014-01-15 19:34 ` Martin Jansa
2014-01-15 19:52   ` kris duff
  -- strict thread matches above, loose matches on Subject: below --
2014-01-15 19:07 kris duff

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.