[oe] [PATCH 2/4] base.bbclass: add make-native to default dependencies

Michael Smith msmith at cbnco.com
Sat Sep 25 13:58:09 UTC 2010


On Sat, 25 Sep 2010, Paul Menzel wrote:

> Am Freitag, den 24.09.2010, 15:39 -0400 schrieb Michael Smith:
> > This should work around package incompatibilities with whatever version
> > of make is installed on the build system.
> > 
> > -			deps += " virtual/${TARGET_PREFIX}gcc virtual/libc "
> > +			deps += (" virtual/${TARGET_PREFIX}gcc virtual/libc "
> > +				"make-native")
> 
> Are the parentheses »()« needed? Is it to prevent using »\« for the line
> break?

Yes, that's correct.

Mike


More information about the Openembedded-devel mailing list