[oe] commit 9b9a2409c7e2ddb2caf0a5aba74549f65c52b503

Philip Balister philip at balister.org
Tue Feb 26 13:19:04 UTC 2008


Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> - --- packages/netsurf/netsurf_svn.bb 
> c00865f4500c29a5271184c5babd7fc2a83ef465
> +++ packages/netsurf/netsurf_svn.bb	c00865f4500c29a5271184c5babd7fc2a83ef465
> @@ -0,0 +1,43 @@
> 
> +PV = "1.1+svn${SRCDATE}"
> 
> That's bogus, svn repos must use SRCREV with an entry in
> sane-srcrevs.inc in OE.

Basically this should be:

+PV = "1.1+svnr${SRCREV}"

and the sane-srcrevs files should add an entry for a rev that will build.

When I build svn based stuff and want to use the latest rev, I put 
something like:

SRCREV_pn-linux-davinci ?= ${AUTOREV}

in local.conf. Do not put AUTOREV in the sane-srcrev file. The AUTOREV 
forces bitbake to check the current version in the repo and this gets 
really slow.

And yes, I really should write a FAQ entry on this ....

Philip
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3303 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20080226/8eecd18c/attachment-0002.bin>


More information about the Openembedded-devel mailing list