[OE-core] how to use AUTOREV for a SVN repo in oe-core?

Richard Purdie richard.purdie at linuxfoundation.org
Tue Aug 30 21:16:15 UTC 2011


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







More information about the Openembedded-core mailing list