[oe-commits] Martin Jansa : rt-tests/rt-tests_git.bb: switch from SRCREV to SRCPV

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


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

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

rt-tests/rt-tests_git.bb: switch from SRCREV to SRCPV

---

 recipes/rt-tests/rt-tests_git.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/rt-tests/rt-tests_git.bb b/recipes/rt-tests/rt-tests_git.bb
index fbb0791..b6b6e44 100644
--- a/recipes/rt-tests/rt-tests_git.bb
+++ b/recipes/rt-tests/rt-tests_git.bb
@@ -5,7 +5,8 @@ PR = "r0"
 
 SRCREV = "42ab9e7cd259fae674dc2b2aa2962caaf8f09409"
 
-PV = "0.51+${PR}+gitr${SRCREV}"
+PV = "0.51+${PR}+gitr${SRCPV}"
+PE = "1"
 
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tglx/rt-tests;protocol=git"
 





More information about the Openembedded-commits mailing list