[Bug 1519] do_split_packages introduces spurious dependencies on -dbg packages
bugzilla-daemon at amethyst.openembedded.net
bugzilla-daemon at amethyst.openembedded.net
Mon Aug 4 08:09:13 UTC 2008
http://bugs.openembedded.net/show_bug.cgi?id=1519
--- Comment #4 from Richard Purdie <rpurdie at rpsys.net> 2008-08-04 10:09:13 ---
We did apply a hack to work around some of the problem in package.bbclass:
if extra_depends == None:
# This is *really* broken
mainpkg = packages[0]
# At least try and patch it up I guess...
if mainpkg.find('-dbg'):
mainpkg = mainpkg.replace('-dbg', '')
if mainpkg.find('-dev'):
mainpkg = mainpkg.replace('-dev', '')
extra_depends = mainpkg
but this isn't exactly ideal...
--
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