[OE-core] [PATCH v3 11/12] rt-tests: fix recipe name add GIT revision to PV variable

Emilia Ciobanu emilia.maria.silvia.ciobanu at intel.com
Wed Jul 24 14:15:34 UTC 2013


Git packages should have the following format for the PV variable:
	version_tag+git[r|\-|]?AUTOINC+git_revision

Git recipes should also contain _git token in their name instead of
their version.

Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu at intel.com>
---
 .../rt-tests/{rt-tests_0.85.bb => rt-tests_git.bb} |    1 +
 1 file changed, 1 insertion(+)
 rename meta/recipes-rt/rt-tests/{rt-tests_0.85.bb => rt-tests_git.bb} (97%)

diff --git a/meta/recipes-rt/rt-tests/rt-tests_0.85.bb b/meta/recipes-rt/rt-tests/rt-tests_git.bb
similarity index 97%
rename from meta/recipes-rt/rt-tests/rt-tests_0.85.bb
rename to meta/recipes-rt/rt-tests/rt-tests_git.bb
index c3964d2..522fb9c 100644
--- a/meta/recipes-rt/rt-tests/rt-tests_0.85.bb
+++ b/meta/recipes-rt/rt-tests/rt-tests_git.bb
@@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
 require rt-tests.inc
 
 PR = "${INC_PR}.0"
+PV = "0.85+git${SRCPV}"
 
 # Do not install hwlatdetect
 EXTRA_OEMAKE += "PYLIB=''"
-- 
1.7.9.5




More information about the Openembedded-core mailing list