http://bugs.openembedded.org/show_bug.cgi?id=1211





------- Comment #2 from [EMAIL PROTECTED]  2006-08-11 03:24 -------
Fixing this issue in packages should only required two things:

1. A ${PN}-dbg package which MUST BE be the FIRST package in PACKAGES. If a .bb
defines PACKAGES then this needs to be added as the first item. If a .bb uses
PACKAGES =+ to add additional items then it needs to be changed to += (ie, from
prepend to append.)

2. When specifying FILES there shuold be a trailing "/*". So "${bindir}/*"
should be used rather than just "${bindir}". The former includes only files in
${bindir} while the later includes files AND directories (and therefore picks
up the .debug directory). Matching is done by the fnmatch python function.

Thanks to RP for helping sort this out.


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to