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





--- Comment #1 from Richard Purdie <[EMAIL PROTECTED]>  2007-08-12 14:55:31 ---
After discussion with Koen on irc, the problem is reproducible as:

PN = gtk+
OVERRIDES = "poky:linux-gnueabi"

FRREC_${PN} = "foo1"
FRREC_${PN}_append_poky = " foo2"
FRREC_${PN}_append_linux = " foo3"
FRREC_${PN}_append_linux-gnueabi = " foo3"

GRREC = "foo1"
GRREC_append_poky = " foo2"
GRREC_append_linux = " foo3"
GRREC_append_linux-gnueabi = " foo3"

You get the expected:

GRREC="foo1 foo2 foo3"

but the ${PN} breaks things somewhere and gives:

FRREC_gtk+="foo1"

I suspect something is wrong in the overrides handling, maybe to do with
expandKeys.

Short term it can be worked around by using RRECOMMENDS_gtk+_ instead of
RRECOMMENDS_${PN}_ etc., a proper fix needs investigation.


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev

Reply via email to