On Tue, 2010-02-09 at 01:43 +0100, Petr Štetiar wrote: > -DEFAULT_PREFERENCE_ts72xx = "1" > +DEFAULT_PREFERENCE_ts72xx = "-1" > DEFAULT_PREFERENCE_hipox = "1" > DEFAULT_PREFERENCE_cs-e9302 = "1" > DEFAULT_PREFERENCE_smartq5 = "1" > > -PR = "r34" > +PR = "r35"
There's no need to increment PR if the only thing you are changing is DEFAULT_PREFERENCE. In general, you need to increment PR if (and only if) your change would cause the output from the recipe to be different from what it was before. Changes that just affect whether or not the recipe is built at all, and don't have any impact on the result of the build, do not require a new PR. Not that bumping PR unnecessarily is all that big a deal, of course, but it does cause a certain amount of avoidable churn and annoyance for other users of the recipe. It is best not to do it when you don't have to. p. _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
