[OE-core] [PATCH v3 03/12] chkconfig-alternatives-native: fix recipe name and add GIT revision to PV variable

Emilia Ciobanu emilia.maria.silvia.ciobanu at intel.com
Wed Jul 24 14:15:26 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>
---
 ....59.bb => chkconfig-alternatives-native_git.bb} |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/chkconfig/{chkconfig-alternatives-native_1.3.59.bb => chkconfig-alternatives-native_git.bb} (98%)

diff --git a/meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb b/meta/recipes-extended/chkconfig/chkconfig-alternatives-native_git.bb
similarity index 98%
rename from meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb
rename to meta/recipes-extended/chkconfig/chkconfig-alternatives-native_git.bb
index 7fd34aa..0b1077f 100644
--- a/meta/recipes-extended/chkconfig/chkconfig-alternatives-native_1.3.59.bb
+++ b/meta/recipes-extended/chkconfig/chkconfig-alternatives-native_git.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/kergoth/chkconfig;branch=sysroot"
 S = "${WORKDIR}/git"
 
 SRCREV = "cd437ecbd8986c894442f8fce1e0061e20f04dee"
-PV = "1.3.59+${SRCPV}"
+PV = "1.3.59+git${SRCPV}"
 
 inherit native
 
-- 
1.7.9.5




More information about the Openembedded-core mailing list