On Thu, 2011-08-25 at 22:56 -0400, Cliff Brake wrote: > Hello, > > I'm trying to figure out how AUTOREV is supposed to work these days > with oe-core. In the past, I would do something like: > > SRCREV = "${AUTOREV}" > PV = "1.0+svnr${SRCREV}" > > in my custom application recipes to always build the head of a SVN repo.
You need to do: PV = "1.0+svnr${SRCPV}" which should make all the difference! Cheers, Richard _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core