[Bug 3000] native.bbclass should clear RRECOMMENDS as well

bugzilla-daemon at treke.net bugzilla-daemon at treke.net
Sat Mar 29 00:32:25 UTC 2008


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





--- Comment #1 from Leon Woestenberg <likewise at gmx.net>  2008-03-29 00:32:24 ---
First off, I would use the bug Summary/subject field to describe the bug, not
the possible solution.

Is clearing the RRECOMMENDS (as you suggest in the Summary of the bug) a robust
solution?

I think the real defect is that our overrides all live in the same namespace.

If we write "RRECOMMENDS_linux=x" we mean (something like)

if "TARGET_OS == linux" then RRECOMMENDS=x

Shouldn't the long term robust solution be something like:

RRECOMMENDS_TARGET_OS?linux = x

or similar?


-- 
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