On Mon, 2006-10-16 at 13:57 +0200, Michael 'Mickey' Lauer wrote: > Using bitbake trunk I just saw the following: > > NOTE: gtk+ (2.10.3-r0) already staged but upgrading to 2.8.9-r4 to > satisfy gtk+ > > Can we fix that?
For the archives we discussed this on irc and the problem is gtk_2.10.3.bb sets DEFAULT_PREFERENCE = "-1". This means 2.8.9 is the preferred version when no preference is set and it would overwrite the previously built version. Its a classic example of a message in bitbake that needs at the very least rewording. Richard _______________________________________________ Bitbake-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bitbake-dev
