[oe] Another weird case of PACKAGES_DYNAMIC and task deps, it seems

Richard Purdie rpurdie at rpsys.net
Mon Jan 7 21:47:39 UTC 2008


On Mon, 2008-01-07 at 20:44 +0000, Richard Purdie wrote:
> My money is on:
> 
> DEPENDS_collie += "bc-native"
> 
> in linux-rp.inc. Try removing that...

Confirmed and fixed in 00610b176af0e4f4563f78fb71dc1219c777d13e.

Let me stress once again, += and overrides do not do what you expect. It
adds "bc_native" to the variable named "DEPENDS_collie", not "DEPENDS".

DEPENDS_append_collie = " bc-native" 

is a very different thing and corrects this problem...

Cheers,

Richard





More information about the Openembedded-devel mailing list