[oe-commits] Martin Jansa : python/python-pycrypto_git.bb: switch from SRCREV to SRCPV

git version control git at git.openembedded.org
Sun Nov 15 19:32:03 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: c5917908e69c00e9d97de0e995156e6fc4deb16f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c5917908e69c00e9d97de0e995156e6fc4deb16f

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Nov 15 20:22:20 2009 +0100

python/python-pycrypto_git.bb: switch from SRCREV to SRCPV

---

 recipes/python/python-pycrypto_git.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/python/python-pycrypto_git.bb b/recipes/python/python-pycrypto_git.bb
index 9e6eecb..28fce0d 100644
--- a/recipes/python/python-pycrypto_git.bb
+++ b/recipes/python/python-pycrypto_git.bb
@@ -6,7 +6,8 @@ SRCNAME = "pycrypto"
 LICENSE = "pycrypto"
 PR = "ml0"
 
-PV = "2.0.1+gitr${SRCREV}"
+PV = "2.0.1+gitr${SRCPV}"
+PE = "1"
 SRC_URI = "git://git.pycrypto.org:9419/crypto/pycrypto-2.x.git;protocol=git;branch=master"
 S = "${WORKDIR}/git"
 





More information about the Openembedded-commits mailing list