[oe-commits] Emilia Ciobanu : kmod:add GIT revision to PV variable

git at git.openembedded.org git at git.openembedded.org
Wed Jul 24 10:26:46 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 70d0938c304cd49e08cbcb28e391e7ace8e666e0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=70d0938c304cd49e08cbcb28e391e7ace8e666e0

Author: Emilia Ciobanu <emilia.maria.silvia.ciobanu at intel.com>
Date:   Fri Jul 12 17:56:24 2013 +0300

kmod:add GIT revision to PV variable

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

Git packages should include git token inside the PV variable.

Signed-off-by: Emilia Ciobanu <emilia.maria.silvia.ciobanu at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-kernel/kmod/kmod_git.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb
index ca6b004..6afaca6 100644
--- a/meta/recipes-kernel/kmod/kmod_git.bb
+++ b/meta/recipes-kernel/kmod/kmod_git.bb
@@ -4,6 +4,7 @@
 require kmod.inc
 
 PR = "${INC_PR}.0"
+PV = "9+git${SRCPV}"
 
 PROVIDES += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
 RPROVIDES_${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"



More information about the Openembedded-commits mailing list