[Bug 2471] Hardcoded PACKAGES lines

bugzilla-daemon at treke.net bugzilla-daemon at treke.net
Fri Jan 25 16:17:30 CET 2008


http://bugs.openembedded.net/show_bug.cgi?id=2471





--- Comment #3 from Rolf Leggewie <bugs.openembedded.org at rolf.leggewie.biz>  2008-01-25 15:17:30 ---
coming to think of it, bb files with hardcoded PACKAGES lines that do not have
a debug package are indeed most likely broken, though.  I fixed a few of them.

1) delete 'PACKAGES = ${PN}'-lines as superfluous
   68cf185f4c430068e53df070e20c8f35971eb3d6
2) replace 'PACKAGES = ' with 'PACKAGES += ' for files without FILES definition
   (unfortunately that turned out to be only 2 packages)
   abdd40ff191796ef97e8c070a8fdf8b177802bd8
3) replace 'PACKAGES = "' with 'PACKAGES = "${PN}-dbg ' for the rest
   (list is hand-trimmed for obvious examples such as images, tasks, etc. and 
    core bb such as glibc which are left untouched)
   3ba9bb700e2671c899e7dd7c9cb3fd8bff810325

So the state of this bug is now somewhere between INVALID, FIXED and WONTFIX
;-)  Leaving bug state untouched.


-- 
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Openembedded-issues mailing list