[oe] uclibc and uclibc-locale support in gcc 4.3.1

Phil Blundell pb at reciva.com
Wed Aug 20 22:34:26 UTC 2008


On Wed, 2008-08-20 at 11:08 +0200, Koen Kooi wrote:
> Your patch has
> 
> +OBJC ?= ",objc"
> +OBJC_linux-uclibcgnueabi ?= ""
> +OBJC_avr ?= ""
> 
> That probably needs to be:
> 
> +OBJC_avr32 ?= ""
> +OBJC_linux-uclibcgnueabi ?= ""
> +OBJC ?= ",objc"
> 
> Note the '32' in avr32 and the order of weak assignments.

You're probably correct about avr/avr32, but the order of the
assignments is immaterial here.

I think what Khem actually wanted was a weak conditional assignment, but
unfortunately bitbake doesn't have such an operator (or, indeed, true
conditional assignments of any kind).  The only way to get that
behaviour is to write it as an anonymous python function, which is
doable but somewhat tedious.

p.






More information about the Openembedded-devel mailing list