On 29 September 2014 15:52, Maciej Borzecki <[email protected]> wrote: > So a trick like this will not be needed anymore to automatically rebuild > whenever sources in SCM change? > > SRCREV = "${AUTOREV}" > PVBASE := "${PV}" > PV = "${PVBASE}.${SRCPV}"
That's right, you don't need to embed SRCREV in PV to get a rebuild. For many recipes it's still a sensible thing to do, but it won't be mandatory. Ross -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
