summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kmod
diff options
context:
space:
mode:
authorEmilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com>2013-07-12 17:56:24 +0300
committerSaul Wold <sgw@linux.intel.com>2013-07-22 09:44:09 -0700
commit70d0938c304cd49e08cbcb28e391e7ace8e666e0 (patch)
tree4a534f7f93efdb567a9ef143a29cf88061ffcd5d /meta/recipes-kernel/kmod
parent5ace1d88efc37b70516eeb1a609ea37a657a5ce0 (diff)
downloadopenembedded-core-contrib-70d0938c304cd49e08cbcb28e391e7ace8e666e0.tar.gz
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@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/kmod')
-rw-r--r--meta/recipes-kernel/kmod/kmod_git.bb1
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 ca6b004a6c..6afaca6dbb 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"